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
-
arduino.cc/en/uploads/Main/ArduinoNano30Schematic.pdfRoger Rowland– Roger Rowland2014年12月08日 10:33:55 +00:00Commented 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.Michael Karas– Michael Karas2014年12月08日 12:28:18 +00:00Commented Dec 8, 2014 at 12:28
-
@MichaelKaras Ahh, sorry, misunderstood and just looked at the V3 bit.Roger Rowland– Roger Rowland2014年12月08日 12:29:50 +00:00Commented 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 UNOdarudude– darudude2014年12月08日 15:37:29 +00:00Commented Dec 8, 2014 at 15:37
-
5I 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.Gerben– Gerben2014年12月08日 20:24:19 +00:00Commented Dec 8, 2014 at 20:24
1 Answer 1
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
-
Also IIRC there's a ground connection that was inadvertently left off the FTDI chip in the published schematics that should be reconnected.Patrick Tudor– Patrick Tudor2015年01月16日 04:45:41 +00:00Commented Jan 16, 2015 at 4:45
-
3The 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.Chris Stratton– Chris Stratton2015年01月17日 21:18:57 +00:00Commented Jan 17, 2015 at 21:18