...
Open Arduino
Navigate to File > Preferences (or Arduino > Preferences on MacOS)
Under Additional Boards Manager URLs add
https://bitbucket.org/deeplocal/gumband_arduino_public/raw/main/package_gumband_index.json
Navigate to Tools > Boards > Boards Manager
Find and install package “Gumband”Gumband Hardware”
Under Tools > Boards you should now see "Gumband Boards", where you can select “Gumband Bundle”Hardware”
Programming the Hardware
...
Connect the hardware to your machine using a USB cable and select it in the Tools > Port menu. It should appear as a USB COM Port (standard COM Port drivers should be sufficient for this).
Open the Serial Monitor in the Arduino IDE (or your serial terminal of choice)
Type then send
read ip
to verify connectivityAn unconnected or unassigned device should respond
0.0.0.0:0
.
...