Dhruv para.hashnode.dev·Apr 21, 2024Understanding various communication protocols like UART, SPI, CAN and I2C via ATMEGA328-P and NODEMCU (esp-8226)Recently while working on a project utilizing Arduino and DHT11 sensor I faced a set of challenges which led me to dive deeper into the world of communication protocols, particularly SPI, I2C, and CAN bus modules. Despite the initial simplicity of th...33 readsElectronics
Mithilesh GaikwadforMithilesh's Blogesymith.hashnode.dev·Feb 6, 2023SPI ProtocolSPI (Serial Peripheral Interface) is a synchronous serial communication protocol used for short-distance communication, primarily in embedded systems. It operates in full-duplex mode, allowing data to be transmitted and received simultaneously. The p...10 likes·49 readsprotocols