-
Arduino boilerplate is the simplest start with Bot Box.
-
Setup
.env
file to use serial communication:output_mode = serial port_name = "/dev/serial0" baud_rate = 115200
NOTE: if arduino connected via USB,
port_name
will be different. -
Create controls mapping for your robot in RoboPortal UI
Assign key to one of control boxes:
And set key - value:
-
Enable widgets required for your robot:
-
Connect arduino over the Serial port and start Bot Box.
-
Open your robot, widget panel should look like this: