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

How (PWM) Pulse Width Modulation works with Arduino 1 article to Deadline w query

How Pulse Width Modulation (PWM) works with Arduino

Pulse Width Modulation(PWM) is a technique used for getting analog signals with the help of digital means. The digital control is used to create a square wave, a signal switched between an on and off state.  This on-off pattern is able to simulate the voltage in between full on i.e, 5 Volts, and off i.e, … Read more