This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:iot-open:hardware2:arduino [2023/11/21 23:39] – pczekalski | en:iot-open:hardware2:arduino [2024/05/27 11:31] (current) – ktokarz | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | < | ||
====== Arduino General Overview ====== | ====== Arduino General Overview ====== | ||
+ | {{: | ||
No doubt, Arduino became the most widespread name in the development boards world, particularly among enthusiasts, | No doubt, Arduino became the most widespread name in the development boards world, particularly among enthusiasts, | ||
Line 19: | Line 20: | ||
== Hardware == | == Hardware == | ||
The Arduino boards work by reacting on signals at **inputs** that are received from various sensors, and after executing a **set of instructions**, | The Arduino boards work by reacting on signals at **inputs** that are received from various sensors, and after executing a **set of instructions**, | ||
- | The microcontroller or System on Chip is the most crucial element in the IoT and embedded devices built nowadays. It is not common to add peripheral elements external to the microcontroller, | + | The microcontroller or System on Chip is the most crucial element in the IoT and embedded devices built nowadays. It is not common to add peripheral elements external to the microcontroller, |
- | == Processor | + | == AVR microcontrollers |
The initial, still very popular version of the Arduino board - Arduino Uno, is based on the ATmega328P microcontroller. The same chip is used in, e.g. Arduino Nano and Pro Mini. Arduino Leonardo or Micro is based on ATmega32u4, which has a built-in USB interface. The Arduino Mega board is created with an extended microcontroller ATmega2560, which has many more interface pins. | The initial, still very popular version of the Arduino board - Arduino Uno, is based on the ATmega328P microcontroller. The same chip is used in, e.g. Arduino Nano and Pro Mini. Arduino Leonardo or Micro is based on ATmega32u4, which has a built-in USB interface. The Arduino Mega board is created with an extended microcontroller ATmega2560, which has many more interface pins. | ||