by admin | Jan 23, 2023 | Basic Electronics
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...
by admin | Jan 18, 2023 | Basic Electronics
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...
by admin | Jan 16, 2023 | Basic Electronics, HOME
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...
by admin | Jan 14, 2023 | Basic Electronics
The Pull up and Pull down resistors are used to solve the floating point issues. As we know in Arduino boards the pins can only read two values which are High and Low. We can also use 1 for High and 0 Low and due to this floating point issue we will get random values...
by admin | Jan 12, 2023 | Basic Electronics, HOME
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...