2025-04-08, 12:17 PM
(This post was last modified: 2025-04-08, 12:18 PM by jbocreative.)
Good afternoon
My project is to connect an ATmega328 Arduino Nano motor controller to a Raspberry 4 running pypilot in openplotter
I am a bit confused about wiring these together.
From this link
https://pypilot.org/doc/pypilot_user_man...s-overview
... I read :
+3.3v : RPi D1 (3.3V output) > Nano 3.3V (Regulated 3.3V output)
TX : RPi D8 (UART Transmit) > Nano D1/TX
RX : RPi D10 (UART Receive) > Nano D0/RX
GND : RPi D6, D9 (Ground) > Nano GND
Wiring two "3.3V output" seems wrong ...
There is this option on some Nano boards that can be powered directly with 3.3 V
https://support.arduino.cc/hc/en-us/arti...with-3-3-V
but the ATmega328 one does not.
What would be the correct/efficient way to wire in my case ?
Regards
Julien
My project is to connect an ATmega328 Arduino Nano motor controller to a Raspberry 4 running pypilot in openplotter
I am a bit confused about wiring these together.
From this link
https://pypilot.org/doc/pypilot_user_man...s-overview
... I read :
+3.3v : RPi D1 (3.3V output) > Nano 3.3V (Regulated 3.3V output)
TX : RPi D8 (UART Transmit) > Nano D1/TX
RX : RPi D10 (UART Receive) > Nano D0/RX
GND : RPi D6, D9 (Ground) > Nano GND
Wiring two "3.3V output" seems wrong ...
There is this option on some Nano boards that can be powered directly with 3.3 V
https://support.arduino.cc/hc/en-us/arti...with-3-3-V
but the ATmega328 one does not.
What would be the correct/efficient way to wire in my case ?
Regards
Julien

