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.
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
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 |
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.
Wiring Diagram #
Sample Code #
void setup() {
Serial.begin(9600);//The serial port baud rate is set to 9600
}
void loop() {
Serial.println("Hello,ACEBOTT QA015 NANO");
delay(1000);//Delay for 1 second.
}
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”.
Related Resources #
Get One Now #
B2B Business: info@acebott.com
Official Website: ACEBOTT QA015 Development Board