From 387ddb0753e726371fd4d9440483cc67778ace95 Mon Sep 17 00:00:00 2001 From: Dave W Date: Tue, 21 May 2024 08:56:03 +1000 Subject: [PATCH 1/2] Update getting-started.md Re-wording to emphasize that the robot is better turned off while programming. Sorry if this seems pedantic, but the original wording confused me. Also, the Arduino Lab has not been introduced to the reader yet, so some reference to what it is may be helpful. --- .../alvik/tutorials/01.getting-started/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/hardware/08.edu/solution-and-kits/alvik/tutorials/01.getting-started/getting-started.md b/content/hardware/08.edu/solution-and-kits/alvik/tutorials/01.getting-started/getting-started.md index 1c2c802cb8..fb9f586dd2 100644 --- a/content/hardware/08.edu/solution-and-kits/alvik/tutorials/01.getting-started/getting-started.md +++ b/content/hardware/08.edu/solution-and-kits/alvik/tutorials/01.getting-started/getting-started.md @@ -90,7 +90,7 @@ The latest firmware of the STM32 can be found at [this link](https://github.com/ At the back-right side of Alvik there is the main switch of the robot. When ON the robot will power up and it will execute the already loaded program. -***While programming the terminal of the Arduino Lab for MicroPython will notify you if you forgot to switch on the robot. Keep the robot off while programming to avoid undesired movements and remember to turn it on when you are ready to execute your program*** +***Keep the robot off while programming to avoid undesired movements and remember to turn it on when you are ready to execute your program. A feature of the Arduino Lab for MicroPython terminal is that it will notify you if you forgot to switch on the robot to run the code. *** ![Notification to switch on](assets/message-switch-on.png) From 004267ade91d2867bfc679761a53b540ff48b0ba Mon Sep 17 00:00:00 2001 From: Josefine Herlin <66409231+jhansson-ard@users.noreply.github.com> Date: Wed, 29 May 2024 10:41:31 +0200 Subject: [PATCH 2/2] Update content/hardware/08.edu/solution-and-kits/alvik/tutorials/01.getting-started/getting-started.md --- .../alvik/tutorials/01.getting-started/getting-started.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/hardware/08.edu/solution-and-kits/alvik/tutorials/01.getting-started/getting-started.md b/content/hardware/08.edu/solution-and-kits/alvik/tutorials/01.getting-started/getting-started.md index fb9f586dd2..3d78a9e989 100644 --- a/content/hardware/08.edu/solution-and-kits/alvik/tutorials/01.getting-started/getting-started.md +++ b/content/hardware/08.edu/solution-and-kits/alvik/tutorials/01.getting-started/getting-started.md @@ -90,7 +90,8 @@ The latest firmware of the STM32 can be found at [this link](https://github.com/ At the back-right side of Alvik there is the main switch of the robot. When ON the robot will power up and it will execute the already loaded program. -***Keep the robot off while programming to avoid undesired movements and remember to turn it on when you are ready to execute your program. A feature of the Arduino Lab for MicroPython terminal is that it will notify you if you forgot to switch on the robot to run the code. *** +***Keep the robot off while programming to avoid undesired movements and remember to turn it on when you are ready to execute your program. A feature of the Arduino Lab for MicroPython terminal is that it will notify you if you forgot to switch on the robot to run the code.*** + ![Notification to switch on](assets/message-switch-on.png)