v0.4
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.
