i2c-interface
There are 39 repositories under i2c-interface topic.
dmadison/NintendoExtensionCtrl
Arduino library for communicating with Nintendo extension controllers
Koepel/How-to-use-the-Arduino-Wire-library
A Wiki about common mistakes when using the Arduino Wire library.
big12boy/TEA5767
Arduino Library for the TEA5767 Radio Module
mikaelpatel/Arduino-TWI
Two-Wire Interface (TWI) library for Arduino
maarten-pennings/iAQcore
Arduino library for the iAQ-core indoor air quality sensor module with I2C interface
sbcshop/SB-RFID-HAT
This is a Raspberry Pi RFID HAT Module operating in the 125Khz frequency range. It supports two communication interfaces: UART for RFID and I2C for Oled Display.
lnlp/FramI2C
FramI2C is an Arduino library for FRAM (F-FRAM, Ferroelectric RAM) non-volatile memory chips with I2C interface. Supports most common Cypress and Fujitsu I2C FRAM chips with densities of 4, 16, 64, 128, 256, 512, and 1024 kilobits (kb). Provides simple, easy to use read() and write() methods for reading/writing integral and floating point types (uses automatic type inference and byte conversion), readBytes() and writeBytes() for reading/writing larger amounts of data as byte array, and fill() to fill or clear a range of FRAM memory.
whyisitworking/MCP23017-ESP8266-Miniature-Driver
A simple driver for ESP8266 enthusiasts out there to drive MCP23017 16-bit IO Expander
ThunderFly-aerospace/TFI2CEXT01
I2C bus wire length extension module. Enabling the use of more extensive bus interconnection.
maarten-pennings/ENS210
Arduino library for the ENS210 relative humidity and temperature sensor with I2C interface from ams
mlab-modules/USBI2C01
USB device to I²C master adapter with Linux kernel support
Koepel/CommonSensorClass
A wrapper around the Arduino Wire library for easier interfacing sensors.
TedKus/useftdi
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.
AlejandroHerr/async-i2c-bus
Bus and Device classes for i2c-bus, with promised functions.
DonRuss/libMPSSE-EEPROM
FTDI FT232H MPSSE EEPROM Read / Write in Windows Python
nopnop2002/esp-idf-i2c-benchmark
Benchmark for esp-idf i2c driver
ExperimentalPhysics/I2C
Custom i2c modules and ip cores
WebGE/MCP342x
A .NETMF v4.3 class for MCP342x : 18-Bit, Multi-Channel ΔΣ Analog-to-Digital Converter with I2C Interface and On-Board Reference
AlejandroHerr/i2c-bus-promised
Bus and Device classes for i2c-bus, with promised functions.
ESPe71/rpi-monitor
Monitoring an Raspberry Pi with an OLED
KElsayyad/AVR_Drivers
This repo has most common drivers with basic application and their simulations on Proteus.
mauriciobarroso/i2c_bus
ESP-IDF component to manage multiple devices on the same I2C port
polymurph/MCP4725
Generic driver for MCP4725 DAC
stahta01/BeagleBone_Black_Embedded
Learn about toolchains, Linux system calls & implement application on user space.
adesandr/Esp32
Esp32 stuff
alterstrategy/i2c-database
I2C Chip Address Database used in IoT Devices
shivam5594/ESP32_MPU9250
This repository contains I2C comm code between ESP32-CAM board (any ESP32 board should work) with MPU9250.
the-risk-taker/arduino-i2c-wire-interface
The library simplifies work with the Arduino Wire library
eeyribas/Arduino-MCP23017-Integrated
The repository contains examples of using the MCP23017 expander with Arduino. The MCP23017 expander uses I2C communication with Arduino.
KiwiBryn/GroveBaseHatWindows10IoTCore
Windows 10 Core library for Seeedstudio Base hat for RPI
stahta01/Adafruit_ADS1X15
Driver for TI's ADS1015: 12-bit Differential or Single-Ended ADC with PGA and Comparator
stahta01/ADXL345-for-BBB
ADXL345 as input device in linux
stahta01/BBB-PRU-I2C-ADXL345
Project to enable I2C communication between Beaglebone black PRUs and ADXL345 using I2C
WassimHedfi/adxl345-driver-stm32
Custom driver for ADXL345 accelerometer on STM32 Nucleo-F446RE via I2C, transmitting real-time acceleration data over UART. Modular for easy adaptation to other STM32 boards.