Hi Friends! Hope you’re well today. I welcome you on board. Today, I’ll walk you through the Introduction to INA219.The INA219 is a current sensor module that incorporates the I2C protocol for submitting the data obtained through sensing current, voltage, and power. It is a bi-directional zero drift current/ power sensing module mainly used in digital multimeters and power profilers.
I suggest you read this post all the way through as I’ll detail the complete Introduction to INA219 covering datasheet, pinout, features, and applications.
Let’s get started.
Introduction to INA219
INA219 is a current/power sensor module mainly employed to sense the power, voltage or current where up to 128 samples can be averaged together to get filtering in noisy environments. This data is then s ...
Hello friends! I hope you will be absolutely fine and having fun. Today, I am going to give you an elaboration about Introduction to 50N06. 50-N-06 is a device having three terminals named as gate, drain and source respectively. It is made up of silicon and is capable of current conduction up to 50A. I have already shared basic knowledge about different electronic devices in my previous articles like Introduction to MC34063, MMBD914, MSP430, NE555, NE556 and LM2902. Before going into the details of this article you must go through my previous tutorials for the better understanding.
50-N-06 provides fast switching speed. 50N06 is an N-channel power Metal Oxide Field Effect Transistor (MOSFET) specially designed to handle particular power levels. ...
We are familiar with multiple features of the ESP32 module. Like Wi-Fi capabilities, classic Bluetooth, Bluetooth low energy (BLE), inbuilt sensors etc.
Hello readers, I hope you all are doing great. We have already mentioned in our previous tutorials that, ESP32 is also featured with a Dual-Core Processor. Which provides better performance and efficiency.
In this tutorial, we will learn how to use ESP32’s dual cores. ESP32 has two (32-bit each) Tensilica Xtensa LX6 microprocessors namely, core0 and core1 which makes it a powerful dual-core microcontroller and hence stands apart from its predecessors.
When we compile and upload a code using Arduino IDE, we do not have to worry about which core executes the code. It just runs.
Fig. 1 ESP32 dual-co ...
Hello everyone, I hope you all are fine and having fun. In today's tutorial, I am going to show you How to write Arduino code. In the previous tutorial, we have seen the Simple Arduino LED Example so if you haven't read that tutorial then I must suggest you to read it first because I am gonna use the same simulation with some advancements in it.
Moreover, you should also have a look at How to do Arduino Serial Communication because we are also gonna use Serial Port in today's tutorial and one more tutorial which you must read is How to use digitalRead in Arduino because we are dealing with digital pins here. So, I hope that you have read those tutorial and are ready to learn How to write Arduino code. So, let's have a look at How to write Arduino ...
Hi Guys! Hope you’re well today. I welcome you on board. In this post today, I’ll walk you through the Introduction to Arduino Esplora.
Looking like a videogame controller, the Arduino Esplora is an electrical device that contains an Arduino Leonardo board (microcontroller) and a number of outputs and inputs. There are a colored LED and a buzzer as outputs. And there is a light sensor, four buttons, a joystick, a microphone, an accelerometer, and a temperature sensor as inputs. In other words, it is just like another Arduino Board with integrated actuators and sensors.
Just stay with me for a little while, as I’m going to document the complete Introduction to Arduino Esplora covering pinout, working, pin description, how it’s different than othe ...
Hi Fellas! I am back to give you a daily dose of valuable information. Today, I'll give you a detailed Introduction to IRF3205. It is an N-Channel HEXFET Power MOSFET that comes in a TO-220AB package and operates on 55V and 110A. It is mainly used for dynamic dv/dt rating and consumer full bridge applications.
Additionally, it falls under the category of ultra LOW on-resistance devices based on Advanced Process Technology, making it a building block of the electronic applications where fast switching is a major concern.
In this post, I'll cover each and everything related to this transistor, its main features, working, pinout, and applications. Let's get down to the nitty-gritty of this tiny component.
Introduction to IRF3205
IRF3205 is an N- ...
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 TL081.TL081 is a high-speed general-purpose JFET input single operational amplifier that comes with high noise immunity and better offset characteristics. It carries high input impedance and low offset current. The offset voltage of this device makes it an ideal match for amplifier applications. It incorporates well-matched bipolar transistors and high-voltage JFET in a compact IC.
Read this post till the end as I’ll detail the complete Introduction to TL081 covering datasheet, pinout, features, and applications. Let’s jump right in.
Introduction to TL081
TL081 is a high-speed JFET input single operational amplifier that comes with high slew rates, ...
Hello Learner! I hope you are doing great. Welcome to another tutorial at The Engineering Projects. This blog is the part of series we have stated about the Digital Logic Circuits. Previous to this, we learned Implementation of SK Flip Flops in Proteus. at the present day, we'll seek the knowledge about the following points:
What are Flip Flops?
What are JK Flip Flops?
How can we record the Truth Table of JK Flip Flops?
What is the Procedure to Construct the circuit of JK Flip Flop through Logic Gates and IC circuit?
Moreover, we'll also have some useful bits of Information in Did you know Sections. Let' see the explanation of the concepts given above.
Flip Flops
The Flip Flops are the building blocks of many of the Electronic Circuits. ...
Hi Folks! Hope you’re well today. Happy to see you around. In this post today, I’ll walk you through the Introduction to Arduino Pro Micro.
Arduino Pro Micro is an Arduino compatible microcontroller board that is based on ATmega32u4. It operates at a frequency of 16MHz and 5V. It comes with 4 analog pins, 12 digital I/O pins, and 5 PWM pins. Moreover, it also supports serial communication UART with pins Rx and Tx.
Arduino is an open-source platform provided by Arduino.cc that offers both hardware and software customization. Open-source means you can use, edit, or customize the board and software based on your requirements.
Arduino boards are introduced in 2005 in Italy with the aim to provide a single platform where non-tech persons can get a h ...
Hello friends, I hope you all are doing great. Today, I am going to share a new Infrared Tracker Sensor Library for Proteus. By using this library, you will be able to simulate IR based tracker sensor. This library contains 4 tracker sensors in it.
This Infrared Tracker Sensor is not present in Proteus software and we are sharing it for the first time. We have already shared 2 Proteus Libraries of Infrared sensors, you should check them as well.
Note:
You should also have a look at:
IR Proximity Sensor Library for Proteus.
Infrared Sensor Library for Proteus.
First, let's have a look at what is tracker sensor and why is it used?
What is IR Tracker Sensor???
IR Tracker Sensor uses Infrared technology and contains two IR LEDs on it. ...