Update README.md

This commit is contained in:
Matt
2025-12-15 11:38:53 +00:00
committed by GitHub
parent 3567574786
commit d93febedfa

View File

@@ -60,7 +60,7 @@ If you have the esp-idf VSCode extension, just click on the flame to build, flas
idf.py monitor 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) 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. - Re-configure the WiFi using the "WiFi" button.
- Power off the device - 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 ### 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). 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).