From 00c1ff0b0a28c24a41fc0a8db85d4cfa3878928e Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Sun, 3 Nov 2024 20:41:54 +0200 Subject: [PATCH] Add more notes about usage --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 08455f4..62e94a1 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,11 @@ Uses UDP packets from remote to the robot instead of BLE or WebSocket MicroPython is ESP32 Generic * https://micropython.org/download/ESP32_GENERIC/ + +# Usage + +1. Get latest MicroPython and name it `sumofirmware.bin` +2. Run `make` to flash the firmware + +The sumo robot will connect to `sumo` wifi and during DHCP request it also provides its hostname +as `sumo-`. It will be later used by the Remote to do a DNS lookup from dnsmasq DNS server.