1

Does anybody know where to find an updated scematics of Arduino Nano V3? All the Nano drawings I found (even in the Arduino official site) are based on ATMEGA 168 , no one including ATMEGA 328!!!

Thanks

Mike

Peter Bloomfield
11k9 gold badges48 silver badges87 bronze badges
asked Dec 8, 2014 at 10:15
7
  • arduino.cc/en/uploads/Main/ArduinoNano30Schematic.pdf Commented Dec 8, 2014 at 10:33
  • @RogerRowland - The OP is trying to find schematic that shows with an ATMEGA 328 as opposed to the ATMEGA 168 which he stated right in his question. Commented Dec 8, 2014 at 12:28
  • @MichaelKaras Ahh, sorry, misunderstood and just looked at the V3 bit. Commented Dec 8, 2014 at 12:29
  • Use the Nano schematic as a reference, and replace the 168 with the 328 from the UNO schematic. The only thing that would change is which pins you're connected to. If you're building this yourself, I'd also steal the hardware reset functionality from the UNO Commented Dec 8, 2014 at 15:37
  • 5
    I think the developers just were lazy, and didn't bother changing the 168 with a 328 in the schematic. Since the pinouts are identical, it doesn't really matter. Commented Dec 8, 2014 at 20:24

1 Answer 1

2

Go for the manufacturer of this board website i.e. www.gravitech.us. You can get the eagle files and all the data you need. Alternatively, you can download the eagle file of nanov3 directly using this link: http://site.gravitech.us/Arduino/NANO30/ArduinoNano30_Eagle.zip

tstew
7291 gold badge6 silver badges26 bronze badges
answered Jan 16, 2015 at 4:15
2
  • Also IIRC there's a ground connection that was inadvertently left off the FTDI chip in the published schematics that should be reconnected. Commented Jan 16, 2015 at 4:45
  • 3
    The real issue is that the question is based on an insignificant distinction - no board changes are involved in using a 328p in place of a 168. Commented Jan 17, 2015 at 21:18

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.