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 ...
Hey Guys! I aspire you a very happy and promising life. My job is to give you daily dose of information so you can stand out of the party. Today, I am going to uncover the details on the Introduction to 2sc4793. It is an NPN (Negative-positive-negative) bipolar junction transistor (BJT) which is mainly used for amplification and switching purpose. I'll give you a brief details about this transistor and try to cover as many aspects as possible related to this transistor. Let's hop on the board and explore what kind of transistor is this and what are its main applications? Let's get started.
Introduction to 2sc4793
2sc4793 is an NPN bipolar junction transistor where P-doped layer is sandwiched between the two N-doped layer.
It is mainly three t ...
Hi Guys! Hope you’re well. In this post today, we’ll cover What is IGBT? We’ll also discuss IGBT Full Form, Pinout, Meaning, Symbol & Working.BJT (bipolar junction transistor) and MOSFETs (metal-oxide-semiconductor field-effect transistor) are commonly used electronic switches that we’ve already studied in detail. These devices are useful when you deal with low-current applications, however, when it comes to high-current applications, these devices don’t work as expected. This is where the IGBT transistor comes in handy. This device is a combination of both BJT and MOSFET and stands fit for high-current applications.
In this post, we’ll cover What is IGBT in detail.
Let’s get started:1. What is IGBT?
IGBT is a three-pin device made of semiconductor material and is used for fast- ...
Hi Guys! Hope you’re well today. Happy to see you around. In this post today, I’ll walk you through the Introduction to BSS123.The BSS123 is an N-Channel Logic Level Enhancement Mode Field Effect Transistor that comes in surface mount package SOT-23. It is a rugged and reliable device that comes with a drain-source voltage of around 100V while the gate-source voltage is -+20V. It is mainly used in low voltage and low current applications like servo motor control and switching and amplification applications.
I suggest you buckle up as I’ll detail the complete Introduction to BSS123 covering datasheet, pinout, features, and applications. Let’s get started.
Introduction to BSS123
The BSS123 is an N-Channel Logic Level Enhancement Mode Field Effect Transistor that comes in surface mou ...
Hey guys! I aspire you a prosperous life filled with joy and happiness. Today, I am going to uncover the details on the Introduction to 2n4402. It is basically a PNP (Positive-Negative-Positive) silicon transistor where N doped layer lies between the two P doped layer. It consists of three terminals i.e. emitter, base, collector. Here N represents the base of the transistor and two P layers represents the emitter and collector respectively. I'm going to cover all aspects related to this transistor. Let's hop on the board and dive in the details of this silicon transistor.
Introduction to 2n4402
2n4402 is a bipolar silicon transistor, where one layer of N doped semiconductor is sand-witched between the two layers of P doped semiconductor.
It w ...
Hello readers, hope you all are doing great. In this tutorial, we will discuss low power modes in ESP32, their purpose and their implementation to increase the battery life by reducing power consumption.
Purpose of Low Power Modes
Fig.1
Along with multiple wireless and processing features, ESP32 also provides us with a power-saving feature by offering sleep modes. When you are powering the ESP32 module from the live supply using an adaptor or a USB cable, there is nothing to worry about power consumption. But when you are using a battery, as a power source to ESP32, you need to manage the power consumption for longer battery life.
Low Power Modes in ESP32
When ESP32 is in sleep mode, a small amount of power is required to maintain the state of ...
Hey Everyone! I hope you are doing great and having fun with your lives. I am back to give you a daily dose of information so you can grow and progress in your relevant field. Today, I am going to uncover the details on the Introduction to 2n4401. It is an NPN (negative-positive-negative) bipolar junction transistor (BJT) which is used for general purpose amplification and switching purpose. It consists of P doped semiconductor that exists between the two layers of N doped material.
I'll give you a brief detail about this transistor so you don't have to go anywhere for finding the information regarding this transistor. You can also check the Introduction to 2n4402 which is a complementary PNP transistor of this NPN transistor. Let's get started.
...
Hi Guys! Hope you’re well today. I welcome you on board. Happy to see you around. In this post today, I’ll detail the Introduction to Arduino Sensor Shield.
Arduino Sensor Shield is a board compatible with the Arduino Boards and comes with the standard header layout. It is used to connect sensors, servos, LCD with the Arduino board without soldering. This board is connected with the Arduino Board using the jumper wires.
I suggest you read this post all the way through as I’ll be discussing the complete Introduction to Arduino Sensor Shield.
Let’s get started.
Introduction to Arduino Sensor Shield
Arduino Sensor Shield is a board used to connect sensors, servos, LCD with the Arduino Board without the requirement of soldering.
Using Arduino ...
Hey Fellas! Hope you are doing fine. Microcontrollers play an important role in the development of embedded systems. They are used where automation is an integral part of the system. Today, I am going to unlock the details on the Introduction to Atmega16.
It is a 40-pin low power 8-bit microcontroller which is developed using CMOS technology and based on AVR architecture. This is the most commonly used AVR microcontroller which belongs to Atmel Mega family.
You must have a look at microcontroller called Atmega328 that also belongs to the mega family.
Other microcontrollers that are readily available and fall under AVR category are Atmega 8 and Atmega 32. All these controllers perform similar tasks, however, they are only different in terms of ...
Hello readers, hope you all are doing great. In this tutorial, we will discuss another ESP32 protocol that is Web Socket and we will also explain how to create a web server using web socket protocol with ESP32. So, we will have a look at What is a web socket server, How web socket protocol is different from HTTP protocol, What is handshaking in networking, Three-way handshaking, Web socket application, Creating web socket server using ESP32 module etc. Let's get started:
What is a web socket protocol?
Fig 1 Web-socket server
A Web Socket is a full-duplex (both the server and the client can send and receive data at the same time) computer communication protocol. Web socket protocol, like HTTP (hypertext transfer protocol), also works in server an ...