Arduino Nano: Difference between revisions
Jump to navigation
Jump to search
add project examples |
add table |
||
| 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> | ||
== Projects Featuring Arduino Nano == | == 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/PeriodicTableClock/ Periodic Table Clock] | ||
| Line 9: | Line 31: | ||
[https://gorkem.cc/projects/HarkonnenThrone/ LEGO Dune - Baron Harkonnen Throne Automata] | [https://gorkem.cc/projects/HarkonnenThrone/ LEGO Dune - Baron Harkonnen Throne Automata] | ||
== See also == | |||
== References == | == 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