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

CapibaraZero 0.5.2

Latest

Choose a tag to compare

@andreock andreock released this 05 Mar 15:50
· 1 commit to main since this release
3f27ad0

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