Skip to content

First beta of CapibaraZero

Compare
Choose a tag to compare
@andreock andreock released this 10 Mar 22:17
· 119 commits to main since this release

Working Features:

  • Wi-Fi support
  • BLE support
  • BadUSB support
  • NFC support(Expect bugs)
  • Some network attacks

WIP features:

  • SubGHZ
  • IR

Flash using:
python3 esptool.py --chip esp32s3 --port UPLOAD_PORT --baud 460800 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size FLASH_SIZE(16MB or 8MB) 0x0000 bootloader.bin 0x8000 partitions.bin 0xe000 boot_app0.bin 0x10000 firmware.bin