Hello everyone! I hope you will be absolutely fine and having fun. Today, I am going to explain all of you about Introduction to 74HC595. It is basically a shift register. It has an ability to store and to shift the data of 8 bits. First of all the data is written on the register serially and then it goes to the storage register. All of the output lines are controlled by this register.
74HC595 register is a very high speed device based on Complementary Metal Oxide Semiconductor (CMOS). 8 bit data register receives the data from the input DS. This data is then transferred from the input shift register to the output shift register. 74HC595 has a vey wide range of applications in daily life. It can be used as serial to parallel data converter, can ...
Hi Folks! I welcome you on board. Thank you for clicking this read. Happy to see you around. In this post today, I’ll walk you through the Introduction to CA3140.The CA3140 is a general-purpose op-amp that comes with a 4.5MHz frequency. It is a BiMOS Operational Amplifier incorporated with MOSFET Input/Bipolar Output that extends the advantages of both… high-voltage bipolar transistors and high-voltage PMOS transistors on a single integrated chip.
I suggest you read this post all the way through as I’ll detail the complete Introduction to CA3140 covering datasheet, pinout, features, and applications. Let’s jump right in.
Introduction to CA3140
The CA3140 is a general-purpose op-amp that comes with MOSFET Input/Bipolar Output and extends the advantages of both… high- ...
Hello Friends! Hope you’re well today. I welcome you on board. In this post today, I’ll walk you through the Introduction to 2SC1061.2sc1601 is an NPN bipolar junction transistor used for switching and amplification purposes. During the amplification process, the small input current across one pair of terminals is used to generate a large output current across other pairs of terminals.
2sc1601 is known as a semiconductor device made of silicon material. This is a bipolar junction transistor where two charge carriers (electrons and holes) play an important role in the conductivity inside the transistor. As this is an NPN transistor so here major charge carriers are electrons while holes are the minority carriers.
I suggest you buckle up as I’ll detail the complete Introduction to 2SC1 ...
Hi Guys! Hope you’re well today. Thank you for viewing this read. In this post today, I’ll walk you through the Arduino Mega 1280 Library for Proteus.
You may already be familiar with Arduino Boards, in case you don’t, they are the open-source easy to use hardware and software platform used in modern electronic projects. These boards receive inputs and convert them into outputs to activate motors, LEDs, electrical circuits, robots, and embedded systems.
They are mainly designed for newbies and non-tech geeks who hesitate to construct the electrical circuits from the get-go and hate diving into the nitty-gritty of architecting electrical wires accurately to fashion electrical circuits.
Arduino boards come with both ready-made electronic kit and ...
Hello readers, I hope you all are doing great. In this tutorial, we will learn how to update a webpage using Server-Sent Events and the ESP32 web server.
What is Server-Sent Events (SSE)?
It is a server push technology that enables the client devices to receive automatic updates from a server over HTTP (Hypertext Transfer Protocol) connection. SSE also describes how the server can initiate data transmission towards the client once an initial connection with the client has been established.
We have already posted a tutorial on how to implement Web socket protocol with ESP32 which is also a protocol used to notify events to a web client. Both the Server-Sent Events (SSE) and Web-Socket technologies seem to be quite similar but they are not.
The major difference between the two is that SSE ...
Hi Friends! Hope you’re well today. In this post today, I’ll walk you through the detailed Introduction to Arduino Mega 2560 Rev3.The Arduino Mega 2560 Rev3 is a microcontroller board that is based on the ATmega2560 microcontroller.
The Arduino boards are widely used in the automation industry and embedded projects. Other boards like Arduino Uno, Arduino Nano, Arduino Every, Arduino Beetle all seem a good pick for the projects that require little memory to store the program. However, when the nature of projects becomes complex, requiring more memory and a rich set of I/O interfaces, the Arduino Mega 2560 Rev3 comes into play. In order to power up these Arduino boards, we need to use a Power supply for electronics or we can also use the USB port on ...
Hello friends, I hope you all are doing great. Today, I am going to share the Raspberry Pi 4 Library for Proteus. In our previous tutorial, we shared the Raspberry Pi 3 Library for Proteus and as we mentioned in that tutorial, these Raspberry Pi libraries will have dummy modules i.e. We have just designed the exterior but these boards won't be able to read the Python code. Although just for fun, we have added the Arduino firmware in these boards, so we can upload the Arduino code in it. As the legends say, something is better than nothing. We have given these boards an unofficial name "Arduino Pi".You can use these Pi boards to design your circuit diagram or can also use it in your presentation/demonstration of your projects. I hope you will enjoy these simulated Raspberry Pi boards. Befor ...
Hey learners! Welcome to another exciting electrical experiment in Proteus. At the present day, we'll perform the inversion of voltage. For this purpose, we will use the implementation of Transformer as Step-up Transformer. Prior to start, let's have the basic information about the 12V to 220V Step up inverter using Transformer in Proteus. In this tutorial, we'll learn:
What is a 12V to 220V inverter?
What is the function of the transformer in the 12V to 220V inverter?
How can we implement the Step up inverter using a Transformer in Proteus?
What are some applications of the 12V to 220V inverter?
Moreover, there will be some useful pieces of information in DID YOU KNOW sections.;
12V to 220V inverter
In electronic appliances, the circuitr ...
Hi Guys! Hope you’re well today. I welcome you on board. In this post today, I’ll detail the Introduction to CD4035.CD4011 IC belongs to the CD40xx CMOS IC series. The CD4011 chip comes with four independent NAND gates. This device is used to perform the Boolean function Y = A × B or Y = A + B in positive logic. This IC is widely used in many applications including Portable Audio Docks, AV Receivers, and Blu-Ray Players.
I suggest you read this entire post till the end as I’ll walk you through the complete introduction to CD4011 covering datasheet, pinout, features, truth table, alternatives, and applications.
Let’s jump right in.
Introduction to CD4011
CD4011 IC belongs to the CD40xx CMOS IC series. The CD4011 chip comes with four independent NAND gates.
It is important to ...
Hello friends, I hope you all are doing great. Today, we will create a wifi temperature monitoring system. For reading, we will use the DS18B20 sensor. For data processing and webpage creation, we will use our already known ESP8266.
The project will be built as follows:
Circuit assembly
Code for reading the DS18B20 sensor (we will use Serial for tests).
Creation of the webpage (we will use SPIFFS to store in FLASH).
But first, let's know a little about the sensor and the communication model it uses.
Materials
For this project, we will need the following items: For this project, we will need the following items:
1 x ESP8266
1x DS18B20 Sensor
1x Breadboard
1x 4k7 Ohms resistor
DS18B20
DS18B20 is a digital temperature sensor with good precision, good customization, pr ...