EN / USD
634 Items
 Home
Blog
Introduction to BC558
Introduction to BC558, bc558 pinout, bc558 power ratings, bc558 applications
Hello Everyone! Happy to see you here. I welcome you on board. In this post today, I’ll be discussing the Introduction to BC558. BC558 is a bipolar junction transistor used for amplification and switching purposes. It belongs to the PNP transistor family and is available in a TO-92 package. It contains collector current 100mA, indicating it can drive load under 100mA. I've previously detailed the Introduction to BC640 & BC327. I suggest you read this entire post as I will cover a complete introduction to BC558 explaining pinout, working, power ratings, physical dimensions, datasheet, and applications of BC558.   Let’s jump right in. Continue reading. Introduction to BC558 BC558 is a PNP bipolar junction transistor mainly used for ...
Blog
Interfacing Arduino with HC-05
hc05 with arduino
Hello friends, i hope you all are fine and enjoying. Today i am going to share a new tutorial which is Interfacing Arduino with HC05 Bluetooth module. First of all lets have a little introduction about HC-05 Bluetooth module. HC-05 is a bluetooth module, which was designed for wireless data communication. This little module is capable of both sending and receiving data but it performs only one thing at a time, which means at a particular time it can only send or receive data but can't do the both tasks. In order to send or to receive data, you have to make one module as a master and the other module as a slave. If both the modules are acting as master then, data will not transmit and if both the modules are acting as a slave then, again data will ...
Blog
Arduino Lilypad Library for Proteus
Arduino Lilypad Nano Library for Proteus, Arduino nano simulation in proteus, arduino lilypad simulation in proteus, arduino simulation in proteus, arduino library in proteus, arduino proteus library
Hello friends, few day ago I have posted a tutorial on how to do Arduino Simulation in Proteus. In that post, we have used an Arduino Library for Proteus but as this library is in its initial phases that's why currently it supports only three basic Arduino boards which are Arduino UNO, Arduino Mega2560 and Arduino Mega1280. But as we know there are numerous Arduino boards which are used these days. So, I searched a little and I came across this amazing Arduino Lilypad Library for Proteus which has the support for few other arduino boards, so I thought to share it with you guys. I have tested this library myself as always and its 100% working. I have tested it on Proteus 7 and I think it will work fine on Proteus 8 as well. As we have the support f ...
Blog
Interfacing of Keypad with 8051 Microcontroller in Proteus
keypad with 8051,keypad lcd 8051, display keypad on lcd with 8051,keypad lcd 8051, keypad values on lcd 8051 microcontroller, keypad on lcd 8051
Hello friends, in today's post we are gonna have a look at Interfacing of Keypad with 8051 Microcontroller in Proteus ISIS. In the previous project, we have seen the Interfacing of LCD with 8051 Microcontroller and I have told there that LCD is a great debugging tool as we can print our data on it and can display different values and that's what is gonna done in today's post. Today, I will get the values from keypad and then question is how to know that we are getting the correct values. So in order to do so, we will display these values over LCD. So, that's how we are gonna use LCD as a debugging tool. As the debugging is concerned, there's another great tool for debugging which is called Serial port, we can also display these values over to Seri ...
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
Introduction to 2sc4617
Hey Fellas! Hope you are doing great. I am here to give you the daily dose of information relating to engineering and technology. Today, I am going to give you the details on the Introduction to 2sc4617. It is an NPN (negative-positive-negative) transistor which is used for general purpose amplification. This component comes in SC-75/SOT-416 sealed package which is mostly used for low power applications. I am going to explain the brief overview of 2sc4617. Let's get started. Introduction to 2sc4617 2sc4617 is a three terminal NPN silicon transistor which consists of two N doped layers which cover one P doped layer. It is a bipolar transistor which is usually used for amplification purpose. Small amount of base current is used to handle the la ...
Blog
Introduction to NE556
NE556 Pinout, NE556 basics, basics of NE556, getting started with NE556, how to get start with NE556, NE556 proteus, proteus NE556, NE556 Proteus simulation, how to use NE556, Introduction to NE556
Hello everyone! I hope you all will be absolutely fie and having fun. Today, I will elaborate you about Introductio to NE556 timer IC. NE-556 is a lot stable monolithic device. We can use precise delays and oscillation by using this device. NE 556 is bsically an dual version of NE 555 timer IC. Timing is provided for each function using an external capacitor and resistor. There are two internal timers which operates independently. They just share common power supply and ground. For the falling or rising wave forms we can trigger or reset the entire circuit. The trigger level and the threshold levels are usually one third and two third respectively. We can alter both of these level by using control pin of NE-556. If the input at trigger falls bel ...
Blog
Latest Proteus Libraries for Engineering Students V2.0
Latest Proteus Libraries, Latest Proteus Libraries for Engineering Students V2.0, Arduino Libraries for Proteus V2.0 , Arduino Mega 1280 Library for Proteus V2.0, Arduino Mega 2560 Library for Proteus V2.0, Arduino Mini Library for Proteus V2.0, Arduino Pro Mini Library for Proteus V2.0, Arduino Nano Library for Proteus V2.0, Analog Sensors Libraries for Proteus V2.0
Hi Friends! Hope you’re well today. Happy to see you around. In this post today, I’ll walk you through Latest Proteus Libraries for Engineering Students V2.0. We have been designing proteus libraries for our blog readers for quite a while now. You might have visited our Arduino Libraries for Proteus V2.0 and Analog Sensors Libraries for Proteus V2.0. We keep working on those libraries and make sure the bugs are removed and you always get the updated version of those libraries. We are going to share the most advanced and upgraded version of Proteus Libraries V2.0 we have designed for our readers. These libraries are more robust, fast, and efficient than previous versions. Moreover, we have converted some digital sensors to analog sensors, helping ...
Blog
Design a Simple Calculator with 8051 Microcontroller
design calculator with 8051 microcontroller,calculator with 8051, calculator design 8051,8051 calculator
Hello friends, today's post is about designing a simple calculator with 8051 Microcontroller. In our previous post, we have seen How to Interface keypad with 8051 Microcontroller in Proteus ISIS. Moreover, we have also worked on Interfacing of LCD with 8051 Microcontroller in Proteus ISIS. If you haven't read these two posts then my suggestion is to read them first before going into the details of this post, as we are going to use both keypad and LCD in order to design the simple calculator with 8051 Microcontroller. Actually we have already understood the working of both keypad and LCD so I thought to share this small project as it will give you the practical application of both keypad and LCD. And if you are new to 8051 Microcontroller then its ...
Blog
Introduction to LM318
Introduction to LM318, LM318 Pinout, LM318basics, basics of LM318, getting started with LM318, how to get start with LM318, how to use LM318, LM318 proteus, proteus LM318, LM318 proteus simulation
Hello everyone! I hope you all will be absolutely fine and having fun. Today, I am going to give a detailed discussion on Introduction to LM318. LM 318 is basically a high speed Operational Amplifier (Op-amp). It provides higher slew rates and wide range of bandwidth. LM-318 has processing speed 10 times higher than the common operational amplifier. It has unity gain frequency compensation. External components are not required for its operation. Feed forward compensation increases the slew rate up to 150 V/us for inverting applications. It also doubles the bandwidth as compared to the earlier. In LM 318, in order obtain the high stability level we overcompensation can be used with amplifier. LM 318 setting time can be reduced by adding an extern ...