暫無描述

Jean LE QUELLEC 5a99abbfb4 Make a lib for the scanner 3 年之前
.gitignore 58f0763db4 Initial commit 3 年之前
README.md 8baa063f73 Add Readme 3 年之前
application.fam 58f0763db4 Initial commit 3 年之前
i2cscanner.c 5a99abbfb4 Make a lib for the scanner 3 年之前
i2cscanner.h 5a99abbfb4 Make a lib for the scanner 3 年之前
i2csniffer.c 7c3ef280b2 Use sniffer alloc and free 3 年之前
i2csniffer.h 412a017afd Remove useless "pragma once" 3 年之前
i2ctools.c 5a99abbfb4 Make a lib for the scanner 3 年之前
i2ctools.png 58f0763db4 Initial commit 3 年之前
i2ctools_i.h 5a99abbfb4 Make a lib for the scanner 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