Willy-JL d9db5623da Merge i2ctools from https://github.com/xMasterX/all-the-plugins 2 年之前
..
docs 006789fd3e Add i2ctools from https://github.com/NaejEL/flipperzero-i2ctools 2 年之前
images 3850ec681d i2cTools: Mutex, icons and name 2 年之前
screenshots 006789fd3e Add i2ctools from https://github.com/NaejEL/flipperzero-i2ctools 2 年之前
views 3850ec681d i2cTools: Mutex, icons and name 2 年之前
.gitignore 006789fd3e Add i2ctools from https://github.com/NaejEL/flipperzero-i2ctools 2 年之前
.gitsubtree 011da5b3f4 Also pull from @xMasterX's repo for updates 2 年之前
LICENSE 006789fd3e Add i2ctools from https://github.com/NaejEL/flipperzero-i2ctools 2 年之前
README.md 006789fd3e Add i2ctools from https://github.com/NaejEL/flipperzero-i2ctools 2 年之前
application.fam d9db5623da Merge i2ctools from https://github.com/xMasterX/all-the-plugins 2 年之前
i2cscanner.c 006789fd3e Add i2ctools from https://github.com/NaejEL/flipperzero-i2ctools 2 年之前
i2cscanner.h 006789fd3e Add i2ctools from https://github.com/NaejEL/flipperzero-i2ctools 2 年之前
i2csender.c 006789fd3e Add i2ctools from https://github.com/NaejEL/flipperzero-i2ctools 2 年之前
i2csender.h 006789fd3e Add i2ctools from https://github.com/NaejEL/flipperzero-i2ctools 2 年之前
i2csniffer.c 006789fd3e Add i2ctools from https://github.com/NaejEL/flipperzero-i2ctools 2 年之前
i2csniffer.h 006789fd3e Add i2ctools from https://github.com/NaejEL/flipperzero-i2ctools 2 年之前
i2ctools.c 3850ec681d i2cTools: Mutex, icons and name 2 年之前
i2ctools.gif 006789fd3e Add i2ctools from https://github.com/NaejEL/flipperzero-i2ctools 2 年之前
i2ctools.png 006789fd3e Add i2ctools from https://github.com/NaejEL/flipperzero-i2ctools 2 年之前
i2ctools_i.h 006789fd3e Add i2ctools from https://github.com/NaejEL/flipperzero-i2ctools 2 年之前

README.md

flipperzero-i2ctools

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

  • Kicad module
  • Improve UI
  • Refactor Event Management Code
  • Add Documentation

V2

  • Read more than 2 bytes in sender mode
  • Add 10-bits adresses support
  • Test with rate > 100khz
  • Save records (Sigrok compatible?)
  • Play from files
  • Remove max data size
  • Remove max frames read size