Hello Fellas! Hope you’re well today. Happy to see you around. In this post today, I’ll walk you through the Introduction to D13007K.
The D13007K is an NPN power transistor mainly used for switching and amplification purpose. This device is made of silicon material and falls under the category of bipolar junction transistors. As this is an NPN transistor so here major charge carriers are electrons. Holes are major carriers in the case of PNP transistors. This is a high voltage high current capability device used in energy-saving lamps. The collector current of this chip is 8A which means it is best for loads under 8A. And the power dissipation is 80W which projects it is eligible to release 80W power during the operation of this device. The collector-base voltage is 700V and collector-e ...
Hello friends, I hope you all are doing great. In today's tutorial, I am going to explain the Relay Interfacing with Microcontroller using ULN2003A. In the previous lecture, we have discussed the detailed Introduction to Relay along with its working. Now we are going to practically interface the relay with a microcontroller to design an automatic switch. Relay is a key component in almost every electronic circuit. It can be
used as a switch and can also be used as a voltage regulator.The microcontroller I am going to use here is PIC18F4552 but you can use any other Microcontroller. You just need to change the syntax of coding but the logic will remain the same. Here, I am using ULN2003A to control the relay and from this relay, we can control anything.So, let's get started:
Relay Inte ...
Hello friends, hope you are having fun. In today's post, we will have a look at Serial Communication with 8051 Microcontroller in Proteus ISIS. In the previous post, we have seen a detailed post on LED Blinking Project using 8051 Microcontroller in Proteus ISIS, which was quite a simple tutorial. And I hope if you are new to 8051 Microcontroller then from that post you must have got some idea about C Programming of 8051 Microcontroller.
Now, today we are gonna go a little further and will have a look at Serial Communication with 8051 Microcontroller and we will also design the simulation of this project in Proteus ISIS software. 8051 Microcontroller also supports Serial port similar to Arduino and PIC Microcontroller. And the communication protoco ...
Hi Everyone! Hope you’re well today. I welcome you on board. In this post today, I’ll walk you through the Introduction to CA3130.The CA3130 is a BiMOS Operational Amplifier that comes with MOSFET at the output. The term BiMOS suggests that it projects the advantage of both Bipolar and CMOS op-amp technology.
This IC comes with high bandwidth due to bipolar op-amps and consumes less current due to CMOS op-amp, making it a perfect fit for mobile jammers and voltage follower circuits.
I suggest you read this post all the way through as I’ll detail the complete Introduction to CA3130 covering datasheet, pinout, features, and applications. Let’s get started.
Introduction to CA3130
The CA3130 is a BiMOS Operational Amplifier that contains MOSFET at the output. This chip consumes les ...
Hello everyone! I hope you all will be absolutely fine and having fun. Today, I am going to tell you about how to design an algorithm for Servo Motor Control using Arduino. First of all I would like to tell you a bit about the servo motors. Servo motors are small devices having an output shaft. We can adjust this shaft in different angular positions by continuously sending the servo coded signal. Servo motor maintains the angular position of the shaft as long as the coded signal is present at the input. If the applied coded signal changes, angular position of the shaft of a servo motor also changes correspondingly. If you are working on Servo Motor then i would suggest you to must have look at this tutorial Servo Motor control in Proteus, as its a ...
Hello Everyone! Hope you’re well today. Thank you for viewing this read. In this post today, I’ll be discussing the Introduction to BC640. BC640 is a bipolar junction transistor that belongs to the PNP transistor family. It is composed of silicon material and comes in a TO-92 package. It is used to drive load under 500mA. In this post, you’ll get to know everything related to BC640 covering pinout, working, alternatives, applications, and physical dimensions.
Keep reading.
Introduction to BC640
BC640 is a PNP bipolar junction transistor mainly used for amplification and switching purpose.
It comes with three pins called the emitter, base, and collector.
The base is the main terminal responsible for the entire transistor reaction. The small ...
Hello friends, I hope you all are fine and having fun. In today's tutorial, I am going to show you How to use Arduino Software Serial. In my previous tutorial, we have had a look at How to use Arduino Serial Write and How to use Arduino Serial Read. In both of these tutorials, we have done the hardware Serial Communication. But we all know that Arduino has just one Serial Port placed at pins 0 and 1.
So, if you are having two or more serial modules, then there's difficulty in adding two modules because we just have one hardware serial port. So, in such cases, there's a need to add one more serial port and that serial port can be created at any two pins of Arduino and is called software serial. Software Serial is also named Virtual Serial Port.
It's ...
Hi Guys! Hope you all are doing great! We always feel happy when you come back again and again for useful information so you can excel and grow in your relevant field. Today, I am going to unlock the details on the Introduction to 2n2219. It is an NPN (negative-positive-negative) bipolar junction transistor (BJT) which is specially designed for a small signal general purpose and switching applications. It contains P doped semiconductor that lies between the two layers of N doped material.
You can also check an Introduction to 2n2905 which is a complementary PNP transistor of this NPN transistor.
I'll try to cover every aspect related to this transistor so you don't need to go anywhere and you find all information in one place. Let's dive in and ...
Hello friends, I hope you all are doing great. In today's tutorial, we are gonna have a look at detailed Introduction to ACS712. ACS712 is an AC or DC current sensor, which is used to measure AC or DC current. You should also have a look at Difference between AC & DC Power, that will help. The maximum value of AC and DC which can be measured is 30A, its output current signal can be read via analog I/O port of Arduino. It is also available in 5A and 20A version which provides precise and economical solutions for AC or DC current sensing in industrial and commercial systems.
ACS712 consists of a precise and low offset linear Hall sensor circuit with a copper conduction path located near the surface of the die. ACS712 is used in different industrial projects and commercial electr ...
Hello friends, today's post as the name suggests is about how to send SMS with Arduino UNO and SIM900D using AT Commands. There are different types of SIM900D modules available in the market, so it doesn't matter which module you are using. All SIM900D modules work at AT commands basically so today I am going to show you how to send an SMS via AT commands without using any Arduino library. You should first read the AT commands manual which will give you an idea about AT commands. AT commands are special sets of commands which are used for communicating with SIM900 module. Using these AT commands we let our GSM work for us. Like if you want to send SMS then there's a specific AT command for sending the SMS similarly if you want to change the PIN co ...