Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jesseklm/esp32-i2c-scanner
- Owner: jesseklm
- License: gpl-3.0
- Created: 2022-09-01T20:27:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-05T18:47:05.000Z (over 2 years ago)
- Last Synced: 2024-11-04T07:42:50.472Z (about 2 months ago)
- Topics: arduino, esp32, esp32s2, i2c, i2c-bus, i2c-scanner, lolin-s2-mini, platformio, scanner
- Language: C++
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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