Feature(may vary by option.)

●Nano compatible board for Arduino is compatible with Arduino. The Nano board is sized at 18 x 45 mm and is positioned as a small version of the Uno, and can be inserted directly into the breadboard. USB mini-B port
●Programming Language: Nano board can be programmed using the Arduino programming language (C/C++ base) This allows you to develop unique control algorithms and application programs
●I2C, SPI, UART Interface: Nano board has communication interface, such as I2C, SPI, UART and allows for fast data communication with other devices and modules
●Versatile Applications: Arduino Nano can be used for a variety of projects. It can be used in a variety of applications including sensor control, robot control, and building automation systems
●Pin headers are supplied unsoldered. A separate USB Mini-B cable is required to connect to a PC

[3]





Description

Arduino Nano Compatible Development BoardArduino Nano Compatible Development Board

Arduino Nano Compatible Development Board

What is Arduino

Arduino is a microcomputer board that can be easily used for electronic crafts, also called AVR microcontrols.

You can connect LED or motor on the Arduino microcomputer board to control parts, and read values such as switches and sensors.

You can use the Arduino IDE (integrated development environment) free of charge, so you can install it on your PC and use it immediately.

The Arduino Nano is a smaller Arduino board compared to the Arduino Micoro, which features a smaller size.Can be plugged directly into the breadboard.

Basic Specification for Arduino Nano Board

  • Operating Voltage: 5V
  • External power supply voltage: 7 - 12 V.
  • USB port Mini USB Type B
  • Interface I2C/UART/SPI
  • Board size: 0.7 x 1.8 inches (18 x 45 mm), Weight: 0.
  • USB Serial Conversion: CH340 *Driver installation is required for serial port recognition. Drivers available from WCH company.
Operating Voltage 5V
Current per pin 20mA
Analog Pin (Input/Output) 8/0
Digital Pin (Input/Output) 14/14
PWM 6
UART 1 (RX/TX)
I2C A4 (SDA), A5 (SCL)
SPI D11 (COPI), D12 (CIPO), D13(SCK) Use any GPIO for Chip Select(CS)

Writing Instructions

Arduino WritingArduino Writing