diff --git a/docs/docs/installation/installation.md b/docs/docs/installation/installation.md index 0f82c2bb..977d5e14 100644 --- a/docs/docs/installation/installation.md +++ b/docs/docs/installation/installation.md @@ -12,6 +12,6 @@ Choose your platform from the list below and follow the instructions in the corr - [Raspberry Pi](4-raspberry-pi.md) - [NVIDIA Jetson](5-nvidia-jetson.md) - [Linux with Monitoring Notification Server](7-monitoring-notification-server.md) -- [ESP32 Camera Device](8-nocode-iot-deployment.md) +- [ESP32 Camera Device](/docs/iot) After completing the installation process for your platform, you'll be ready to start [building visual applications](/docs/building-applications/) using the Groundlight SDK. diff --git a/docs/docs/iot/_category_.json b/docs/docs/iot/_category_.json new file mode 100644 index 00000000..e47d4520 --- /dev/null +++ b/docs/docs/iot/_category_.json @@ -0,0 +1,5 @@ +{ + "label": "IoT", + "position": 4, + "collapsed": false +} \ No newline at end of file diff --git a/docs/docs/installation/8-nocode-iot-deployment.md b/docs/docs/iot/iot.md similarity index 75% rename from docs/docs/installation/8-nocode-iot-deployment.md rename to docs/docs/iot/iot.md index 06850857..26160a06 100644 --- a/docs/docs/installation/8-nocode-iot-deployment.md +++ b/docs/docs/iot/iot.md @@ -1,14 +1,29 @@ +--- +id: esp32cam +title: "Setting up an ESP32 Camera Board" +sidebar_position: 1 +--- + # 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://code.groundlight.ai/groundlight-embedded-uploader/. +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](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. -1. Go to https://code.groundlight.ai/groundlight-embedded-uploader/. +1. Go to [https://iot.groundlight.ai/espcam](https://iot.groundlight.ai/espcam) 2. Plug your ESP32 Camera Board into your computer with a USB cable. 3. Click through the steps to upload your detector to your ESP32 Camera Board. +4. 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 diff --git a/docs/static/img/allow_serial_access.png b/docs/static/img/allow_serial_access.png new file mode 100644 index 00000000..9041efe8 Binary files /dev/null and b/docs/static/img/allow_serial_access.png differ