No-Code IoT Deployment
Groundlight supplies a tool for no-code deployment of a detector to an ESP32 Camera board. You can find it at https://iot.groundlight.ai/espcam.
Easy Deployment
This tool is designed to make it as easy as possible to deploy your Groundlight detector on an ESP32 Camera Board. You can deploy your detector in just a few clicks.
- Go to https://iot.groundlight.ai/espcam
- Plug your ESP32 Camera Board into your computer with a USB cable.
- Click through the steps to upload your detector to your ESP32 Camera Board.
- When prompted, allow your browser access to the serial port, so that it can program the device.
If you don't see a prompt like this, try using a current version of Chrome or another browser that supports Web Serial.
Notification Options
The tool supports the following notification options for your deployed detector:
- SMS (With Twilio)
- Slack
Multiple Supported Boards
Tested with the following boards. Many other ESP32 boards should work as well, but may require building the firmware from source and changing the IO pin definitions.
- M5Stack ESP32 PSRAM Timer Camera [purchase here]
- M5Stack ESP32 PSRAM Timer Camera X [purchase here]
- ESP32-CAM [purchase here]
- SeeedStudio ESP32S3 Sense [purchase here]
Source Code
The source code is written as an Arduino-based PlatformIO project for ESP32, and is available on GitHub at https://github.com/groundlight/esp32cam
If you need assistance or have questions about integrating Groundlight with Arduino, please consider opening an issue on the GitHub repository or reaching out to our support team.