diff --git a/content/hardware/09.kits/maker/iot-bundle/tutorials/puzzlebox/assets/DashboardElementCreation.gif b/content/hardware/09.kits/maker/iot-bundle/tutorials/puzzlebox/assets/DashboardElementCreation.gif new file mode 100644 index 0000000000..48476dd00c Binary files /dev/null and b/content/hardware/09.kits/maker/iot-bundle/tutorials/puzzlebox/assets/DashboardElementCreation.gif differ diff --git a/content/hardware/09.kits/maker/iot-bundle/tutorials/puzzlebox/assets/cloudinstructions_rp2040_0AMlQHeGHs.gif b/content/hardware/09.kits/maker/iot-bundle/tutorials/puzzlebox/assets/cloudinstructions_rp2040_0AMlQHeGHs.gif deleted file mode 100644 index f505e4cd16..0000000000 Binary files a/content/hardware/09.kits/maker/iot-bundle/tutorials/puzzlebox/assets/cloudinstructions_rp2040_0AMlQHeGHs.gif and /dev/null differ diff --git a/content/hardware/09.kits/maker/iot-bundle/tutorials/puzzlebox/assets/creatingPuzzle.gif b/content/hardware/09.kits/maker/iot-bundle/tutorials/puzzlebox/assets/creatingPuzzle.gif new file mode 100644 index 0000000000..c3f2436032 Binary files /dev/null and b/content/hardware/09.kits/maker/iot-bundle/tutorials/puzzlebox/assets/creatingPuzzle.gif differ diff --git a/content/hardware/09.kits/maker/iot-bundle/tutorials/puzzlebox/assets/safe_combination_Xkek4QBhoy.gif b/content/hardware/09.kits/maker/iot-bundle/tutorials/puzzlebox/assets/safe_combination_Xkek4QBhoy.gif deleted file mode 100644 index f8c311efa4..0000000000 Binary files a/content/hardware/09.kits/maker/iot-bundle/tutorials/puzzlebox/assets/safe_combination_Xkek4QBhoy.gif and /dev/null differ diff --git a/content/hardware/09.kits/maker/iot-bundle/tutorials/puzzlebox/assets/template_overview.png b/content/hardware/09.kits/maker/iot-bundle/tutorials/puzzlebox/assets/template_overview.png index dbd9a5272f..4e7104507b 100644 Binary files a/content/hardware/09.kits/maker/iot-bundle/tutorials/puzzlebox/assets/template_overview.png and b/content/hardware/09.kits/maker/iot-bundle/tutorials/puzzlebox/assets/template_overview.png differ diff --git a/content/hardware/09.kits/maker/iot-bundle/tutorials/puzzlebox/content.md b/content/hardware/09.kits/maker/iot-bundle/tutorials/puzzlebox/content.md index 1aa8891cb5..9faeeb4ebb 100644 --- a/content/hardware/09.kits/maker/iot-bundle/tutorials/puzzlebox/content.md +++ b/content/hardware/09.kits/maker/iot-bundle/tutorials/puzzlebox/content.md @@ -70,7 +70,7 @@ We will start by setting up the Arduino Cloud by following the steps below: * Adding **Variables** * Adding **Network** credentials -![Arduino IoT Bundle](assets/cloudinstructions_rp2040_0AMlQHeGHs.gif) +![Arduino IoT Bundle](assets/creatingPuzzle.gif) ### Variables @@ -92,7 +92,7 @@ Before we upload the code to the board, let's create the dashboard with the slid * Slider widget -> sliderTwo * Slider widget -> sliderThree -![Arduino IoT Bundle](assets/safe_combination_Xkek4QBhoy.gif) +![Arduino IoT Bundle](assets/DashboardElementCreation.gif) ### Setup Hardware & Sketch @@ -667,7 +667,7 @@ We will use the buzzer to play a melody when the box is opened. Connect the buzz ![Arduino IoT Bundle](assets/piezo_buzzer_part_rp2040_iaPHtGSH0X.png) -Now, navigate into the Arduino Web Editor through **Thing > Sketch tab > open full editor**. This will open up our automatically generated sketch in the full Arduino Web Editor. Next we need to add an extra tab containing all the necessary notes to play the song. Click the arrow on the right side to add a new tab called `"melody.h"` and add the code below. +Now, navigate into the Arduino Cloud Editor through **Thing > Sketch tab > open full editor**. This will open up our automatically generated sketch in the full Arduino Cloud Editor. Next we need to add an extra tab containing all the necessary notes to play the song. Click the arrow on the right side to add a new tab called `"melody.h"` and add the code below. ``` #define NOTE_B0 31