Skip to content

First BETA

Pre-release
Pre-release
Compare
Choose a tag to compare
@DeimosHall DeimosHall released this 22 Jul 21:36
· 580 commits to main since this release
2c9e004

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

  1. Download and unzip test_build_files.zip or build_files.zip
  2. 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