From d93febedfad4541b5e6ca8decb64e7f0c2a86deb Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 15 Dec 2025 11:38:53 +0000 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 92f9530..0e4e68e 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ If you have the esp-idf VSCode extension, just click on the flame to build, flas idf.py monitor ``` -### Accessing the Web Interface +### Using the esp-scope If your DHCP server supports it (most seem to), the app sets its hostname and you can just navigate to http://esp-scope (you may have/need a default domain extension) @@ -74,6 +74,12 @@ If your DHCP server supports it (most seem to), the app sets its hostname and yo - Re-configure the WiFi using the "WiFi" button. - Power off the device +The LED indicates three conditions: +* Continuously lit: waiting to attach to a wifi network or starting the wireless AP +* Equal 1 second flash: in AP mode - connect to the "ESP-Scope" access point +* Slow, brief flashes: connected to the WiFi SSID set in the web UI +* Rapid, brief flashes: sending data to an active client + ### Attaching hardware The displayed signal is sampled from ADC0. The test signal is output on D1. The default GPIOs for the LED and "AP-Mode" button are 15 and 9 respectively (hard-wired on an Seeed XIAO ESP32C6 to the yellow LED and "Boot" button).