https://github.com/geeksloth/arduino-i2c-scanner
I2C Scanner for Arduino (Atmel and Espressif chips)
https://github.com/geeksloth/arduino-i2c-scanner
arduino i2c i2c-bus
Last synced: about 2 months ago
JSON representation
I2C Scanner for Arduino (Atmel and Espressif chips)
- Host: GitHub
- URL: https://github.com/geeksloth/arduino-i2c-scanner
- Owner: geeksloth
- Created: 2022-11-07T08:56:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T17:21:24.000Z (over 1 year ago)
- Last Synced: 2025-03-25T16:52:12.975Z (about 1 year ago)
- Topics: arduino, i2c, i2c-bus
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arduino-i2c-scanner
I2C Scanner for Arduino (Atmel and Espressif chips)
Display i2c-interface connected devices with addresses.
## Usage
1. Build and upload this script to your Arduino
2. Select *Tools -> Serial Monitor*
3. Change Baudrate to ```115200```. You may need to press a *reset button* on the device again to see the output.