Hi Guys! Hope you are getting along with life pretty well. I always strive to keep you updated with most valuable information related to engineering and technology. Today, I'll discuss the detailed Introduction to Arduino Leonardo. It is a microcontroller board based on the ATmega32U4 and comes with 23 digital input/output pins. It is developed by Arduino.cc, aiming to provide easy to use interface with the ability to perform a number of functions on a single chip.
It incorporates everything required to drive the automation in the relevant project. Simply connect this device with the USB cable or power it up using DC adapter and start playing with it
In this post, I'll try to cover each and everything related to Arduino Leonardo, so you don't n ...
Hello, my friends and welcome back with one new tutorial of our ladder logic programming series. Today I am bringing one exciting project which you can see everywhere, in your home, work, and public places, which is an elevator. We will design a solution using plc ladder logic programming, which drives the elevator. Our elevator is composed of 4 floors and has all capabilities of large-scale elevators. So let’s get started and save time and jump into our tutorial.
Elevator Project
As you can see, Everyone figure 1 depicts the complete scene of the project and tells that the elevator we will manage has four floors to visit. On the first floor, there is only one outer request to call the car from any floor above, i.e. from floor 2, floor 3, or floor 4. While on the second floor, there are ...
Update: I have updated the code and removed the bug. Thanks for informing. Now this code will work perfectly.
Buy This Project
Hello friends, hope you all are fine and having good health. Today, as the name suggests, I am gonna post on how to Receive SMS with AT Commands using Sim900 and Arduino. I have already posted a tutorial on How to Send SMS with Arduino UNO and Sim900, so now we are gonna check the opposite. Sending SMS is quite easy, you just need to write some AT commands and write the message you wanna send and hit the Cntrl + Z and it will be sent. But receiving a text message on your SIM900 shield is a bit difficult because now you need to place a check when user will send a message. So, ideally whenever anyone send a message to yo ...
Hi Everyone! Hope you’re well today. Happy to see you around. In this post today, I’ll walk you through the Introduction to TDA2005.TDA2005 is a 20-watt Class B dual audio amplifier integrated chip. It comes in a Multiwatt11 package and is carefully designed for car radio applications. It can support the current up to 3.5A which is quite high which makes it a suitable pick for constructing power booster amplifiers.
I suggest you read this post all the way through as I’ll detail the complete Introduction to TDA2005 covering datasheet, pinout, features, and applications.
Let’s jump right in.
Introduction to TDA2005
TDA2005 is a 20-watt Class B dual audio amplifier integrated chip. It is particularly designed for car radio applications.
...
Hello friends, I hope you all are fine and having fun with your lives. In today's tutorial, I am going to show you How to use Arduino Serial Monitor. It's not gonna be a very big post but its really very essential if you wanna learn Arduino coding. Because Arduino Serial Monitor is a great debugging tool and it helps a lot in Arduino Projects. In the previous post we have seen How to use digitalRead in Arduino and if you recall that tutorial then you must remember that in it we have used some Serial printing. So that's what we are gonna cover in today's tutorial.
Before going into the details, I must suggest you to first read these two posts because in those tutorials I have shown the serial communication which is essential for Serial Monitor Work ...
Hello everyone, hope you all are fine and having fun with your lives. In today's post, I am going to share How to generate PWM in 8051 Microcontroller. PWM is an abbreviation of Pulse Width Modulation and is used in many engineering projects. It is used in those engineering projects where you want an analog output. For example, you want to control the speed of your DC motor then you need a PWM pulse. Using PWM signal you can move your motor at any speed from 0 to its max speed. Similarly suppose you wanna dim your LED light, again you are gonna use PWM pulse. So, in short, it has numerous uses. If you are working on Arduino then you should read How to use Arduino PWM Pins.
PWM, as the name suggests, is simply a pulse width modulation. We take a pu ...
Hello friends, hope you all are fine and having fun with your lives. Today's post is about the Controlling of Servo Motor with Arduino in Proteus ISIS. Servo Motor is a common motor used in engineering projects for precise circular motion. We can move the servo motor at any desired angle, which is not possible in the case of other motors i.e. Stepper or DC.
For example, suppose I want to move an antenna at a precise angle of 47.5 degrees then if I use DC Motor, I have to use an encoder. So, in such cases instead of using a DC motor, I will prefer Servo Motor.
I have already posted Angle Control of Servo Motor using 555 Timer in which I have controlled servo motor using 555 timer and another tutorial about Controlling of Servo Motor using PIC Micro ...
Hi Everyone! I hope you are doing great and enjoying your life. I am back to give you daily dose of information so you can grow and progress in your relevant field. Today, I am going to give you the details on the Introduction to 2n4403. It is basically PNP(Positive-negative-Positive) bipolar junction transistor where N doped layer is sandwiched between the two P doped layers. It comes in plastic TO-92 compact casing. I'll try to give you brief details about this transistor so you don't need to go anywhere for finding the information regarding this transistor. Let's get started.
Introduction to 2n4403
2n4403 is a PNP bipolar junction transistor where conduction is carried out by the movement of holes and electrons but majority charge carriers w ...
Hello everyone! I hope you all will be absolutely fine and having fun. Today, I am going to give you a detailed Introduction to PC817. PC-817 is also known as an optocoupler / optoisolator. It consists of Infrared Emitting Diode (IRED). This IRED is coupled to a photo transistor optically and not electrically. It is closed in a four (4) pin package. This package is usually available in two different forms. The first one is wide lead (Pb) spacing option and the second one is SMT gullwing lead form option.
PC 817 has an internal LED and a photo transistor. The photo transistor's base becomes activate when LED throws light on it. The output obtained can be divided into two formats either common emitter or common collector. But the configuration is ...
Hello friends, I hope you all are doing great. In today's tutorial, we are gonna have a look at detailed Introduction to TIP31. The TIP31 is a typical NPN transistor which is frequently cast-off for intermediate power submissions. This (BJT) is a three (3) points expedient which works for intensification or swapping submissions. It is designed by linking three units of semiconductors with alternatively dissimilar doping. The central unit which is (base) is thin and the other two external areas (emitter and collector) are greatly doped.
Some transistors can intensify a minor current which will then be dominant sufficient to work a spotlight or other higher current expedients. These diplomacies are also capable to notice an alteration in voltage an ...