unleashed-firmware/applications/plugins/flipper_i2ctools
Jean LE QUELLEC fae17d2eb9 New UI
2022-11-19 13:46:26 +01:00
..
images New UI 2022-11-19 13:46:26 +01:00
views New UI 2022-11-19 13:46:26 +01:00
application.fam finish icon changes 2022-10-28 19:12:31 +03:00
i2cscanner.c update i2c tools 2022-11-10 08:23:54 +03:00
i2cscanner.h update i2c tools 2022-10-28 18:46:40 +03:00
i2csender.c update i2c tools 2022-10-28 18:46:40 +03:00
i2csender.h update i2c tools 2022-10-28 18:46:40 +03:00
i2csniffer.c New UI 2022-11-19 13:46:26 +01:00
i2csniffer.h New UI 2022-11-19 13:46:26 +01:00
i2ctools.c New UI 2022-11-19 13:46:26 +01:00
i2ctools.gif New UI 2022-11-19 13:46:26 +01:00
i2ctools.png add two new plugins 2022-10-20 21:02:27 +03:00
i2ctools_i.h update i2c tools 2022-10-28 18:46:40 +03:00
README.md New UI 2022-11-19 13:46:26 +01:00

flipperzero-i2ctools

Original link Set of i2c tools for Flipper Zero

Preview

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

TODO

  • Read more than 2 bytes in sender mode
  • Add 10-bits adresses support
  • Test with rate > 100khz
  • Save records
  • Play from files
  • Kicad module
  • Improve UI
  • Refactor Event Management Code
  • Add Documentation
  • Remove max data size
  • Remove max frames read size