Sin descripción

Jean LE QUELLEC 412a017afd Remove useless "pragma once" hace 3 años
.gitignore 58f0763db4 Initial commit hace 3 años
README.md 8baa063f73 Add Readme hace 3 años
application.fam 58f0763db4 Initial commit hace 3 años
i2csniffer.c 8c47c3398f make code more "furi styled" hace 3 años
i2csniffer.h 412a017afd Remove useless "pragma once" hace 3 años
i2ctools.c 8c47c3398f make code more "furi styled" hace 3 años
i2ctools.png 58f0763db4 Initial commit hace 3 años
i2ctools_i.h 412a017afd Remove useless "pragma once" hace 3 años

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