All Projects → gutierrezps → ESP32_I2C_Slave

gutierrezps / ESP32_I2C_Slave

Licence: LGPL-2.1 license
I2C slave library for ESP32

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to ESP32 I2C Slave

ATM90E32
Updated version of the ATM90E32 Arduino library
Stars: ✭ 22 (-68.57%)
Mutual labels:  arduino-library, esp32-arduino, esp32-library
esp32WS2811
Arduino library for ESP32 to drive WS2811 LEDs using the RMT peripheral
Stars: ✭ 22 (-68.57%)
Mutual labels:  arduino-library, esp32-arduino
esp-homekit-arduino-sdk
Arduino wrapper for ESP-IDF HomeKit library
Stars: ✭ 34 (-51.43%)
Mutual labels:  arduino-library, esp32-arduino
ESP32-CAM-MJPEG-Stream-Decoder-and-Control-Library
The library is MJPEG stream decoder based on libcurl and OpenCV, and written in C/C++.
Stars: ✭ 40 (-42.86%)
Mutual labels:  esp32-arduino, esp32-library
ESP32Time
An Arduino library for setting and retrieving internal RTC time on ESP32 boards
Stars: ✭ 120 (+71.43%)
Mutual labels:  arduino-library, esp32-arduino
sqlite micro logger arduino
Fast and Lean Sqlite database logger for Microcontrollers
Stars: ✭ 128 (+82.86%)
Mutual labels:  arduino-library, esp32-arduino
Adafruit CCS811
Arduino driver for CCS811 digital gas sensor
Stars: ✭ 60 (-14.29%)
Mutual labels:  arduino-library
ServoTimer2
ServoTimer2 is a simple library for Arduino 1.x that does not use Timer1 in case of a conflict.
Stars: ✭ 29 (-58.57%)
Mutual labels:  arduino-library
SparkFun CCS811 Arduino Library
A library to drive the AMS CCS811 air quality sensor
Stars: ✭ 38 (-45.71%)
Mutual labels:  arduino-library
ESP32BleAdvertise
Simple library for BLE advertise using ESP32 in Arduino
Stars: ✭ 39 (-44.29%)
Mutual labels:  arduino-library
esp32-i2s-mems
Using an I2S MEMS microphone on an ESP32
Stars: ✭ 103 (+47.14%)
Mutual labels:  esp32-arduino
max1704x
Arduino library for the MAX17043 and MAX17044 LiPo Battery Fuel Gauge.
Stars: ✭ 16 (-77.14%)
Mutual labels:  arduino-library
arduino-cereal
Drop-in replacement for Arduino's serial monitor with variable watches.
Stars: ✭ 45 (-35.71%)
Mutual labels:  arduino-library
qp-arduino
QP real-time embedded frameworks/RTOS for Arduino (AVR and SAM)
Stars: ✭ 37 (-47.14%)
Mutual labels:  arduino-library
DCCpp
This is the library version of DCC++ for Arduino, to control railroading DCC devices.
Stars: ✭ 18 (-74.29%)
Mutual labels:  arduino-library
Queue
Queue handling library (designed on Arduino)
Stars: ✭ 73 (+4.29%)
Mutual labels:  arduino-library
TTGO-T2-ESP32
TTGO-T2 V1.0
Stars: ✭ 16 (-77.14%)
Mutual labels:  esp32-arduino
TLE5012-Magnetic-Angle-Sensor
This repository includes an library for Arduino for the TLE5012 Magnetic Angle Sensor with SSC interface.
Stars: ✭ 37 (-47.14%)
Mutual labels:  arduino-library
SparkFun SerLCD Arduino Library
A library to seamlessly control the SparkFun SerLCD over I2C, SPI, and Serial.
Stars: ✭ 18 (-74.29%)
Mutual labels:  arduino-library
ps2dev
Arduino library to emulate PS2 keyboard/mouse
Stars: ✭ 67 (-4.29%)
Mutual labels:  arduino-library

I2C Slave support has been added to ESP32 Arduino Framework

This library provided ESP32 Slave functionality as a workaround for the lack of support on Arduino core and on ESP-IDF, as pointed by issue #118 in 2017. On October 14, 2021, that issue was finally closed by the pull request #5746, and so this library is not needed anymore.

See README_old.md for details about how the workaround was implemented.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].