Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating IoT docs #103

Merged
merged 2 commits into from
Oct 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading