Skip to content

Commit

Permalink
Updating IoT docs (#103)
Browse files Browse the repository at this point in the history
* Updating IoT docs to get their own category, and update the link.

* fixing broken link
  • Loading branch information
robotrapta authored Oct 10, 2023
1 parent 3566c9c commit ebc9a77
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/docs/installation/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
5 changes: 5 additions & 0 deletions docs/docs/iot/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"label": "IoT",
"position": 4,
"collapsed": false
}
Original file line number Diff line number Diff line change
@@ -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.

<img
src={require('/img/allow_serial_access.png').default}
alt="Dialog box in browser asking for serial port access"
width={"50%"}
/>

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

Expand Down
Binary file added docs/static/img/allow_serial_access.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ebc9a77

Please sign in to comment.