i2c-slave
There are 43 repositories under i2c-slave topic.
vmilea/pico_i2c_slave
I2C slave library for the Raspberry Pi Pico
gutierrezps/ESP32_I2C_Slave
I2C slave library for ESP32
ZipCPU/wbi2c
Wishbone controlled I2C controllers
benedekkupper/stm32-i2c-hid
HID over I2C demonstration
ftjuh/I2Cwrapper
I2Cwrapper is a firmware framework which helps you implement Arduino based I2C target (slave) devices for control of non-I2C hardware. Supports plain Arduinos, ESP8266, ESP32, SAMD, STM32, and ATtiny platforms.
big12boy/TEA5767
Arduino Library for the TEA5767 Radio Module
fooker/attiny85-i2c-pwm
I²C controleld PWM generator based on ATTiny85
MajorLee95/nanoI2CIOExpander
An I/O expander for ESP8266 that provide 6 analog Inputs and 8 digital I/O through I2C bus based on a Arduino Nano
amitesh-singh/i2c-slave-stm32f1
i2c slave example based on stm32f103
MkLHX/Raspberry_Pi_Master_for_ESP32_I2C_SLAVE
Python classes to use Raspberry Pi as master i2c on ESP32 using ESP32_i2c_slave library
pro-codes090/stm32f4-i2c-driver
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 .
y2kblog/stm32-i2c-slave
I2C slave device using the HAL library of the STM32
kichMan/i2c-slave-sk6812
The driver for I2C-slave on STM8S with RGBW Leds SK6812 (SK6812RGBW)
AlejandroHerr/async-i2c-bus
Bus and Device classes for i2c-bus, with promised functions.
charkster/samd21-i2c_slave
This implements an i2c slave with a register map of 256 bytes in sram. The slave supports multi-byte writes and reads. It uses the "Wire" library.
Ovidiu22/I2C-communication
I2C communication between two Arduino Uno
charkster/i2c_slave_fpga
Systemverilog implementation of an I2C slave with a simple register map. Multi-byte reads and writes supported with address auto-increment.
dipakgmx/ATMega_TWI
A C++ implementation of TWI communication for ATMega
ExperimentalPhysics/I2C
Custom i2c modules and ip cores
ifurusato/pimaster2ardslave
Raspberry Pi Master (python) to Arduino Slave (C++)
Infineon/PSoC4-MCU-Digital-Designs
This repository provides examples that demonstrates how to develop PSoC 4 MCU based digital designs. These examples help you to use peripherals like TCPWM, SCBs ( UART, SPI, I2C), Encoders/Decoders and general digital components.
mnlipp/i2c-dev-sim
An I2C bus with only virtual devices for exercises with the I2C user space API
mrcamilletti/attiny85-i2c-tb6600
I²C interface based on ATTiny85 to control an TB6600 stepper motor driver
Club-INTech/I2C-Callables
Unified I²C slave experience
dragoncoder047/super85
You can do a lot with just 5 pins.
rumpelrausch/Arduino-LCD-Philips-ET8861S-I2C
Adds an I2C interface to an unknown Philips audiosystem LCD. Makes it re-usable for other projects.
saibatizoku/arduino-i2c-slave-blinker
Code to blink an LED upon command, with the Arduino configured as an I2C slave
zen-tools/avr-i2c-portd-kill-switch
I2C portd kill switch
alterstrategy/i2c-database
I2C Chip Address Database used in IoT Devices
ibrahimayaz95/I2C_DESIGN_WITH_VHDL
This is a digital hardware design of I2C communication protocol using VHDL as the HDL.
sushi0706/i2c
Verilog implementation of I2C
tmct-web/i2c_slave_tmct
i2c_slave_tmct is a basic I2C slave IP core that provides the basic framework for the implementation of custom I2C slave devices.
tom-dierckx/DHT-attiny85-i2c
Exposing DHT (or any blocking sensor) using attiny85 as an i2c slave
Fymyte/i2c-slave-gpio-rs
I2C slave simulation using GPIOs