Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jesseklm/esp32-i2c-scanner

I2C Scanner for ESP32, multiple pins
https://github.com/jesseklm/esp32-i2c-scanner

arduino esp32 esp32s2 i2c i2c-bus i2c-scanner lolin-s2-mini platformio scanner

Last synced: about 15 hours ago
JSON representation

I2C Scanner for ESP32, multiple pins

Awesome Lists containing this project

README

        

# ESP32 I2C Scanner

## Inspired by the following
- [Nick Gammon](http://www.gammon.com.au/forum/?id=10896&reply=6#reply6)
- [Rajendra Jain](https://github.com/jainrk/i2c_port_address_scanner)

## Usage

1. change `pins`-array to all pins you want to test
2. set your board in `platformio.ini` (currently `lolin_s2_mini` and `lolin_s2_pico`)
3. build and upload