i2c-communication
There are 10 repositories under i2c-communication topic.
PowerBroker2/SerialTransfer
Arduino library to transfer dynamic, packetized data fast and reliably via Serial, I2C, or SPI
sashuu69/iot-water-level-indicator
The IOT based water level indicator
aceta-minophen/Programming-Toolbox
This is a repository for code snippets gathered from different sources which come in handy while working on IoT projects. It contains server & client codes for communication between 2 WiFi modules (ESP8266 NodeMCU) over WiFi; and serial communication between Arduino and NodeMCU using both I2C and SPI Communication protocols.
Tanuj2552/I2C-Communnication-between-multiple-Arduinos
This repo contains my code and simulation results to the I2C communication between 1 master arduino and two slave arduinos.
AabidPatel/Autonomous-Parking-System
Autonomous Parking System is an integrated system of a self-driving robot and smart parking garage to save fuel and time for parking
Mhd-Shah/Verification-of-I2C-communication-protocol
Verification i2c communication protocol
Superjulien/Piclockmatrix
PiClockMatrix is a versatile clock application for the Raspberry Pi, integrating an LCD display, LED matrix, and GPIO buttons for user interaction. This Python script offers a range of features, including multiple menu levels, information displays, weather updates, countdown timers, and more.
EbelAlfie/IoT_I2c_Communication
In this project, arduino is connected to LCD and Keypad using only two pin using I2C communication. I2CCircuit.pdsprj is the circuit, while KeypadI2CNoLib.ino is the code
eeyribas/Arduino-I2C-Communication
Contains an Arduino I2C communication example. The I2C communication occurs between the Arduino Uno and the MCP23017 integrated circuit.
eeyribas/Arduino-MCP23017-Integrated
The repository contains examples of using the MCP23017 expander with Arduino. The MCP23017 expander uses I2C communication with Arduino.