Arduino: Why Use The Arduino?
Arduino: Why Use The Arduino?
Arduino Uno
→ Simplifies microcontrollers for beginners. Easy to learn as it uses a simplified version of C++.
→ Cheap: very accessible and cost effective.
→ Cross-platform: we can run it on windows, Macintosh OS X and also on Linux operating
systems compared to other microcontroller systems which can run only on windows.
→ Wide variety: It has many variations. We can choose one which suits our project most.
→ Connects the board to your pc for programming and for powering up the Arduino
board.
→ Help upload your code onto your Arduino board.
2- DC Input
→ The Dc power jack allows the Arduino board to be powered from a wall adapter so
that you can supply more power to your project if needed.
3- Groove Connectors
→ Supply volts of power to your module. 3.3V pin supplies 3 Volts and 5V pin supplies 5
volts.
5- GND pins
→ used to close the electrical circuit and provide a common logic reference level
throughout your circuit.
→ GND means this pin is at zero voltage with respect to the power supply and ground
plane of the circuit board.
6- Analog pins
→ Allows Arduino to read signals from analog sensors like light sensors and convert it
into a digital value.
→ Also have the functionality of general input/output (GPIO) pins.
7- Digital pins
→ On the Arduino UNO, digital pins are on 0-13.
→ Allow Arduino to read digital inputs like a button being pushed and output like turning
on Led.
8- System power switch
9- Reset Button
→ Allows us to reset the board and restart any code uploaded on the Arduino board.
10- RX/TX Indicator
An Arduino is based on a microcontroller which is a simple easy to use computer designed for
beginners to run 1 program at a time, over and over again.
However, if you want a fully operating computer that is able to run more complicated functions and
the ability to run multiple tasks, an SBC like a Raspberry Pi 4 would be perfect for you.