Changelog
1WIRE
copy ibutton
๐น Copies the ID of an iButton tag to another one (RW1990)
I2C
recover
๐น Attempts to release stuck I2C lines and restore bus functionality.
SPI
sdcard
๐น Opens an interactive SD card shell (read, write, delete files, etc.).
2WIRE
smartcard psc [get]
๐น Reads the current PSC (PIN Code) from the smartcard.
smartcard psc set
๐น Sets a new PSC (PIN Code) to secure access to the card.
smartcard unlock
๐น Unlocks the smartcard using the stored PSC.
smartcard write
๐น Writes data to the smartcardโs main memory.
smartcard protect
๐น Permanently protects main memory from further writes.
DIO
analog <pin>
๐น Reads the analog voltage level on the specified pin.
WIFI
deauth <ssid>
๐น Sends deauthentication frames to disconnect clients from a selected access point. Thanks to @AndreiVladescu
CAN
sniff
๐น Continuously prints all received CAN frames.
send [id]
๐น Sends a CAN frame with the specified identifier.
receive [id]
๐น Captures and displays CAN frames matching the specified identifier.
status
๐น Displays the current state and statistics of the CAN controller.
config
๐น Configures CAN MCP2515 module and speed.
Devices Support
๐น Add support for the S3 Dev Kit
T-Embeds
๐น Add a wifi scan and setup on screen with the encoder.