Nano Board
The Nano Board is a small, complete, and breadboard-friendly board based on the Atmega328P. The Nano Board arrives pre-soldered and can be powered via the Mini-B USB connection, a 7-12V unregulated external power supply (connected to pin 30 - VIN), or 5V regulated external power supply (pin 27 - 5V). The power source is automatically selected to pull from the highest voltage source. The Nano Board also has a variety of functions for communicating with a PC and other microcontrollers. It is one of the best ways to get started with learning and programming the Arduino programming language. What's Included: TechBox Nano Board Microcontroller - The Nano Board does not require any soldering and is Arduino compatible. Board Features: Inputs & Outputs - Each of the 14 digital pins on the Nano can be used as an input or output, using pinMode(), digitalWrite(), and digitalRead() functions. Serial - Pin 0 (RX) and Pin 1 (TX). Used to receive (RX) and transmit (TX) TTL serial