Skip to content

v0.4

Choose a tag to compare

@geo-tp geo-tp released this 02 Aug 14:51
· 475 commits to main since this release

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

s3-devkit

T-Embeds

🔹 Add a wifi scan and setup on screen with the encoder.