Arduino Nano
The Arduino Nano is a compact board that trades a smaller size for fewer IO pins than the Arduino Mega boards. It is a great choice when space is at a premium.
Warning
Many lower-cost Nano boards, particularly those purchased from AliExpress, use the CH340G chip for serial communication to the PC. These chips are frequently counterfeit and require additional driver installation.
Purchasing an Arduino Nano from the MobiFlight Shop ensures you will get a board with genuine chips.
Specifications
- 14 digital IO pins, 6 with PWM support.
- 8 analog inputs (can be used as digital inputs).
Device | Limit | Notes |
---|---|---|
Analog input | 8 | |
Button | 18 | |
Digital Input Multiplexer | 6 | |
Encoder | 9 | |
Input shift register | 6 | Six chains of shift registers, 32 bits each (2x16 or 4x8 bit shift registers). |
LCD Display | 2 | |
LED / Output | 18 | |
LED 7-Segment | 6 | 6 TM1637 modules, or 6 chains of MAX7219 modules, or a mix of both. A 5V power supply is required when connecting more than one display. |
Output shift register | 6 | Six chains of shift registers, 32 bits each (2x16 or 4x8 bit shift registers). |
Servo | 8 | |
Stepper | 4 |
Pinout
Note
Pins D0 and D1 are not available for use, as they are reserved for USB serial communication.
Pins A6 and A7 are only available for analog input, they cannot be used as digital inputs.