You want to program the Arduino or the Raspberry ??raspberrypibeginer wrote:Hello,can I use the arduino as serial to usb for the raspberry pi,for program it without a screen,please help me
raspberrypibeginer wrote:Hello,can I use the arduino as serial to usb for the raspberry pi,for program it without a screen,please help me
Yes- I am doing the same thing. Windows laptop running remote desktop to RPi (running vncserver) with Arduino attached to RPi via USB. Run the Arduino via the Arduino IDE and activate the serial monitor in the IDE. Serial.print in your Arduino sketch will appear on your remote desk top.raspberrypibeginer wrote:Hello,can I use the arduino as serial to usb for the raspberry pi,for program it without a screen,please help me
That's the easier option. Just bridge the connections on your laptop and wire the two together. Nothing special needed on the RPi for internet connection sharing.raspberrypibeginer wrote:And if i cant do it with arduino,can anyone explain me how to use my laptop internet connection to use it with RPi via RJ45,because i dont have wifi dongle
Yes 3 10k resistors would work.raspberrypibeginer wrote:but,can I convert the 5v to 3,3v with three 10k resistor,i'm correct?
Yes you can two 10K (R1) resistors in series makes 20K (R2).raspberrypibeginer wrote:but,can I convert the 5v to 3,3v with three 10k resistor,i'm correct?

After a meal and a second thought; you could use only the USB-serial part of the Arduino and bypass the ATmega328 completely.panik wrote:Unfortunately, the Arduino (Uno) uses the 'Serial' class for both the USB CDC and the RX/TX on the D0 and D1 pins. So I'm afraid that's not possible.
You can connect your RPi and your laptop with an Ethernet cable if you have an Ethernet connector on your laptopraspberrypibeginer wrote:And if i cant do it with arduino,can anyone explain me how to use my laptop internet connection to use it with RPi via RJ45,because i dont have wifi dongle