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

Releases: CapibaraZero/fw

CapibaraZero 0.5.2

05 Mar 15:50
3f27ad0

Choose a tag to compare

Changelog:

  • Fix issues with PN532
  • Fix WiFi scan sometimes hangs
  • Fix ARP Poisoner
  • Add settings page
  • Add AppsJS support
  • Add EMV card reader(only MasterCard)
  • Fix SubGHZ frequency scanner

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

CapibaraZero refs/heads/develop/0.5.2 beta

27 Jan 15:50

Choose a tag to compare

0.5.2-2025_01_27_30

Add PSRAM support

CapibaraZero refs/heads/develop/0.5.2 beta

26 Jan 16:46

Choose a tag to compare

Add support for EMV card reading

Only MasterCard tested. Visa support will be added in future. This feature require an Elechouse PN532, it doesn't work with LiLyGo T-Embed CC1101

CapibaraZero refs/heads/develop/0.5.2 beta

25 Jan 21:19

Choose a tag to compare

0.5.2-2025_01_25_51

Add NFC Emulate UID(works only for FeliCa)

CapibaraZero refs/heads/develop/0.5.2 beta

20 Jan 22:24

Choose a tag to compare

0.5.2-2025_01_20_56

Merge branch 'develop/0.5.2' of https://github.com/CapibaraZero/fw in…

CapibaraZero refs/heads/develop/0.5.2 beta

19 Jan 15:30
6ea44c4

Choose a tag to compare

Merge pull request #74 from sudosu0/develop/0.5.2

Fix: Define TFT_BLK pin for LCD backlight control for ESP32-S3

CapibaraZero refs/heads/develop/0.5.2 beta

18 Jan 22:51
8a0d26c

Choose a tag to compare

0.5.2-2025_01_18_50

Fix ok btn for Arduino Nano ESP32

CapibaraZero refs/heads/develop/0.5.2 beta

18 Jan 00:35

Choose a tag to compare

0.5.2-2025_01_18_12

Destroy duk heap when calling goto_main_gui

CapibaraZero refs/heads/develop/0.5.2 beta

10 Jan 23:27

Choose a tag to compare

0.5.2-2025_01_10_48

Add software reboot and switch to EasyButton to handle button navigation

CapibaraZero refs/heads/develop/0.5.2 beta

06 Jan 23:21

Choose a tag to compare

0.5.2-2025_01_06_14

Reduce logging level