An open API service indexing awesome lists of open source software.

https://github.com/decadenza/esp_i2c_scanner

I2C address scanner for Espressif ESP-IDF
https://github.com/decadenza/esp_i2c_scanner

addresses esp esp32 i2c

Last synced: 3 months ago
JSON representation

I2C address scanner for Espressif ESP-IDF

Awesome Lists containing this project

README

          

# Basic I2C address scanner for Espressif ESP-IDF

## Usage
1. Configure the definitions at the beginning of the `esp_i2c_scanner.c`.
2. Build.
3. Flash.
4. **At boot only** the code scans for devices, prints the results and exits. Reboot to perform a new scan.

## Notes
- Supports only standard (7 bit) I2C address range. It may be easily extended to the 10-bit addressing, if needed.
- Tested on ESP32.