Skip to content
This repository was archived by the owner on Apr 12, 2025. It is now read-only.

Releases: CapibaraZero/fw

CapibaraZero refs/heads/develop/0.5.2 beta

03 Jan 01:17

Choose a tag to compare

0.5.2-2025_01_03_56

Add Settings page

CapibaraZero refs/heads/develop/0.5.2 beta

31 Dec 12:13

Choose a tag to compare

0.5.2-2024_12_31_41

Fix MainPage

CapibaraZero refs/heads/develop/0.5.2 beta

29 Dec 23:40

Choose a tag to compare

0.5.2-2024_12_29_47

Merge Network attack with WiFi to save space on GUI

CapibaraZero refs/heads/develop/0.5.2 beta

29 Dec 10:18

Choose a tag to compare

0.5.2-2024_12_29_09

Fix WiFi scan sometimes not working

CapibaraZero refs/heads/develop/0.5.2 beta

28 Dec 00:29

Choose a tag to compare

Use capibaraZero's fork of Adafruit-PN532

Avoid PN532 hangs after polling stop without losing FeliCa and ATQA/SAK feature

CapibaraZero refs/heads/develop/0.5.2 beta

28 Dec 23:29

Choose a tag to compare

0.5.2-2024_12_28_50

Gracefully stop attacks when config is missing

CapibaraZero refs/heads/develop/0.5.2 beta

28 Dec 23:32

Choose a tag to compare

0.5.2-2024_12_28_09

Gracefully stop attacks when config is missing

CapibaraZero refs/heads/develop/0.5.2 beta

26 Dec 01:00
5790c84

Choose a tag to compare

0.5.2-2024_12_26_55

Bump version

CapibaraZero 0.5.1

30 Nov 11:23
74bfd27

Choose a tag to compare

Changelog:

  • BadUSB: Add support to ATTACKMODE(HID or MSC)
  • NFC: Add write and format feature for MIFARE tags
  • GUI: Use hardware SPI
  • SubGHZ: Add support for CC1101
  • File browser: Make page scrollable
  • Bump ArduinoJson to 7 and adapt code to it
  • Support LilyGo T-Embed CC1101
  • Fix various crash

PCB Version: 1.1.2

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 detect 0x0000 bootloader.bin 0x8000 partitions.bin 0xe000 boot_app0.bin 0x10000 firmware.bin

Blog page: https://capibarazero.com/blog/capibarazero-0-5-1-out

CapibaraZero 0.5.0

13 Sep 15:07
3ff459f

Choose a tag to compare

  • GUI code refactored to be more clean
  • Fix SubGHZ and SD card conflict
  • Add battery monitor for LiPO and Li-ion battery(measure only the first boot #34)
  • Bump ArduinoJson to 7.1.0(#35)
  • Add IR support

PCB Version: 1.1.2

Notes: This version is tested on Arduino Nano ESP32 only but most of feature should works on ESP32-S3 devkitC

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

If you don't know size of board, use detect as flash_size and use the 8MB image. For Arduino Nano ESP32 use detect and the only image available here