Description
Cytron UNO Maker is compatible with popular Arduino Uno R3 module. This means that it can be programmed throughthe Arduino IDEusing available libraries. The so-calledArduino Shields will also collaborate with the Cytron module.
The board contains an ATmega328 microcontroller, is equipped with 14 digital I/o 6 of which can be used as PWM outputs (e.g. for motor control), and 6 as analog inputs. The system works with a clock signal with a frequency of 16MHz. The module also has a microUSB connector, RESET button and leads that are to connect the AVR programmer.
Maker UNO has several differences in comparison to the Arduino UNO:
- 12 LEDsthat are assigned to leads from 2 to 13
- 1 programmable button
- Built-in buzzer
- No DC connector
- MicroUSB connector: instead of USB-B
- UART converter: CH340G
In order to start Maker Uno, you must connect the system to computer usingUSB cable, install driver and select in the Arduino IDE, the Arduino Uno board. Detailed user manual is onthe manufacturer's website. |
Power
The module can be powered viathe microUSB cable. The device does not have built-in DC connector.
Programming
Creating and installing software is allowed by the free environment of the Arduino IDE. Implemented bootloader allows you to send the program directly viaUSB cable. ISCP connector enables connection of an externalAVR programmer. A detailed description can be found in thedocumentationandtutorial.
Specification
- Supply voltage: 5 V
- Programmed via USB using CH340
- Compatible withArduino Uno Rev3
- Microcontroller: ATmega328
- Maximum clock frequency: 16 MHz
- SRAM: 2 KB
- Flash memory: 32 KB (5kB reserved for bootloader)
- EEPROM: 1 KB
- I/O Ports: 14
- PWM outputs: 6
- Number of analog inputs: 6 (channels of A/C converter)
- Serial interfaces: UART, SPI, I2C
- External interrupts
- Connector: microUSB slot (microUSB cable sold separately)
- Soldered ISP connector
- Power connector: DC 5.5 x 2.1 mm
- Board sizes: 75 x 54 x 15 mm
Useful links |