CapibaraZero 0.5.0
- 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