How to Make 12V Power Supply

If you want a 12V power supply that can give up to 1 amp because store-bought options too expensive? This is the post that can build your own at home with basic components and not much cost! This is for others, so they could also make their own reliable power supply. It’s a fun and rewarding DIY project for … Read more

How to Make 5V Power Supply

We will be making a power supply, which is very necessary for a circuit to work as it provides the necessary voltage to the circuits for its operations. Voltage and current are just like water pressure and water rate respectively. Most electronics need a specific voltage and current to function, and in this tutorial, we … Read more

A detailed explanation of solid state relays

A detailed explanation of solid state relays

What is a Solid State Relay? An electronic switching device called a solid state relay (SSR) employs semiconductor components to switch loads without the need for any moving elements. SSRs are made to have no such parts, which lowers the possibility of mechanical failure and lengthens the device’s lifespan. This is in contrast to electromechanical … Read more

How to Bypass the Starter Relay?

How to Bypass the Starter Relay?

In this blog, we’ll offer a thorough how-to on avoiding the starter relay. We will go over the function of the starter relay, how to bypass it, and how to recognize the warning signals of a malfunctioning starter relay. What is a Starter Relay? A Starter Relay is an electromechanical switch that controls the flow … Read more

Working OF A Stepper Motor

Working OF A Stepper Motor

What is a Stepper Motor? As its name suggests Working OF A Stepper Motor Stepper motor is a device that converts the electrical energy into mechanical energy by moving its shaft in steps. The Stepper motor’s shaft moves in a fixed amount of degrees ie. Not any step will rotate more than other steps.  This … Read more

How (Serial Peripheral Interface) SPI Protocol works

Working of SPI communication

The Serial Peripheral Interface SPI protocol is a Serial data protocol. It is a synchronous serial protocol that is used by microcontrollers for communicating with other peripheral devices at very high speeds over short distances. Serial Peripheral Interface or SPI operates at full duplex which allows devices to send and receive data simultaneously. As compared … Read more

1 article all about UART (Universal Asynchronous Receiver/Transmitter) protocols.

working of uart communication

UART is an acronym for Universal Asynchronous Receiver/Transmitter. UART is one of the most used device to device communication protocols. In UART the data format and communication speed are configurable. UART supports asynchronous serial communication.  Serial UART Communication Serial UART is the serial communication protocol used by Arduino to communicate with other devices. It is … Read more

1 post all about I2C Communication Protocol

all about i2c protocol

I2C stands for “Inter-Integrated Circuit/Controller”. It is a serial communication protocol that is used to connect low-speed devices for serial communication. The I2C protocol was designed in 1980 by Philips Semiconductor. It is a master-slave communication in which we can connect and control multiple slaves from a single master in which each slave device has … Read more