diff --git a/README.md b/README.md index 52984d7..8f74c26 100644 --- a/README.md +++ b/README.md @@ -84,4 +84,10 @@ then in the sphinx-key dir, with the CC variable set as above: and flash using the instructions further above +### to tell sphinx-key where to find the MQTT broker: +clear the NVS with instructions above if sphinx-key has stale Wifi creds.\ +restart sphinx key, then from computer connect to sphinxkey AP.\ +go to `http://192.168.71.1/?broker=52.91.253.115%3A1883`.\ +input internet wifi SSID and password, and the IP address of the broker.\ +after pressing the ok button, restart the sphinx key, and wait for a MQTT connection. diff --git a/broker/README.md b/broker/README.md new file mode 100644 index 0000000..5caeb18 --- /dev/null +++ b/broker/README.md @@ -0,0 +1,3 @@ +To run the broker test against the esp32-c3: + +`cargo run -- --test`