diff --git a/docs/docs/installation/7-monitoring-notification-server.md b/docs/docs/installation/7-monitoring-notification-server.md
index c2ce0e04..53a586ce 100644
--- a/docs/docs/installation/7-monitoring-notification-server.md
+++ b/docs/docs/installation/7-monitoring-notification-server.md
@@ -4,11 +4,9 @@ This is the easiest way to deploy your Groundlight detectors on a linux computer
## Prerequisites
-1. You must have a linux machine that can run Docker
-2. The machine must have internet access
-3. You must have an API key for the Groundlight API
-4. Either a usb camera/raspberry pi camera must be plugged into your machine, or there must be an rtsp stream available at the url you provide
-5. The machine must be able to host a local web server
+1. Internet connected linux computer
+2. Video source (USB camera or RTSP stream)
+3. Groundlight API Key
## Deployment
diff --git a/docs/docs/installation/8-nocode-iot-deployment.md b/docs/docs/installation/8-nocode-iot-deployment.md
index df64a952..06850857 100644
--- a/docs/docs/installation/8-nocode-iot-deployment.md
+++ b/docs/docs/installation/8-nocode-iot-deployment.md
@@ -1,6 +1,6 @@
# No-Code IoT Deployment
-We built a tool for deploying your Groundlight detector on any supported ESP32 Camera Board without writing any code. This tool is available 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://code.groundlight.ai/groundlight-embedded-uploader/.
## Easy Deployment
@@ -20,26 +20,36 @@ The tool supports the following notification options for your deployed detector:
## Multiple Supported Boards
-The supported boards are:
+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 X [[purchase here](https://shop.m5stack.com/products/esp32-psram-timer-camera-x-ov3660?variant=36362228301988)]
-- AI-Thinker ESP32-CAM [[purchase here](https://www.amazon.com/s?k=ESP32-CAM&i=electronics&crid=10JXSSPIN5ZZ1&sprefix=,electronics,340)]
+- M5Stack ESP32 PSRAM Timer Camera [[purchase here](https://shop.m5stack.com/products/esp32-psram-timer-camera-ov3660)]
+- M5Stack ESP32 PSRAM Timer Camera X [[purchase here](https://shop.m5stack.com/products/esp32-psram-timer-camera-x-ov3660)]
+- ESP32-CAM [[purchase here](https://www.amazon.com/s?k=ESP32-CAM&i=electronics)]
- SeeedStudio ESP32S3 Sense [[purchase here](https://www.seeedstudio.com/XIAO-ESP32S3-Sense-p-5639.html)]
+
+
+
+
+
## 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-edgelight
+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](mailto:support@groundlight.ai).
-
-### Additional Arduino Resources
-
-To learn more about Arduino and expand your knowledge, you can explore the following resources:
-
-- [Arduino Official Website](https://www.arduino.cc/)
-- [Arduino Playground](https://playground.arduino.cc/)
-- [Arduino Forum](https://forum.arduino.cc/)
-- [ESP32 Community Forum](https://www.esp32.com/)
-- [Adafruit Learning System](https://learn.adafruit.com/)
-
-These resources provide extensive documentation, tutorials, and community support for Arduino enthusiasts and developers.
diff --git a/docs/static/img/esp32-cam.png b/docs/static/img/esp32-cam.png
new file mode 100644
index 00000000..7d0c6d7c
Binary files /dev/null and b/docs/static/img/esp32-cam.png differ
diff --git a/docs/static/img/m5stack_timer_camera.png b/docs/static/img/m5stack_timer_camera.png
new file mode 100644
index 00000000..2ff321ef
Binary files /dev/null and b/docs/static/img/m5stack_timer_camera.png differ
diff --git a/docs/static/img/m5stack_timer_camera_x.png b/docs/static/img/m5stack_timer_camera_x.png
new file mode 100644
index 00000000..35af675b
Binary files /dev/null and b/docs/static/img/m5stack_timer_camera_x.png differ
diff --git a/docs/static/img/xiao-esp32s3-sense.png b/docs/static/img/xiao-esp32s3-sense.png
new file mode 100644
index 00000000..e3cf4955
Binary files /dev/null and b/docs/static/img/xiao-esp32s3-sense.png differ