Skip to content
Snippets Groups Projects
Commit c1e9ce9b authored by Adriaens, Ines's avatar Adriaens, Ines :v_tone2:
Browse files

changes

parent 1bd2ffe1
No related branches found
No related tags found
No related merge requests found
......@@ -13,26 +13,30 @@ Sinterklaas surprise "escape bucket" is an Arduino project in which we built an
** Following components are needed for the arduino functionality**
- 2 Arduino nanos
- 8 LED
- 6 LEDs
- temperature sensor
- light sensor
- 1 speaker
- 6 push buttons
- 2 resistances of 180 Ohm (variation: 2 LED in connected in series)
- breadboards
- 1 resistance of 470Ohm
- 2 breadboards
- jumper wires
### the BOX (non-electronic arduino hardware)
- box (ours was size 41x45x45cm) with a double bottom for the wiring and to hide the presents
- butterflies in paper for determination + determination charts with numbers
- butterflies in paper for determination + determination charts with numbers according to the locks
- keylock(s) with keys with numbers
-
- keylock with key
-
### Puzzle components
- Lock 1 = 2 butterflies + one song
- 2 LED
- SONG
- in the song, one note is skipped. First the song needs to be
### pictures
......
unsigned int MorsePin = 2;
void setup() {
......@@ -27,13 +25,12 @@ void loop() {
// put your main code here, to run repeatedly:
// TRAPKAST
dash();delay(1200); // T
dot();dash();dot();delay(1200); // R
dash();dash();dot();delay(1200); // G
dot();dash();delay(1200); // A
dash();dash();dot();delay(1200); // P
dash();dot();delay(1200); // N
dash();dash();dot();delay(1200); // G
dash();dot();dash();delay(1200); // K
dot();dash();delay(1200); // A
dot();dot();dot();delay(1200); // S
dash();delay(2500);
}
}
\ No newline at end of file
pictures/board1_detail.jpeg

535 KiB

pictures/board1a.jpeg

531 KiB

pictures/board1b.png

3.54 MiB

pictures/board1c.jpeg

498 KiB

pictures/determination1.jpeg

567 KiB

pictures/determination2.jpeg

385 KiB

pictures/determination3.jpeg

512 KiB

pictures/inside_butterflies_1.jpeg

370 KiB

pictures/inside_wiring1.jpeg

357 KiB

File added
File added
pictures/temperature_clue.jpeg

468 KiB

pictures/words_lock_clues.jpeg

469 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment