Complete Explanation Of Arduino Uno R3 Board
What we are learning right now is the arduino uno r3 board, at the lower middle is the brain of the board - the microcontroller. It is a tiny computer that contains the processor to execute instructions that is similar to the cpu. That you are using in your desktop or mobile applications/devices. Now it includes small amount of memory on left side is the universal serial bus (usb) connector. This help us to connect the board to our own desktop computer providing 3 main useful properties.The first one is to supply power to the board the second is to upload our program to the arduino as at the end we need to tell the arduino board what do to and the last thing is to send and receive data from our computer, something that is very useful when debugging and looking for errors on some software, now next to the usb there is another socket that Is called external power. This socket allows us to power the arduino from an external power source.
Read More: Everything You Need To Know About Arduino
In general, a led is a component that produce light when electrical current flows through it. We will use it allot in our projects and it is used everywhere we go right now in almost endless applications. So, on the right side the led labeled "on", indicates in green color when the board has power. The leds labeled tx and rx light up when data is being transmitted or received between the arduino and some attached device via the serial port. For example, if i will try to upload a program into the arduino board then, in a very short time you will see the tx and rx are lighting on and off
The last one, is called the "l" led is for us, meaning we can turn that led on and off using the software commands and it is also connected to the digital i/o 13 that we will see very soon. So this is great output option on top of the board for testing our programs and to see if things are working
Read More: Everything You Need To Know About Arduino
In addition, if you look on this raw on the right side, there is a pin that is called vin, which stands for voltage in, meaning it can be used to supply the arduino board. External power, instead of using the power socket
Gnd marks the ground pins, which are essential to complete circuit. Now there is also a third ground just next to the pin 13, all of those ground pins are linked and sharing the same ground. Now, in addition we can use the 5v or 3.3v to supply the needed voltage level to power other components also in the same row we have the ability to use an external reset button instead of utilizing the red reset button what we see on the left side that is coming already as part of the board.
Read More: Everything You Need To Know About Arduino
The meaning of digital is that they have two states: on and off, in our case the meaning that the value can be 0v or 5v so they can either detect whether or not an electrical signal is present on that pin or generate as output a signal using a command in our software.
In addition, digital pins 0 and 1 are also known as the serial port, which is used to send and receive data to other devices. Ok, don't worry if you don't understand everything right now as it is just high level overview. Now what about analog output ? Ok, so you don't see any pins being used for analog output. But we have some solution for that. And this is where you see some specific pins with the mark of tilda (~) next to it. There is some solution for imitating analog output something that is called pwm.
Read More: Everything You Need To Know About Arduino
Pwm - pulse width modulation which is a technique that we can use to create something like analog output and it being used in all kind of applications, we are going to present it as part of our project, the pins that are marked with this tilda(~) are pins 3,5, 6,9,10 and 11 so only for them we can use this pwm technique.
Dear visitor. Click on "Follow" button from right side above and sign in with your Gmail account. Write unlimited comments on every post. 100% Free