QA015 Nano Development Board
1.Introduction
The ACEBOTT QA015 NANO development board is a small, complete, and easy-to-experiment development board based on ATMega328P and CH340. It has all the features of Diecimila/Duemilanove.
2.Features
Micro controller: ATMega328P
Operating Voltage: 5V
Input Voltage (Recommended): 7-12V
Input Voltage (Limit): 6-20V
Digital I/O Pins: 14
Analog Input Pins: 8
DC Current per I/O Pin: 40 mA
3.3V Port Output Current: 50 mA
Flash Memory: 16 KB (2 KB used by boot loader)
SRAM: 2 KB
EEPROM: 1 KB
Clock Speed: 16 MHz
3.Specifications
Parameters |
Value/Description |
---|---|
Size |
45.6X18(mm) |
Power supply |
Type-c |
Supported interfaces |
UART/GPIO/ADC/PWM/SPI/I2C |
Number of I/O ports |
14 |
Serial port baud rate |
Supports baud rates from 110 to 4608000 bps, defaulting to 115200 bps |
4.Sample Code
Connect the board to the computer using a Type-C data cable: Select “Arduino AVR Boards” -> “Arduino Nano” from the Tools > Board menu. Choose the appropriate Port. And upload it to the board using the Upload button.
(1)Wiring Diagram
(2)Sample Code
1void setup() {
2 Serial.begin(9600);//The serial port baud rate is set to 9600
3}
4void loop() {
5 Serial.println("Hello,ACEBOTT QA015 NANO");
6 delay(1000);//Delay for 1 second.
7}
5.Test Result
After uploading the program, open the serial monitor in the Arduino IDE to observe the continuous serial printing of “Hello,ACEBOTT QA015 NANO”.
6.Related Resources
7.Get One Now
B2B Business: info@acebott.com