Posts

Introduction to Arduino UNO R3 !

Image
Arduino UNO R3 So now we’re moving into some serious fun stuff. The image you are seeing above is of Arduino UNO R3. You can imagine it as a very small and less powerful CPU. It has a microcontroller, some other complementary components, USB port and power jack and some output/input pins. The black chip on it is a microcontroller named “Atmega 328P “. Rest of the board can be imagined equivalent to the motherboard. Just like in a PC microprocessor do all the math and motherboard provides information gateways, safety measure and allows the microprocessor to communicate with other devices, Board of Arduino do the same for microcontroller Atmega 328P. If you want to know what’s the difference between microcontroller and microprocessor go  here . Technical specification: - 1.        Microcontroller - Atmega 328p 2.        Operating voltage – 5V 3.        Digital pins – 14 pi...

Getting familiar with Breadboard

Image
             Hello guys! first of all sorry for the delay to the post got busy in exams and stuff. Anyway, todays topic is pretty interesting one, This will guide you on how to use a breadboard . After this Tutorial, you will be able to build temporary circuits on a breadboard with ease and don't forget you have to practice building circuit to be able to use breadboard effectively.              First of Breadboard is a device having many holes in it. These holes are basically connection points in which you can insert your components wires and stuff. Now, these holes are connected with each other in specific order. If you put your components in those they will be get connected as per connections of hole. The Interconnections of holes:- picture 1 :- without notations (Consider region 1 to 4 from top to bottom ) Picture 2:- With Notations (You can skip this point below if leng...

Getting ready for journey in Arduino micro controller

Image
                First of all, you need to buy some basic components for everything ahead. It's not compulsory it's your call but I will definitely recommend buying all of it Also they won't cost you much and are very important 1] Arduino microcontroller board:-                 Of course, it is the most important component you should buy. Now, it might get confusing which board to buy. There are many different types of board available you can check them out on the official website. For this tutorials, We will be going with Arduino UNO R3.                  Now another factor to consider is, Whether to buy an original board or duplicate one. I didn't know there exists original and duplicate version of boards when I bought my Arduino board. I bought it for 600 rupees from a local store. Later I came to know that it is a duplicate board. I was little worried it wi...

Why should you learn arduino here ....

Hello guys! Welcome to Arduinos2s, Here I will be giving you related to Arduino and some basic electronics stuff that I'll encounter during projects ahead. My knowledge about Arduino is almost null currently but I know some basics of coding and had played with electronics a bit. Now you may say like 'This guy is noob why should I learn from him, it will be much better for me to learn it from an expert'. Hold on a second if you thinking so, let me clear my intentions and idea behind this blog. I just started learning Arduino a week ago. At this point, I did exactly what you would have done. I too searched for a tutorial by experts and also followed official tutorials on Arduino official web site. You can learn all of this there too but let me share my experience with you and trust me sometimes things get really messy and confusing, because the person writing the article or tutorial are experts. Sometimes They use some words or mention some concept or any other thing whi...