EN / USD
500 Items
 Home
Blog
Introduction to 2sa1943
introduction to 2sa1943, 2sa1943 pinout, 2sa1943 features, 2sa1943 working, 2sa1943 applications,2sa1943
Hello friends, I hope you all are doing great. In today's tutorial, we are gonna have a look at detailed Introduction to 2sa1943. The 2sa1943 is a high power consuming PNP transistor, firstly it was created by a famous company Toshiba. As it has a high gain of current and consumes higher current at collector it is mostly used for such audio circuits which consume higher power or in AF amplifiers. Nonetheless, currently the Transistor is outright from Toshiba and it has been swapped with TTA1943. We can also found old 2sa1943 in marketplaces because still it is replicated by other assemblers in China. In today’s post, we will have a look at its fortification, wreckages, implication, proposals, etc. I will also share some links where I have connecte ...
Blog
How to Measure Frequency using Arduino
measure frequency, measure frequency using arduino, frequency measurement, frequency measure arduino
Hello friends, hope you all are fine and having fun with your lives. Today, I am going to share on How to measure Frequency using Arduino board. Its quite a simple tutorial but is an essential one especially when you are working on some power related project. Because in Power projects, you have to measure the frequency of AC voltages. I was working on a project in which I have to do dimming of AC Lamp so in that project I have to measure the frequency of AC signal. I have designed this project using Arduino UNO and have simulated in the Proteus software, which you all know is my favorite simulating software. :) The code is also quite simple which I have given below for download. The simulation is also included in download package but again I sugge ...
Blog
Installation of Arduino driver in Windows
Arduino driver installation, windows arduino driver not working, arduino driver install
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 ...
Blog
How to Upload Bootloader in Atmega328
install bootloader in arduino uno, bootloader arduino,upload bootloader atmega328
Hello friends,hope you are fine and enjoying your lives. In today's tutorial, we will know How to Upload Bootloader in Atmega328 using Arduino UNO, which is quite simple and easy and a basic level tutorial. We all know that, Arduino UNO uses Atmega328 as a microcontroller and have you ever thought of using ATmega328 alone instead of using complete Arduino UNO. If you haven't thought yet then think now :) Yes we can use Atmega328 alone instead of using it as a whole with Arduino board. But that's not the topic of today's tutorial and I am gonna cover it soon that How can we use Atmega328 alone. So now the questions arises that what we are gonna do with the rest of the Arduino board? As we have taken the Atmega328 out of it now there's no use of res ...
Blog
Command Window in MATLAB
Command Window in MATLAB, basic commands in matlab, matlab command window, matlab basic commands
Hello, peeps! Welcome to another exciting tutorial on MATLAB in which we are discussing one of the most important windows of MATLAB that you are going to use the most. In the previous tutorial, we learned a lot about the basics of MATLAB and the different types of windows that are used in MATLAB and are present on the face of MATLAB when you launch it. There was a piece of interesting information about the basics of this fantastic development environment. This is the next step in the related tutorial in which we study the applications and workings of command windows in depth. Here is a glance at the topics that you are learning about today.  How can you define the command window of MATLAB in detail? What are some examples of commands related to online help? How can you use the usef ...
Blog
Introduction to CD4046
introduction to cd4046, working of cd4046, features of cd4046, applications of cd4046
Hey Guys! Hope you are doing well. Welcome you onboard. Today, I'll discuss the detailed Introduction to CD4046 which is a Micropower Phase-Locked Loop (PLL) that comes with a common comparator input and a common signal input amplifier between a low-power linear voltage-controlled oscillator (VCO) and two different phase comparators. The phase locked loop, as the name suggests, is a loop where the phase of the output signal is compared with the phase of the input signal using a phase detector between two signals. Phase detector operates with the aim to adjust the two signal and make them quite in line with each other so they generate signals with the same magnitude. In this tutorial, I'll walk you through the main details related to CD4046 by ...
Blog
Introduction to BC182L
introduction to bc182l, intro to bc182l, applications of bc182l, working of bc182l, bc182l pinout
Hi Guys! We welcome you on board. Electronic components play an important role in the designing and working of electronic projects. I have already discussed a number of articles on electronic components covering transistors, MOSFET, and FETs. I am going to continue the thread relating to transistors, because they are the building blocks for amplification and switching purpose. Today, I am going to cover the details on the Introduction to BC182L. It is an NPN (negative-positive-negative) general purpose bipolar transistor which is mainly used for switching and amplification purpose for the low demanding workloads. I'll try to highlight the main features of this component, so you can grab the main concept, what is this about and what are its main ap ...
Blog
Introduction to 2n4403
introduction to 2n4403, intro to 2n4403, basics of 2n4403, working of 2n4403
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 ...
Blog
Introduction to Arduino MKR Vidor 4000
Introduction to arduino mkr vidor 4000, arduino mkr vidor 4000 pinout, arduino mkr vidor 4000 features, arduino mkr vidor 4000 applications
Hey Everyone! Hope you’re well today. I welcome you on board. In this post today, I’ll walk you through the Introduction to Arduino MKR Vidor 4000. The Arduino MKR Vidor 4000 is a powerful board with which you can develop your own controller board. The inclusion of FPGA makes this device unique and separate from other Arduino boards available in the market. With this FPGA feature, you can do audio and video processing which is not possible with other Arduino boards. Using this device, you can design a real-time computer reading sensor information and the best part is this board is compatible with all other Arduino boards. With this board, you can make all pins PWM signals (on the FPGA block side) for handling the speed of motors. Moreover, you c ...
Blog
DC Motor Speed Control using Arduino
DC motor speed control using Arduino, Control speed of the DC motor with arduino, How to control the speed of the DC motor, using Arduino, Arduino DC motor speed control, Controlling the speed of the DC motor with Arduino
Hello friends! I hope you all will be absolutely fine and having fun. Today, I am going to share my knowledge about how can you make a simple program for DC Motor Speed Control using Arduino UNO. In my previous tutorial, DC Motor Direction Control using Arduino, I have just controlled the DC motor in both directions at constant speed using Arduino. I have also performed the DC Motor Direction Control in Matlab by sending different commands through serial port from Matlab and LabVIEW to the Arduino and then controlled the direction of rotation of DC motor. But in this tutorial I will rotate the same DC motor at variable speed in both clockwise and anti clockwise directions. In my previous tutorial, we have seen that input pins In1 & In2 of mo ...