First BETA
Pre-release
Pre-release
BETA
WIFI
- Wardriving
- WiFi sniffer
- WiFi deauther
- DOS Attack
- Analizer -> Save PCAPS in SD or flash
- Wireshark integration
BLE
-
BLE sniffer
-
BLE spammer
-
BLE spoffing
-
BLE trackers scanner (AirTags, Tile, etc)
-
Wireshark integration
Zigbee
- Zigbee sniffer
- Zigbee spoofing (Switch End Device)
- Wardriving
- Wireshark integration
Thread
- Thread sniffer
- Thread broadcast
- GPS tracker
- Wardriving
- Wireshark integration
Matter
- Matter protocol support
- Matter CLI
Tools
- OTA Firmware Update
- GPS
- SD
- I2C Scanner
- UART2
Firmware test
Evaluates the behavior of:
- LEDs
- Buzzer
- Buttons
- SD Card
Flash the firmware
- Download and unzip
test_build_files.zip
orbuild_files.zip
- Flash the firmware with the following command:
esptool.py --chip esp32c6 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 bootloader/bootloader.bin 0x10000 minino.bin 0x8000 partition_table/partition-table.bin