Skip to content

MiBeeCam v0.1.0

Choose a tag to compare

@github-actions github-actions released this 29 Apr 00:38
· 41 commits to main since this release

MiBeeCam Firmware v0.1.0

Flash Instructions

  1. Download all files from this release
  2. Linux/Mac: Flashing MiBeeCam firmware to /dev/ttyUSB0...
    Done! Reset the device to start.
  3. Windows: (replace COM3 with your port)
  4. Or use ESP-IDF: (Windows)

Files

File Description
firmware.bin Main firmware
bootloader.bin ESP32 bootloader
partition-table.bin Partition table
spiffs.bin Web UI files
flash_all.sh Flash script (Linux/Mac)
flash_all.bat Flash script (Windows)
checksums.txt SHA256 checksums

Partition Layout

Offset Size Content
0x0 - Bootloader
0x8000 - Partition Table
0x10000 3.5MB Firmware
0x392000 3.94MB SPIFFS (Web UI)

First-time Setup

  1. Flash firmware and SPIFFS
  2. Device starts AP mode: SSID=MiBeeCam, Password=12345678
  3. Connect to AP, open http://192.168.4.1
  4. Configure WiFi credentials
  5. Device reboots in STA mode