説明なし

Jean LE QUELLEC 62eceae2c7 Make sender a lib 3 年 前
.gitignore 58f0763db4 Initial commit 3 年 前
README.md 8baa063f73 Add Readme 3 年 前
application.fam 58f0763db4 Initial commit 3 年 前
i2cscanner.c 62eceae2c7 Make sender a lib 3 年 前
i2cscanner.h 62eceae2c7 Make sender a lib 3 年 前
i2csender.c 62eceae2c7 Make sender a lib 3 年 前
i2csender.h 62eceae2c7 Make sender a lib 3 年 前
i2csniffer.c 7c3ef280b2 Use sniffer alloc and free 3 年 前
i2csniffer.h 412a017afd Remove useless "pragma once" 3 年 前
i2ctools.c 62eceae2c7 Make sender a lib 3 年 前
i2ctools.png 58f0763db4 Initial commit 3 年 前
i2ctools_i.h 62eceae2c7 Make sender a lib 3 年 前

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