Arduino library to transfer dynamic, packetized data fast and reliably via Serial, I2C, or SPI
-
Updated
Jul 3, 2024 - C++
Arduino library to transfer dynamic, packetized data fast and reliably via Serial, I2C, or SPI
A Wiki about common mistakes when using the Arduino Wire library.
Firmware for a trailing/leading edge MOSFET/BJT/TRIAC dimmer written in C++ including schematics/PCB-layouts
Example code showing different communications such as TTL, SPI and I2C.
I2C IOServer implements i2c protocol support in CDP for Linux
I2C Bare metal drivers for stm32 f4 family of microcontrollers written in C from scratch .The driver contain apis for the user to send and receive data i2c communication . The driver has two flavor of apis polling based (blocking ) and Interrupt based (non blocking ) check examples in the Src folder for more reference .
Entering commands in a web-console to control an I2C slave using an Arduino based WebUSB bridge
This library is useful for FAST communicating with i2C or SMBus or PMBus devices using FTDI adapters. Typical message to message transmission delay is less than 1 millisecond.
Arduino library that implements "bus clear" for an I2C bus
Bus and Device classes for i2c-bus, with promised functions.
Simple I2C bus sniffer based on ATtiny2313A MCU
I2C communication between two Arduino Uno
This repository is made for the NXP PCA9634 IC. It's an usefull chip for interfacing with multiple LED's. That's why I created this library to take full advantage of the chip's capabilities!
Arduino PID controller for EV3 using I2C protocol.
This repo contains arduino code for 3WD robotic base. I have used 1 main controller(master) and 3 slave controllers. The master provides desired rpm value to slave via I2C communication and the slave drives the robot seamlessly. I have used PID control for better stabilization. Work with IMU is on the way!!!
University of Antioquia. Embedded Systems. Datalogger using I2C protocol with RTC MCP7940 & T[°C] Sensor LM75BD
Implement ADAS Car System that provide main features (Cruise Control , Brake Assist , Speed Limiter , Driving Monitoring) ))
Add a description, image, and links to the i2c-protocol topic page so that developers can more easily learn about it.
To associate your repository with the i2c-protocol topic, visit your repo's landing page and select "manage topics."