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