Arduino
- What is ARDUINO
- Arduino family
- Arduino UNO
- Arduino Breadboard
- Arduino IDE
Arduino is an open-Source electronic prototyping platform based on flexible easy to use hardware and software collection. Arduino has lots of types of PCBs. This board contains a microcontroller. it can be programmed to sense and control objects in the physical world. Because of its flexibility and low cost, Arduino has become a very popular choice for makers looking to create interactive hardware projects.
Arduino was introduced back in 2005 in Italy by Massimo Banzi as a way for nonengineers to have access to a low-cost, simple tool for creating hardware projects. Since the board is open-source, it is released under a Creative Commons license which allows anyone to produce their own boards.
Arduino board are able to read analog or digital input signals from different
sensors and turn it into an output such as activating a turning LED on/off, motors connect to the cloud, and many other actions.
We're going to focus on the most popular and our favorite Arduino board. we recommend this board for beginners. its name is Arduino Uno. it remains to be the most actively used and most widely on the market.
Arduino UNO Pinout
to board. The microcontrollers are usually of the ATMEL Company. You must know what
IC your board has before loading up a new program from the Arduino IDE.
- 5v: Supply 5 output volt
- 3.3v: Supply 3.3 output volt
- GND: There are several GND pins on the Arduino, any of which can be used to ground your circuit.
- Vin: This pin also can be used to power the Arduino board from an external power source, like AC mains power supply.
Another very important item when working with Arduino is a solderless breadboard. This device allows you to prototype your Arduino project without having to permanently solder the circuit together. Using a breadboard allows you to create temporary prototypes and experiment with different circuit designs. Inside the holes (tie points) of the plastic housing, are metal clips that are connected to each other by strips of conductive material.
NOTE: the breadboard is not powered on its own and needs power brought to it from the Arduino board using jumper wires OR a Breadboard power supply module.
0 Comments