Status
- Device
- β
- Label
- β
- Firmware
- β
- MAC
- β
- WiFi
- β
- SSID
- β
- IP
- β
- Backend
- β
- Claimed
- β
- Last result
- β
WiFi networks
β
Click a network to enter its password and connect.
- Not scanned yet.
Connect to a hidden network
Hidden networks don't broadcast their SSID β enter the name manually.
Device name
The BLE name advertised to scanners. The last 3 bytes of the
MAC stay appended (-XXXXXX) so each unit remains
uniquely identifiable. Pick from the suggestions or type your own.
Full BLE name: β
β
Device credentials
What the ESP32 needs to dial home: a backend WS URL plus its
device_id and token. Use Register to mint a
fresh record on this backend, or paste your own values and push.
The server address is remembered between visits.
β
rsyslog forwarder
Ships every firmware log line and the full UART RX/TX byte
stream to an operator-supplied syslog server over UDP
(RFC 3164). Each message is tagged with the originating
submodule, e.g. [UART-RX], [GPIO],
[wifi]. Requires WiFi to be up; messages
emitted while offline are dropped from the tail of a
64-line in-memory ring.
β
Quick rsyslog recipe (on the server):
module(load="imudp") input(type="imudp" port="514")
β then filter on the hostname or [UART-RX] tag.
BLE password
Soft lock on BLE writes. A fresh device ships with the
default password wifispy. Operator types it on
every BLE connect β the password is never persisted in
the browser. Hardware recovery: hold BOOT for
3 s to reset just the password back to
wifispy, or 10 s for a full
factory reset.
β