Arduino UNO R3 -Orijinal Atmega328P SMD Chipset
Uno R3 is one of the boards of the open-source Arduino platform that uses the 8-bit Atmega328 microcontroller from Microchip. The board has 14 digital input/output pins (6 of which are PWM enabled) and 6 analog input units. These I/Os can be accessed externally via male and female pin headers simultaneously.
Additionally, the board includes a USB UART converter circuit (for programming and communication), a 16MHz crystal, a USB socket, a power circuit, an ICSP connector, and a reset button. All the circuits necessary for the operation of the microcontroller are already present on the board. It can be easily connected to a computer via a USB cable and can be powered by an adapter or battery. It offers the possibility to easily prepare software on the open-source Arduino IDE.
Arduino is designed for students who Show More