Candle Cabinet Puzzle: Difference between revisions
Appearance
Ttenbergen (talk | contribs) No edit summary |
Ttenbergen (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
{{Project}} | |||
The operator of an escape room asked us to set up the electronics that would run a number of LED candles on a cabinet. If the candles were blown out in the correct order, the cabinet would unlock, and if they were blown out in the wrong order they would eventually re-ignite. | The operator of an escape room asked us to set up the electronics that would run a number of LED candles on a cabinet. If the candles were blown out in the correct order, the cabinet would unlock, and if they were blown out in the wrong order they would eventually re-ignite. | ||
We used an [[Arduino]] to supply the supplied candles with power, turn them on and off, and detect whether the build-in "blow out" detector had turned the candle off. We programmed the Arduino to detect the order in which the LEDs were blown out, and to trigger a magnetic lock to open if the order was correct. | We used an [[Arduino]] to supply the supplied candles with power, turn them on and off, and detect whether the build-in "blow out" detector had turned the candle off. We programmed the Arduino to detect the order in which the LEDs were blown out, and to trigger a magnetic lock to open if the order was correct. | ||
{{ | {{To Do | Pictures? Did I really not take pictures? }} | ||
[[Category:Portfolio]] | [[Category:Portfolio]] | ||
Revision as of 21:16, 2021 October 31
| Projects | |||||
| {{#cargo_query:
tables=Project |
fields=CONCAT("File:",mainImage,"" )= | where=_pageName="Candle Cabinet Puzzle" | format=list | default= }} | |
| Project: | Candle Cabinet Puzzle (I) | ||||
| Description: | |||||
| Skillset(s) : |
{{#cargo_query: tables=Project |
fields=skillSet | where=_pageName = "Candle Cabinet Puzzle" | format=list | default= No skillsets
}} |
| Project Type(s) : |
{{#cargo_query: tables=Project |
fields=projectType | where=_pageName = "Candle Cabinet Puzzle" | format=list | default= No project type
}} |
The operator of an escape room asked us to set up the electronics that would run a number of LED candles on a cabinet. If the candles were blown out in the correct order, the cabinet would unlock, and if they were blown out in the wrong order they would eventually re-ignite.
We used an Arduino to supply the supplied candles with power, turn them on and off, and detect whether the build-in "blow out" detector had turned the candle off. We programmed the Arduino to detect the order in which the LEDs were blown out, and to trigger a magnetic lock to open if the order was correct.