Tidak Ada Deskripsi

Jean LE QUELLEC 8c47c3398f make code more "furi styled" 3 tahun lalu
.gitignore 58f0763db4 Initial commit 3 tahun lalu
README.md 8baa063f73 Add Readme 3 tahun lalu
application.fam 58f0763db4 Initial commit 3 tahun lalu
i2csniffer.c 8c47c3398f make code more "furi styled" 3 tahun lalu
i2csniffer.h 8c47c3398f make code more "furi styled" 3 tahun lalu
i2ctools.c 8c47c3398f make code more "furi styled" 3 tahun lalu
i2ctools.png 58f0763db4 Initial commit 3 tahun lalu
i2ctools_i.h 8c47c3398f make code more "furi styled" 3 tahun lalu

README.md

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 mode
  • Save records
  • Play from files
  • Kicad module
  • Improve UI
  • Refactor Menu Management Code
  • Add Documentation