Description
Arduino Nano v3 compatible, with soldered header pins
This is a 5V Arduino Nano compatible board, with a 16 MHz Atmel Mega 328P processor with header pins.
Use this Nano with our DCC Turntable Decoder or DCC Interface
All boards are individually tested by DCC Interface. All of our Arduino Nano modules are loaded with a modified Arduino blink Sketch to test basic functionality. You should see our name being written to the Serial port (at 9600 baud) and the on-board LED should flash twice a second.
Technical details are :-
Specifications | |
---|---|
Size | 46mm x 17mm x 17mm |
Input Voltage | 7-12V recommended, 6-15V Maximum (or USB) |
Digital Input/Outputs | 14 (6 PWM capable – 3,5,6,9,10 and 11) |
Analog Inputs | 8 x 10-bit resolution inputs |
Maximum output current | 40mA per pin, 200mA total. |
USB | Mini USB with CH340G interface. |
Flash Memory | 32 Kb (2KB is used by the bootloader) |
Drivers are required for the USB interface on both Windows and OSX as the board uses the USB to serial chip CH340G, a commonly used device. Drivers for this chip are freely available online using a search engine. A driver should not be required on Linux systems.
To program the Arduino in the Arduino IDE, select Board type “Arduino Nano” and Processor “ATMega328”.