You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-13Lines changed: 16 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ MAC of Robots (Maker Fair Rome 2024):
35
35
- Davide robot: `74:4d:bd:a2:27:08`
36
36
- Alessia robot:`dc:da:0c:22:eb:94`
37
37
38
-
NOTE: the PATCH steps `2` and `3` are no more necessary when the [Arduino_AlvikCarrier](https://github.com/arduino-libraries/Arduino_AlvikCarrier) and the [Arduino-Alvik-mpy](https://github.com/arduino/arduino-alvik-mpy) are merged to master
38
+
NOTE: the PATCH steps `2` and `3` are no more necessary when the [Arduino_AlvikCarrier](https://github.com/arduino-libraries/Arduino_AlvikCarrier) and the [Arduino-Alvik-mpy](https://github.com/arduino/arduino-alvik-mpy) are merged.
39
39
40
40
#### Color calibration mode
41
41
The robot exposes a `color calibration mode` that can be activated by pressing the `ok` button.
@@ -47,9 +47,7 @@ Steps to calibrate the robot
47
47
1. Switch on the robot
48
48
2. Press the `ok` button to enter into the `calibration mode`. The mode has the following light codes
49
49
- WHITE leds countdown: indicate that the robot must be put on WHITE color. At the end of the countdown, the robot calibrates the WHITE color.
50
-
- GREEN leds for 2 seconds: white calibration terminated
51
50
- BLUE leds countdown: indicate that the robot must be put on BLACK color. At the end of the countdown, the robot calibrates the BLACK color
52
-
- GREEN leds for 2 seconds: black calibration terminated.
53
51
- the robot automatically reset itself.
54
52
55
53
### Configure the controller
@@ -58,13 +56,18 @@ Steps to calibrate the robot
58
56
- Download the [Micropython Installer](https://labs.arduino.cc/en/labs/micropython-installer)
59
57
- Open the installer and clik `Install Micropython` button
60
58
4.`make controller-install` to install libraries into the controller
61
-
5.`make controller-upload robot-mac=<PUT_THE_ALVIK_MAC_HERE>` to upload the code and setting the MAC address obtained with the `make robot-get-mac` (robot Step 5).
59
+
5.`make controller-upload robot-mac=<PUT_THE_ALVIK_MAC_HERE>` to upload the code and setting the MAC address obtained with the `make robot-get-mac` (Step 7 of Configure the Alvik robot).
0 commit comments