"Valves" Escape Room Puzzle

Sdílet
Vložit
  • čas přidán 25. 07. 2024
  • Code download, documentation, and wiring diagrams for all my projects are available on my Patreon page - thanks for supporting me! / playfultech
    In this video I'll teach you how to use an Arduino to create a "valves" tech puzzle commonly found in escape rooms. Players must turn "valves" (i.e. dials, knobs, or any other rotary input), to set the correct level on a corresponding number of meters (representing e.g. pressure or water level in a pipe), as indicated by LEDs lit on an LED strip.
    When all the levels have been set to the correct value, as set in the code, the puzzle is solved and a relay is triggered, releasing a maglock.
    00:00 - 01:50 Introduction and Demonstration
    01:50 - 07:30 Overview of Puzzle Layout and Explanation of Components Used
    07:30 - 10:09 Detail: Linear Potentiometers
    10:10 - 13:21 Detail: LED Strips
    13:21 - 17:35 Wiring Diagram
    17:35 - 36:30 Arduino Code
    36:30 - 37:28 Wrap-up
  • Věda a technologie

Komentáře • 19

  • @patrickdelvisohopkins
    @patrickdelvisohopkins Před 2 lety +1

    Great teacher, hilarious ending! Amazing work!

  • @vigisbigtm
    @vigisbigtm Před 5 lety +2

    You are a very good teacher. Thanks!

  • @DAveShillito
    @DAveShillito Před 6 lety +2

    That was a really interesting video, thanks.
    (but, I do feel bad that I smiled as much as I did at the end of the video)

  • @odieostrich7718
    @odieostrich7718 Před 5 lety +3

    Such a great resource. Keep going...

  • @roninmbattousai
    @roninmbattousai Před 6 lety +1

    This is fantastic

  • @adamrose961
    @adamrose961 Před 6 lety +1

    This is a really cool puzzle design!
    Do you mind telling me exactly what the LED strips are called with the data input?
    Most of the ones I come across don't include the data section. Cheers!

    • @adamrose961
      @adamrose961 Před 6 lety

      Nevermind, I managed to find them :)

    • @brooksie74
      @brooksie74 Před 8 měsíci

      What were they? All I can find are RGBV

  • @user-jo1re5hj1x
    @user-jo1re5hj1x Před rokem

    Good morning. My name is Jose, I know this post is very old but I would like to ask you something, this same project could be carried out with a KY-040 rotary encoder instead of linear potentiometers, thus avoiding breaks since customers force them and end up breaking the ends of the potentiometer.
    all the best.

  • @asdas7550
    @asdas7550 Před 4 měsíci

    I need to make a clock for a carrier pigeon race to record their return from the race

  • @daedalus5483
    @daedalus5483 Před 6 lety +1

    Hello and thank you once more for another high quality though easy to understand walkthrough.
    I've got a question if I may; It seems that you're powering the Arduino via USB. At about czcams.com/video/wV6O_Kjl81U/video.html you have a ground line from the external power for the leds connected to the Arduino. Why is that?

    • @PlayfulTechnology
      @PlayfulTechnology  Před 6 lety

      Yes, that's right. Voltage is the difference in electrical potential between two points. So, when we talk about 5V output from the Arduino, say, what that means is that there's a +5V difference in the voltage on that line *compared to ground*. If you connect other power supplies to the same circuit, you need to connect their grounds together so that they have a common reference point - the "zero" point from which all voltages can be expressed. Otherwise, a 12V supply will be measured relative to one "ground", while the 5V will be relative to a different "ground". Does that help explain?

  • @remconet
    @remconet Před 6 lety +1

    Is the 5V supply to your lower breadboard missing in the diagram? The one going to the relay I mean.

  • @witnessriders
    @witnessriders Před 4 lety

    Can you have multiple puzzles on a single Arduino that as you complete one puzzle the next puzzle become available to try and solve. Example - The puzzle Chris Ramsey just did on his channel. czcams.com/video/1379SkZUx3M/video.html

  • @harshitsrivastava5559
    @harshitsrivastava5559 Před 4 lety

    Why aren't you making new videos man??

  • @brooksie74
    @brooksie74 Před 8 měsíci

    I can’t find the right led strips (never mind I just have. They’re Neopixel”

    • @PlayfulTechnology
      @PlayfulTechnology  Před 8 měsíci

      "Neopixel" is a brand name - the generic name for the type of LEDs is actually WS2812.