Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open Arduino

  2. Navigate to File > Preferences (or Arduino > Preferences on MacOS)

  3. Under Additional Boards Manager URLs add https://bitbucket.org/deeplocal/gumband_arduino_public/raw/main/package_gumband_index.json

  4. Navigate to Tools > Boards > Boards Manager

  5. Find and install package “Gumband”Gumband Hardware”

    Image of the board managerImage RemovedImage of the board managerImage Added

  6. Under Tools > Boards you should now see "Gumband Boards", where you can select “Gumband Bundle”Hardware”

    Image of Gumband Bundle selected in the boards menuImage RemovedImage of Gumband Hardware selected in the boards menuImage Added

Programming the Hardware

...

  1. 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).

    Image RemovedImage Added

  2. Open the Serial Monitor in the Arduino IDE (or your serial terminal of choice)

  3. Type then send read ip to verify connectivity

    1. An unconnected or unassigned device should respond 0.0.0.0:0.

...