What problem does it solve?
The skill prevents failed deployments of an ESP32-CAM image-capture module by guiding you through firmware flashing, server connectivity checks, and Wi-Fi registration step-by-step so the device reliably appears on the dashboard.
Core Features & Use Cases
- End-to-end onboarding workflow: Verifies the Docker Compose service stack, flashes the correct firmware variant, captures boot logs, then walks you through access-point configuration.
- Connectivity and diagnostics: Checks health endpoints, instructs on Windows firewall ports, and interprets common failure states such as wrong Wi-Fi band, mismatched LAN IP usage, or outdated firmware watchdog crashes.
- Real-world use case: Get a new wild-bee hotel monitoring module registered and uploading images so it shows up in the interactive dashboard with battery, location, and online status.
Quick Start
Use the skill instructions to verify the container health endpoints on the correct LAN IP, then flash the ESP32-CAM using PlatformIO and configure the module via http://192.168.4.1 with your server initialization/upload URLs.