From 6ad461aad8368cdb5e1adb2a05f1feb06d6d6dcc Mon Sep 17 00:00:00 2001 From: mwojcik Date: Mon, 18 Nov 2024 16:50:47 +0800 Subject: [PATCH] stabilizer: update instructions to store the broker/ip address --- src/hw/stabilizer.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/hw/stabilizer.md b/src/hw/stabilizer.md index bd10dd6..33af164 100644 --- a/src/hw/stabilizer.md +++ b/src/hw/stabilizer.md @@ -126,7 +126,10 @@ Configure Stabilizer: 2. Connect USB cable to the Stabilizer. 3. Run ``cutecom`` or your favorite terminal emulator, connect to ``/dev/ttyACM0``. 4. Change the broker setting with: ``set /net/broker ""``. -5. Reboot with ``platform reboot``. +5. Store the setting with ``store /net/broker``. +6. (Optional) Set the IP address of the stabilizer by following steps 4 and 5, but with ``/net/ip`` setting instead. +7. Reboot with ``platform reboot``. Now, disconnect the USB and connect the Ethernet cable to the Stabilizer, as both won't fit at the same time. Stabilizer should connect to moquitto automatically, and you should see the MQTT settings pop up in the MQTT Explorer. +If the IP address is not set, Stabilizer will try to use DHCP to get an address. \ No newline at end of file