Hello readers, we hope you all are doing great. In this tutorial, we are going to demonstrate how to interface and control a servo motor using an ESP32 board. After that, we will demonstrate how to create a webserver to control the servo motor’s shaft position with the ESP32 board.
Servo Motors are among the most important actuators in robotics, with applications ranging from RC planes to automated door locks.
Hardware components required
A servo motor
ESP32 development board
Connecting wires
Breadboard
Servo Motor
There are several specific types of electric motor applications in which the motor must rotate only at a specific angle. For such applications, we need a special type of motor with such a special arrangement that causes the m ...
Hello friends, I hope you all are doing great. In today’s tutorial, we will discuss What is the Power Diode. The diode is a commonly used module in electrical and electronic engineering. Almost in every electronic device and engineering project diodes are used. It is a PN junction device that has 2 terminals, anode and cathode. The main function of the diode is to convert the alternating current into the direct current, this feature of the diode is called rectification. When it works on the positive cycle of the alternating current its state named as forward biased when it works on the negative cycle of the ac its operating state known as reverse biased. In 1906 the first diode was manufactured by the crystals of the minerals.
Power diode is ident ...
Sometimes you may be asked to submit a written piece of note in the form of handwriting. We all know, writing by hand is quite a labor-intensive and time-consuming task. You first have some blank pieces of white paper, and then find the required information from an online source. After this, the writing process will start.
So, what’s the solution to this? Fortunately, there is a quick and effective solution available. If you are asked to convert some pieces of text available online into handwritten notes, then instead of manually noting it down, you can consider utilizing text-to-handwriting tools.
These tools allow users to convert normal text into handwritten style in real-time.
Remember, utilizing online tools is the only solution if you don’t want to make use of pe ...
Hello readers, I hope you all are doing great. In today's tutorial, I am going to share a detailed Introduction to Proteus. It's our first tutorial in Proteus series. Today's tutorial is for beginners but still I would suggest you to read it once, as I am going to explain why Proteus?
Throughout our Engineering Course, we have to design a lot of electronics or embedded circuits and it's always a best approach to simulate these circuits first on some simulation software i.e. Proteus, PSPice etc., before assembling them on actual hardware. Among these simulation software, Proteus is my favorite one so let's get started with detailed Introduction to Proteus:
Introduction to Proteus ISIS
Proteus Design Sui ...
Hi readers! I hope you are doing great. We are learning about modern neural networks in deep learning, and in the previous lecture, we saw the capsule neural networks that work with the help of a group of neurons in the form of capsules. Today we will discuss the graph neural network in detail.
Graph neural networks are one of the most basic and trending networks, and a lot of research has been done on them. As a result, there are multiple types of GNNs, and the architecture of these networks is a little bit more complex than the other networks. We will start the discussion with the introduction of GNN.
Introduction to Graph Neural Networks
The work on graphical neural networks started in the 2000s when researchers explored graph-based semi-supervised learning in the neural network. The ...
Hello friends, I hope you all are doing great. In today's tutorial, we are gonna have a look at detailed Introduction to S8550. S8550 is a PNP transistor henceforth during reverse biasing both the collector and emitter will be open and during forward biasing these will be closed. The value of gain is 300 this value governs the magnification ability of the transistor. Its gain is very high therefore it is used for magnification solicitations.
When it is completely biased it can permit a maximum 700mA current to drift crosswise the collector and emitter. This phase is named as Saturation Region and the distinctive voltage permitted across the (VCE) or (VCB) can be 20V and 30V correspondingly. In today’s post, we will have a look at its protection, ...
Hello everyone! I hope you all will be absolutely fine and having fun. Today, we will have a look at the DHT11 Arduino Interfacing. DHT11 is an embedded sensor, used to measure both temperature and humidity of the surroundings. It is made up of two different parts i.e. capacitive humidity sensor and a thermistor. DHT11 is a slow sensor but is quite efficient for the applications where we need to do some basic analog data exchange. There is a small chip inside this sensor which performs the function of analog to digital to analog conversion and gives the results for temperature as well as for humidity in digital form. This digital signal can be read easily through any micro-controller.
LM335 is another temperature sensor and to understand today's p ...
IoT – the Internet of Things – has revolutionized the way we use and perceive technology over the last couple of decades. From introducing the world to smart homes and cars to envisioning a more efficient office and work environment, IoT has done it all.
We have integrated IoT in our industrial, tech, and agricultural sectors, as well as our personal lives. However, one of the most fascinating ways IoT has influenced our current society is through its contribution to the health and medical sector.
The healthcare sector managed to get the most out of the Internet of Things technology. Utilizing modern sensors to keep a close eye on their patients’ conditions, these IoT systems are making life easier for medical professionals. And while IoT systems ...
Hi readers! Hopefully, you are well and exploring technology daily. Today, the topic of our discourse is the HDC3020 and HDC3020 - Q1 humidity sensors with high accuracy, low power, and drift correction. You might already know about it or something new and different.
The HDC3020 series is from Texas Instruments. It's a digital humidity and temperature sensor, known for high accuracy, reliability, and long-term stability. These sensors incorporate advanced drift correction mechanisms that maintain constant performance over long periods even in harsh or contaminant-rich environments, making it ideal for precision and dependable applications.
The series has two main variants: the general-purpose application HDC3020 and the automotive-grade HDC3020-Q1, which complies strictly with the AEC Q ...
Hello folks, hope you are doing good. Today in this article I'm going to explain you all about C# RadioButton Control. In my previous articles, we discussed C# Checked ListBox & C# ListBox Control. C# RadioButton is also known as the OptionButton. The radio button allows the user to select the specific values as the input. When user will click on the radio button, it will get activated, a user can select only one radio button at the same time.
Radio buttons have mostly used in the point of same applications and signup forms. You have mostly seen the radio button for the gender selection in the forms. Radio button makes easier for a user to give input. You can make specific input values. You can create any kind of application with the help of R ...