Hello everyone! I hope you will be absolutely fine and having fun. Today, I am going to give you a detailed Introduction to ULN2003. We will also discuss the ULN2003 Datasheet, Pinout, Circuit Diagram & Proteus Simulation. If you have ever controlled any motor (i.e. DC Motor, Stepper Motor etc.) with a microcontroller (i.e. PIC, Arduino etc.), then you must have heard about drivers. Why do we need to use drivers? We use drivers (to control motors) because of two reasons.
First: Microcontrollers operate at 5V while motors operate at different voltages (5V, 12V, 24V etc.).
Second: Motors are Inductive loads thus they produce back emf, which may damage your microcontroller permanently (if not handled correctly).
Because of these two reasons, we have to use the driver in between t ...
Hey Guys! I hope you all are doing great. In the previous tutorial, we studied the basics of Semiconductors, where we briefly discussed the PN Junction. Today, we are going to have a detailed overview of PN Junction.
But before getting into the details of PN Junction, we need to first recall a few concepts from the previous lecture:
Semiconductor Basics
As we know, the conductive power of a semiconductor material lies between a conductor and an insulator. So, it can act as a pure conductor as well as a pure insulator, depending on the applied conditions. Semiconductors are divided into two types:
Intrinsic Semiconductor.
Extrinsic Semiconductor.
Intrinsic Semiconductor
A semiconductor in its pure form is called an Intrinsic semiconductor. In this state, the outermost valan ...
Hello friends , I hope you all are fine and having fun with your lives. Today, I am going to share a new project which is XBee Arduino Interfacing. In my previous tutorials in the XBee series, we have had first Introduction to XBee Module and after that we have also discussed How to Interface XBee Module with Computer. Now we are all well aware of XBee Module and can easily do the XBee Arduino Interfacing. We have seen in the previous tutorial that XBee Module works on Serial protocol so we have to use the Serial Pins of Arduino UNO board.
If you want to use any other microcontroller then you can its not a big issue, just see the way how the programming goes and convert it to the language of your microcontroller i.e. PIC Microcontrollers or 805 ...
Hey Fellas! Hope you are doing well. I feel pleasure to have you on this platform. Today, I'll discuss the detailed Introduction to Arduino Duemilanove which is a Microcontroller Board, introduced by Arduino.cc and is based on ATmega168 or ATmega328. It comes with 14 pins that can be used both ways: Input or Output. Duemilanove means "2009" in Italian.
Arduino boards have always been a good pick for hobbyists and students who intend to design projects that are mainly related to embedded system and automation. These boards are similar to microcontrollers, with little advantage over them as they come with some built-in peripheral features, setting you free from buying external components to employ automation in your project.
If we focus on Arduino ...
Hello everyone, hope you all are fine and having fun with your lives. Today, I am going to share 8051 Microcontroller Projects. Recently, I have shared quite a lot of tutorials on 8051 Microcontroller which are not much arranged as a whole. So, today, I thought to arrange all those tutorials and place them here so that you can get all of them quite easily. I will upload more 8051 Microcontroller Projects and I am gonna add their links in this post so stay subscribed to this post if you are interested in learning 8051 Microcontroller.
8051 Microcontroller, as we all know, is another Microcontroller series just like PIC Microcontroller or Arduino etc. The benefit of 8051 Microcontrollers is that they are quite cheap and easily available so if you ar ...
Hi Guys! Hope you are doing well. I am back to give you nuggets of valuable information related to engineering and technology so you can excel and grow in your relevant field. Today, I'll unlock the detailed Introduction to 1n4738a. It is a zener diode that comes with high power rating and is mainly used in stabilizing and clipping circuits.
The zener diode is slightly different from regular diode as former can conduct in both directions while later conducts in one direction only. It is available in double slug construction with corrosion resistant surfaces, helping to operate it under high temperature and pressure.
I'll try to cover each and everything related to this diode, so you don't have to grapple your mind surfing the whole internet and ...
Hello friends, hope you all are fine and enjoying. Today we are going to share our new project’s tutorial which is Angle Control of Servo Motor using 555 Timer in Proteus ISIS. It is a very simple but a bit technical project. This project has various applications both in industry and in small educational projects.
Servo motor is a DC operated motor and it is available in various sizes and powers. Generally the servo motor used in basic projects, is named as micro servo motor. It is of small size and low power rating. But as I stated earlier that it needs dc supply to operate but it also needs a continuous pulse train to operate and this pulse is commonly generated by some sort of timers or micro controllers. Since my today’s project tutorial (Angl ...
Hi Guys! Hope you are doing great. Today, we will have a look at an electronic component named Diode. We will discuss Diode working, Symbol, Applications and characteristics in detail.
A diode is an electronic component, that allows the flow of current in one direction only. It exhibits low resistance in one direction and very high resistance in the opposite direction. Whoever has been a science student, knows about diodes. Although it seems to be a tiny component of a circuit, apparently it is true but it has a lot of complexities or you can say, it's a storm in a teacup.
Diodes are normally used in rectifiers, where they convert AC signals to DC signals. They come with a wide range of applications including power conversion, radio modulation, l ...
Hey Fellas! Hope you are enjoying life and getting most out of it. I am back to give you daily dose of information so you can excel and grow in your relevant field and keep coming back for what we have to offer. Today, I am going to uncover the details on the Introduction to 2n5457. It is an N Channel JFET (Junction Field Effect Transistor) which is mainly designed for audio and switching applications. It consists of drain, source and gate which are denoted by D, S and G respectively. I'll try to cover every aspect related to this transistor so you don't need to go any where and find all information in one place. Let's dive in and explore what is it about and what are its main applications.
Introduction to 2n5457
2n5457 is an N channel field ef ...
In today's tutorial, we are going to see how to install Arduino driver in Windows. In the previous post, we have seen what is Arduino? and why is it so popular and whats its use? Now, afer getting the basic knowledge of Arduino, the next step you need to do is to install Arduino driver in your computer so that it got recognized by your computer as Arduino. If you don't install the Arduino driver in Wndows then you won't be able to program Arduino using Arduino software.
tis tutorial is quite basic and is for the newcomers, who wants to start working on the Arduino software, if you have already run some codes on your Arduino then its not for you. You can skip it. Anyways, It's quite easy and it won't take much time. So let's get started with it.
I ...