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, hope you all are fine and having fun with your lives. In today's post, I am going to share GSM Library for Proteus. Yeah you have read absolutely fine, today I am gonna share the most awaited and most demanded Proteus Library. :) Till now, I have received hundreds of suggestions and requests about this Library and I have always told them that its under designing process and I will post it real soon. So finally the wait is over and we have our new GSM Library for Proteus, ready to download and simulate in Proteus. Using this GSM library for Proteus, now you can easily simulate your GSM module in Proteus and can test your code. :)
As its the first version of our GSM Library so its not complete or perfect. It is really the basic model ...
Hello friends, I hope you all are doing great. In today’s tutorial, we will have a look at Introduction to ADC0804. In electronic engineering different modules used to conversion of analog signal into a digital signal. These tools are recognised as analog to digital converter or ADC. Thes signal converter also used to find the value of input current and voltage. Normally the output of these converters are 2 binary numbers but other values are also possible. These analog to digital converter are available in different structure scheme but mostly they are available in integrated circuits packaging.
The working ability of these signal converter depends on their bandwidth and signal to noise ration (SNR). Their bandwidth can be fined by their sample r ...
Hello friends, hope you all are having fun and enjoying life. Today's post is quite a simple one and is about designing of circuit diagram of buzzer in Proteus ISIS. Buzzer is quite a common electrical component which is used in almost every Embedded Systems project. For example, you have seen a simple UPS, it gives a beep each time the light goes off or it has depleted its battery. Buzzer is normally used for given some indication and normally this indication is kind of a warning.
Proteus has a builtin component for buzzer and its an animated component means it gives a sound (beep) when its turned ON. So, I am gonna use that one and will give you an actual beep on it. So, it won't be much difficult and quite a simple procedure. In this post, I am ...
Hi guys, I hope you are good and doing well in your life. In this article, I am going to tell you about a new pH Sensor Library for Proteus. I hope you all will enjoy it and find it useful. We are all well aware of pH Sensors which are used for the detection of pH of different fluids. By knowing the pH of a liquid we can tell whether the liquid is acidic or basic. You can’t find a pH sensor in Proteus software, so we designed a pH sensor for simulation purposes. You can interface this pH Sensor with any Microcontroller, for example: Arduino, PIC Microcontroller, 8051 Microcontroller etc.
In this pH Sensor Library, I have added four different pH Sensors, which are used for the detection of the pH of any fluid. Since we can’t place real liquid and m ...
Engineering projects are a crucial part of a student's engineering degree. Writing a project report is an essential part of any engineering project. The final step provides a summary of the project and its results. A good project report can help students get better grades and advance their career prospects. In this article, we will discuss the importance of engineering project writing and the steps involved in writing a successful project report.
What is Engineering Project Writing?
Engineering project writing is a form of academic writing used to document an engineering project's progress. This type of report usually includes findings, conclusions, and recommendations. It should provide a clear and concise overview of the project and its impact on society. The report should be wri ...
Hi Friends! I welcome you on board. Happy to see you around. In this post today, I’ll detail the Introduction to CA3162.The CA3162 is a monolithic A/D converter, offering a 3-digit multiplexed BCD output. It comes with an ultra-stable internal band-gap voltage reference. With differential input, this device provides a choice of low-speed (4Hz) or high-speed (96Hz) conversion rate. It is a 16-pin device that provides dual slope A/D conversion.
I suggest you buckle up as I’ll walk you through the complete Introduction to CA3162 covering datasheet, pinout, features, and applications. Without further ado, let’s get started.
Introduction to CA3162
The CA3162 is a monolithic A/D converter that offers a 3-digit multiplexed BCD output. It is available with ultra-stable internal bandgap vo ...
Hi Guys! I welcome you on board. Thank you for clicking this read. In this post today, I’ll detail the Introduction to Arduino Nano Every.
Arduino Nano Every is a tiny powerful board that is based on the ATMega4809 AVR processor. It comes with a clock speed of around 20MHz and flash memory of around 48KB. It carries two 15 pin connectors on each side of the board that are pin-pin compatible with the Arduino Nano Every.
The low price and small size make this board an ideal pick for the range of electrical projects like electronic musical instruments, low-cost robots, and general development of the small parts of the large projects.
Needless to say, Arduino has been a cornerstone of many electronic projects ranging from simple student projects to ...
Hi Guys! Hope you’re well today. In today's tutorial, we will have a look at the 2SC1345 NPN Transistor. We will also discuss 2SC1345 Datasheet, Pinout, Power Ratings, Equivalents & Applications. As this is an NPN transistor, the conductivity is mainly carried out by electrons as the major charge carriers. 2SC1345 is mainly used for switching and amplification purposes.Let's first recall NPN transistors: NPN transistor comes with 3 terminals, named:
Emitter
Collector
Base
If the voltage at the base terminal is above 0.7V, the NPN transistor gets forward biased & starts conducting i.e. current will flow from the Collector to Emitter terminal. If the Base voltage is less than 0.7V, it remains reverse-biased.So now let’s get started with the 2SC1345 NPN Transistor.
2SC134 ...
In previous articles, we connected the ESP8266 to a pre-existing WIFI network. It is the commonly used method in projects, especially when there is interest in internet access.
For these cases, the ESP8266 operates as a “station” on the network. But we can find scenarios where there is no WIFI network to connect. Can we still use the ESP8266 in these cases? Yes, we can!
ESP8266 Operational Modes
The ESP8266 WiFi module can operate in 2 different modes:
STA (the module operates as a station and is available to connect to an Access Point).
AP (the module creates a network with customizable SSID and Password. We will discuss how each mode works, its limitations, and how to use
STA Mode
We use the STA mode to connect the ESP8266 to a pre-exist ...