Skip to content

Commit ea83013

Browse files
Merge pull request #2139 from arduino/Pedromsousalima/Cloud/update-puzzlebox
[MKC-1762] Update "puzzlebox"
2 parents 972d426 + f6ac29d commit ea83013

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed
Loading
Loading

content/hardware/09.kits/maker/iot-bundle/tutorials/puzzlebox/content.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ We will start by setting up the Arduino Cloud by following the steps below:
7070
* Adding **Variables**
7171
* Adding **Network** credentials
7272

73-
![Arduino IoT Bundle](assets/cloudinstructions_rp2040_0AMlQHeGHs.gif)
73+
![Arduino IoT Bundle](assets/creatingPuzzle.gif)
7474

7575
### Variables
7676

@@ -92,7 +92,7 @@ Before we upload the code to the board, let's create the dashboard with the slid
9292
* Slider widget -> sliderTwo
9393
* Slider widget -> sliderThree
9494

95-
![Arduino IoT Bundle](assets/safe_combination_Xkek4QBhoy.gif)
95+
![Arduino IoT Bundle](assets/DashboardElementCreation.gif)
9696

9797
### Setup Hardware & Sketch
9898

@@ -667,7 +667,7 @@ We will use the buzzer to play a melody when the box is opened. Connect the buzz
667667

668668
![Arduino IoT Bundle](assets/piezo_buzzer_part_rp2040_iaPHtGSH0X.png)
669669

670-
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.
670+
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.
671671

672672
```
673673
#define NOTE_B0 31

0 commit comments

Comments
 (0)