Files
Momentum-Firmware/applications/plugins/flipper_i2ctools/README.md
RogueMaster 6734546164 i2c update
2022-10-28 00:37:15 -04:00

48 lines
719 B
Markdown

# flipperzero-i2ctools
Set of i2c tools for Flipper Zero
## Wiring
C0 -> SCL
C1 -> SDA
GND -> GND
>/!\ Target must use 3v3 logic levels. If you not sure use an i2c isolator like ISO1541
## Tools
### Scanner
Look for i2c peripherals adresses
### Sniffer
Spy i2c traffic
### Sender
Send command to i2c peripherals and read result
### Player
> Not implemented yet
Send command from file
## TODO
- [ ] Read more than 2 bytes in sender modez
- [ ] Add 10-bits adresses support
- [ ] Remove max data size
- [ ] Remove max frames read size
- [ ] Test with rate > 100khz
- [ ] Save records
- [ ] Play from files
- [ ] Kicad module
- [ ] Improve UI
- [ ] Refactor Menu Management Code
- [ ] Add Documentation