Hello Guys! Hope you’re well today. I welcome you on board. In this post today, I’ll walk you through the Introduction to BD136.
BD136 is a medium power general-purpose transistor mainly used for switching and audio amplification purposes. It belongs to the PNP transistor family and comes with collector current 1.5A, indicating it can drive loads under 1.5A. The amplification factor ranges from 40 to 250, which means it can amplify the input signal up to 250 times. Both collector-emitter and collector-base voltages are 45V while the emitter-base voltage is 5V, indicating only 5V is required to bias this transistor.
I suggest you read this entire post, as I’ll be detailing complete introduction to BD140 covering pinout, working principle, power r ...
Hello readers, I hope you all are doing great. Today, we are going to start the second section of the ESP32 tutorial series and today's our first tutorial, where we will have a look at How to Create a Web Server with ESP32. In our previous tutorial, we introduced you to the basics of the ESP32 microcontroller. where we discuss How to set up Arduino IDE to program ESP32. In this tutorial, we will discuss creating a web server using the ESP32 module.One of the most interesting features of the ESP microcontroller series is its wireless connectivity via WiFi & Bluetooth. Wireless connectivity protocols supported by ESP32 are:
Wi-fi: 802.11b/g/n/e/i
Bluetooth : BLE(Bluetooth low energy) and V4.2
What is a Web server?
A web server is software or hardware that stores, processe ...
Hi Guys! Hope you’re well today. I welcome you on board. In this post, I’ll walk you through How a Hobbyist Can Work on Electronic Projects in America.
Working on electronic projects is a bit inundating.
From selecting the topic to research work and development to execution, you need to hustle, grind and drill to keep your final product up and running.
When you are new to the electronic field, you must not be afraid to get your hands dirty in diving deep into the nitty-gritty of the project. This means that no matter what kind of technical project you pick, you need to spend a significant amount of your time and money to reach your final goal. It's not just about making sure that whatever it is you're looking for is done well—it's also about making sure that your project is done ri ...
Hi Guys! Happy to see you around. I welcome you on board. Thank you for clicking this read. In this post today, I’ll walk you through the Introduction to JRC4558.The JRC4558 is a single silicon-chip monolithic dual operational amplifier. This amplifier is a high-performance device and is internally compensated. It is widely used in sample and hold amplifiers and pedal circuit designs. The JRC4558 is available with a remarkable input impedance of around 5 MO, a high voltage gain of around 100 dB, and a good slew rate of around 1.7V/µs.
I suggest you buckle up as I will walk you through the complete introduction to JRC4558 covering datasheet, pinout, features, alternatives, and applications. Let’s jump right in.
Introduction to JRC4558
The JRC4558 is a single silicon-chip mono ...
Hey Fellas! I hope you are doing great and having fun. We love when you keep coming back again and again for what we have to offer that resonates with your needs and requirements. I am back to give you a daily dose of useful information so you can excel and grow in your relevant field without much effort. Today, I am going to unlock the details on the Introduction to 2n4400. It is an NPN (negative-positive-negative) bipolar transistor which is mainly designed for general purpose amplification and switching applications. I'll cover each and everything related to this transistor, so you get all information in one place without roaming around on the internet. Let's get started.
Introduction to 2n4400
2n4400 is an NPN general purpose bipolar juncti ...
Hi Everyone! I welcome you on board. Thank you for clicking this read. In this post today, I’ll walk you through the Introduction to LM2576.LM2576 is a step-down voltage regulator, also known as a buck converter, mainly employed as a pre-regulator in linear regulators. The customized output version of this buck converter gives you the ability to set the output voltage as you like better. It is available with a remarkably good load and line regulation. Moreover, it is used to drive load under 1A and is available in fixed output voltages with 3.3V, 5V, 12V, and 15V.
I suggest you buckle up and read this post all the way through, as in this post I’ll detail the Introduction to LM2576 covering the datasheet, pinout, features, and applications. Let’s jump right in.
Introduction to LM2576
...
Introduction
When the subject is ESP8266, it is normal that our attention is on the Wifi module. We've already discussed some applications in previous articles, and there's still a lot of cool stuff to see in the future. We've looked at how the ESP8266 communicates with the world via wifi, and now we'll look at how it does it through its pins.
We will make a decision here. The ESP8266 is found in several modules. Each module with its pin provision. ESP-12 modules provide the most features. To make better use of these features and have a more protoboard-friendly module at hand, we will analyze the NodeMCU module with the ESP-12E.
Overview and Electrical Data
The NodeMCU pins are available in two rows with a spacing that allows them to fit on a breadboard (in particular, I find the pins a ...
Hello friends, I hope you all are doing great. In today’s tutorial, we will have a look at Introduction to 16x2 LCD Module. LCD stands for liquid crystal display it is mostly used in different electronic projects and devices to display different values. LCD uses liquid crystals for the generation of visible images. 16 x 2 liquid crystal display is a basic LCD module used in DIY electronic projects and circuits. In this LCD module, there are two rows every row consists of sixteen numbers.
With the two rows in this module, there are sixteen columns. The VA dimensions of these modules are (66 x 16) millimeters and the thickness is 13.2 millimeters. Its operating voltage is plus five or plus three volts. In today's post, we will have a look at working, applications, circuits, features, adv ...
Hey pals! Welcome to the board. We are talking about a fascinating experiment about The Engineering Projects. We all know about the Traffic Lights. But today, we'll see inside the Traffic Lights and find some interesting working of the circuit of Traffic Lights. Before this, just have a look at the topics of discussion:
What is the Traffic Lights circuit with 555 Timer?
What does the 555 timer do in Traffic Lights?
What is the purpose of the 4017 IC Counter in the circuit?
How does the circuit of Traffic Lights work with 555 Timer IC?
How can we perform experiments with the circuit of 555 Timer Traffic Lights in Proteus ISIS?
In addition, we'll see some important points about the topic in DID YOU KNOW sections.
Traffic Lights circuit ...
ESP32 module comes with multiple inbuilt features and peripheral interfacing capability is one of those features. ESP32 module also consists of an inbuilt temperature sensor, but that can only measure the temperature of the ESP32 core not the temperature of the surrounding environment. So it is required to use a peripheral sensor to measure the temperature of the surrounding environment like home, garden, office etc.
Hello readers. I hope you all are doing great. In this tutorial, we will learn how to interface DHT11 (temperature and humidity sensor) with the ESP32. Later in this tutorial, we will discuss how to share the sensor readings obtained from the DHT11 sensor to a web server.
Before moving towards the interfacing and programming part, let’s have a short introduction to the DHT11 ...