Arduino Micro (Clone)
Arduino Micro clone is a more practical version of the Arduino Leonardo in a very small design of 4.8 x 1.8 cm. Just like the larger cards, it features an ATmega32u4 controller. This advanced chip has built-in USB communication. Therefore, the controller can operate as a HID device (such as a mouse or keyboard) as a virtual COM interface. It will simplify the examples included with the Arduino software.
The board connects to the computer with a simple USB cable. This connection allows two-way communication while simultaneously powering the controller. In this way, entry into the world of microprocessors is simple. Arduino Micro allows you to connect the controller to the cable board. Connecting to the 20 input/output pins (of which 7 as PWM and 12 as analog input) is very obvious. A 16 MHz processor and 32Kb flash memory (a 4KB bootloader) are a good resource for large projects.
What is Arduino?
Arduino is an open source electronic platform based on easy-to-use hardware and software. Arduino cards receive and process the signal from sensors, buttons, or any product that gives a signal, and perform the operations you want to do in line with this signal. For example, you can turn on an LED by pressing a button, and you can adjust the direction and speed of your motor with the help of a motor driver. You can make remote controlled vehicles or robots with Bluetooth or Wi-Fi control. With the help of the relay, you can create many projects that can be turned on and off with your commands.
Technical Specifications
- Microcontroller ATmega32u4
- Operation Voltage 5V
- Input Voltage (recommended) 7-12V
- Input Voltage (limit) 6-20V
- Digital I/O Pins 20 (7 of them PWM output , 12 of them are analog inputs)
- Analog Input Pins 12
- Current 40 mA for each I/O
- Current 50 mA for 3.3V Output
- Flash Memory 32 KB (ATmega32u4) 4 KB is used by the bootloader
- SRAM 2.5 KB (ATmega32u4)
- EEPROM 1 KB (ATmega32u4)
- Clock Speed 16 MHz
- Length 48 mm
- Width 18 mm
- Weight 13 g
Arduino Micro Pins