Arduino Nano: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
add table |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
[[File:ArduinoNanoPinout.png|thumb|527x527px|Arduino Nano Pinout]]Arduino Nano is an open-source microcontroller developed by Arduino.cc based on the ATmega328P microcontroller.<ref>https://docs.arduino.cc/hardware/nano/</ref> | [[File:ArduinoNanoPinout.png|thumb|527x527px|Arduino Nano Pinout]]Arduino Nano is an open-source microcontroller developed by Arduino.cc based on the ATmega328P microcontroller.<ref>https://docs.arduino.cc/hardware/nano/</ref> | ||
== Technical Specs == | |||
{| class="wikitable" | |||
|+Nano R3 Technical Specifications | |||
!Chip | |||
!Clock Speed | |||
!Flash Memory | |||
!SRAM | |||
!EEPROM | |||
!SPI | |||
!I²C | |||
!Power | |||
|- | |||
|ATmega328P | |||
|16 MHz | |||
|32 KB | |||
|2 KB | |||
|1 KB | |||
|yes | |||
|yes | |||
|5V | |||
|} | |||
== Görkyver Projects Featuring Arduino Nano == | |||
[https://gorkem.cc/projects/PeriodicTableClock/ Periodic Table Clock] | |||
[https://gorkem.cc/projects/StarTrack/ Star Track] | |||
[https://gorkem.cc/projects/AstroClock/ Freeform Astronomical Clock] | |||
[https://gorkem.cc/projects/HarkonnenThrone/ LEGO Dune - Baron Harkonnen Throne Automata] | |||
== See also == | |||
== References == | |||
Latest revision as of 20:28, 6 May 2026

Arduino Nano is an open-source microcontroller developed by Arduino.cc based on the ATmega328P microcontroller.[1]
Technical Specs
| Chip | Clock Speed | Flash Memory | SRAM | EEPROM | SPI | I²C | Power |
|---|---|---|---|---|---|---|---|
| ATmega328P | 16 MHz | 32 KB | 2 KB | 1 KB | yes | yes | 5V |
Görkyver Projects Featuring Arduino Nano
LEGO Dune - Baron Harkonnen Throne Automata