Hello friends, hope you all are fine and having fun with your lives. In today's tutorial, I am gonna share another awesome library designed by our team for Proteus, which is GPS Library for Proteus. It's my second library for Proteus, the first one was Arduino Library for Proteus which I have already shared. I am really enjoying designing these modules in Proteus because its a new and quite challenging thing. I haven't found even a single website who has designed these modules in Proteus already. So, now for the first time, you can have the GPS Library for Proteus using which you can easily simulate your GPS module in Proteus and can design your code for Arduino, PIC Microcontroller or 8051 Microcontroller.
Other bloggers are welcome to share this ...
Hello everyone, Welcome to our new project. Our new project plays a very important role in our daily life as it is directly connected to our lives. In this project, we are going to design an Accident Detection module. Accidents are the most common thing we hear about in the news, and in social media. Everyone here or there has seen accidents or has been with one. So when any such incidents happen, we inform respective stations or hospitals in that emergency situation. But what about the accidents that happen at night, or in places where there is very less crowd or you are alone. So, to address this issue and provide a potential solution for that, we are going to learn how to detect an accident automatically and inform nearby aid/help stations.
We ...
Hello Guys! I hope you are doing great and having fun. I am back to give you a daily dose of knowledge that will enhance your learning skills and put you ahead of others. Today, I am going to give you details on the Introduction to JFET. It is a Junction Field Effect Transistor that consists of three terminals named drain, source and gate. It comes in two configurations called the P-Type channel and the N-Type channel. I'll give you brief details on JFET and try to cover as many aspects as possible. Let's get started:
Introduction to JFET
JFET (Junction Field Effect Transistor) is a uni-polar voltage-controlled device that consists of three terminals called drain, source and gate.
Unlike bipolar junction transistors which are bipolar current-controlled devices in which a small amo ...
Hello readers, I hope you are all doing great. Welcome to the 2nd lecture of Section 5(ESP32 Sensors) in the ESP32 Programming Series. In the previous tutorial, we discussed the built-in ESP32 Hall Effect Sensor. In this tutorial, we will discuss another inbuilt sensor of the ESP32 i.e. Capacitive Touch Sensor.
ESP32 Board has 10 built-in capacitive touch pins, which generate an electrical signal when someone touches these pins. These ESP32 touch pins are normally used to wake up the board from deep sleep mode. These touch pins are also used to replace the normal mechanical buttons with touch pads, improving the presentation of the IoT projects.
Here's the video demonstration of the ESP32 Capacitive Touch Sensor:
Before going forward, let's first understand how this touch sens ...
Hi Fellas! I hope you’re well today. Happy to see you around. In this post today, I’ll walk you through the Introduction to IRF840.The IRF840 is an n-channel power MOSFET. It is a fast switching and high voltage device that is available with low on-state resistance. As this is an n-channel MOSFET here conduction process is exercised by the movements of the electrons. In other words, though conduction is carried out by both the movement of holes and electrons, electrons are major carriers in this case.
I suggest you read this entire post till the end as I’ll discuss the complete Introduction to IRF840 covering datasheet, pinout, features, equivalent, and applications. Let’s jump right in.
Introduction to IRF840
The IRF840 is an n-channel power MOSFET that supports loads up to 8A an ...
Hello readers, I hope you all are doing great. In this tutorial, we will learn how to send an email using ESP32 module. We will also learn to send text files, images or some sensor readings using the SMTP server using the ESP32 module.
In IoT (Internet of things), there are various applications where we need to send emails carrying information like sending some sensor readings, altering emails, images, text files and much more.
What is SMTP?
SMTP or simple mail transfer protocol is an internet standard for sending and receiving electronic mail (or email) where an SMTP server receives emails from the email client.
SMTP is also used for setting communication between servers.
Various email providers like Gmail, Hotmail, Yahoo, etc. have unique SMTP ...
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 ...
Hello everyone! I hope you all will be absolutely fine and having fun. I am going to give you the detailed discussion about Introduction to UC3843 today. UC 843 is basically a current mode Pulse Width Modulation (PWM) controller having fixed frequency. It is basically designed for DC to DC converter purposes as well as off line applications and it requires minimum external components. UC-3843 has three different packages which will be explained later.
UC-3843 has several different features which make it ideal and useful for a lot of real life applications. These features may include trimmed oscillator for the control of accurate duty cycle, high gain amplifier and to control power MOSFET, there is a high current totem-pole output. Moreover, some ...
Hello friends! I hope you are doing great. Today, we are discussing the latest version of the Arduino Mega 1280 library for Proteus. This can be used in both versions (Proteus 7 and Proteus. We have shared the previous versions, which are the Arduino Mega 1280 library for Proteus and the Arduino Mega 1280 library for Proteus V2.0 with you. With the advancement in the version, these microcontrollers have a better structure and the design is closer to the real microcontrollers.
In this article, I will discuss the introduction of the Arduino Mega 1280 in detail. Here, you will learn the features and functions of this microcontroller. Then, we’ll see how to download and install this library in Proteus. In the end, we’ll see a mini project using the Arduino Mega 1280 V3.0. Let’s move towards ...
Hello geeks, welcome to our new project. In this project, we are going to make a very interesting project. I think most of us have seen the scoreboards in sports, after looking at that, have you ever wondered about the working of it. Therefore, this time, we will be making something like that only with some extra features. So basically that score board is nothing but a counter which counts the scores. Most of the geeks who have an electronics background or have ever studied digital electronics must have heard about the counter.
Here, in this project, we are going to make an Up-Down counter. A simple counter counts in increasing or decreasing order but the Up-Down counter counts in increasing and decreasing order, both depending upon the input it h ...