DIY Arduino Quiz Buzzer System
20:15
14 күн бұрын
Understanding ARCADE BUTTONS
10:29
14 күн бұрын
Build your own "X-Ray Scanner"!
33:51
Binary Card Reader
33:05
9 ай бұрын
Make an RFID-enabled Floppy Disk!
7:40
Пікірлер
@World_of_Legends597
@World_of_Legends597 2 сағат бұрын
hi, where can I get strong knight folder
@Yo-bh5vm
@Yo-bh5vm 11 сағат бұрын
Is there a way to enable the record button in the app when the image shows?
@Jeff97405
@Jeff97405 20 сағат бұрын
great video......Id like to change a bulb incandescent scoreboard to LED.....can I use your instructions? thanks..
@DerekEmerson
@DerekEmerson Күн бұрын
Quick question, I have a device that has a small 4 wire resistive touch screen which no longer responds, I have found a replacement 4 wire touch screen, however, the original screen has the lead positioned along the bottom edge on the left hand side corner, the only screen I can find has the lead coming from the bottom right hand side, will this cause the X,Y co-ordinates be different between the 2 screens? I’m not sure if the device has a screen calibration option, there is a mini USB socket on the main board so I’m assuming there is some way to calibrate it using a pc but wouldn’t know where to start with that 😂
@Ernzt8
@Ernzt8 2 күн бұрын
This is a great project! Thanks for the detailed explanation
@ibmerlin2
@ibmerlin2 3 күн бұрын
Couldn't you do the same thing with a light sensor diode? Then you just need to look for voltage change on covered pins.
@itolond
@itolond 4 күн бұрын
what app are you using there?
@gohlaysiong
@gohlaysiong 5 күн бұрын
In your positioning.cs, in line 39, float V2 = (anchors[2].position.x * anchors[2].position.x) + (anchors[2].position.z * anchors[2].position.z); in line 43, float y = ((r1 * r1) - (r3 * r3) + (V2) - (2 * anchors[2].position.x * x)) / (2 * anchors[2].position.z); i checked the formular in Wikipedia en.wikipedia.org/wiki/True-range_multilateration#Three_Cartesian_dimensions,_three_measured_slant_ranges , it should be position.y instead of position.z , i rewrite: line 39, float V2 = (anchors[2].position.x * anchors[2].position.x) + (anchors[2].position.y * anchors[2].position.y); line 43, float y = ((r1 * r1) - (r3 * r3) + (V2) - (2 * anchors[2].position.x * x)) / (2 * anchors[2].position.y); Not sure is this the reason that your solution doesn't work?
@PodsofWar
@PodsofWar 5 күн бұрын
Your code is marked as harmful :/ what happened?
@MakerProjectLab
@MakerProjectLab 5 күн бұрын
Brilliant!
@alanpickin1122
@alanpickin1122 7 күн бұрын
I am new to building and programming the Arduino and I am very impressed with the projects that you run through on your site. I would very much like to build this quiz project but being inexperianced I do not have the skill to build and connect the hardware. Is there a circuit diagram anywhere for the build?
@pinheadpuppet6755
@pinheadpuppet6755 7 күн бұрын
Are there any arduino libraries for the dy-sv5w? Or does it use the same library as the df miniplayer? I cant seem to find any online
@PlayfulTechnology
@PlayfulTechnology 7 күн бұрын
I use github.com/SnijderC/dyplayer in all my projects.
@AspirePhotographyAndFilm
@AspirePhotographyAndFilm 7 күн бұрын
How are you powering your audio guestbook?
@courtneywood2457
@courtneywood2457 7 күн бұрын
If one has no programming experience or experience with arduino, etc. is there somewhere they can bean the basics? I love your idea but the arduino stuff goes straight over my head. Love your videos!
@Buhnanah
@Buhnanah 8 күн бұрын
How did you mount the top of the rising part to the metal rods? Is it just glued on?
@serbanmunteanu3829
@serbanmunteanu3829 9 күн бұрын
Can you link the touch inputs ? Also maybe a new video regarding touch inputs, how they work and how you can use them under multiple surfaces will be much appreciated. Great work as always
@PlayfulTechnology
@PlayfulTechnology 8 күн бұрын
I'm not using any "touch inputs" - it's just kitchen aluminium foil, which I've attached to pins on the ESP32.
@Andrew-ps9zp
@Andrew-ps9zp 9 күн бұрын
Do you know what the speaker ohm rating should be for the df player mini? Also what power supply would you recommend? Thanks
@daniellewis1511
@daniellewis1511 9 күн бұрын
How close could you have each antenna to each other? I am wanting to create a larger read area to read smaller tags, so want to get the antennas as close to each other as possible to read as many tags in that one space (rather than picking up what is closest to specific antennas)
@daniellewis1511
@daniellewis1511 9 күн бұрын
Effectively, can I use interference to my advantage 😂 or does that interference actually affect the other antennas around it as well as the multitude of tags we are trying to read
@mfx1
@mfx1 9 күн бұрын
Technically they're knock off Chinese "Wago" type connectors although annoyingly they make many useful types that Wago don't although Wago make nice panel mount holders for the official ones. Ferrules really aren't needed for lever/spring clamp terminals, only for screw terminals.
@bobbybain2576
@bobbybain2576 9 күн бұрын
Thank you for the ferrule lesson! I was having that exact problem with stranded cable.
@PlayfulTechnology
@PlayfulTechnology 9 күн бұрын
Glad it helped!
@AdamStrautman
@AdamStrautman 9 күн бұрын
Thank you for posting these amazing and easy to follow vids! Back in 2021 i used your patreon for about 6 months to build puzzles throughout my house to turn it into an escape room style game. Was a blast sending my friends through it. Thank you for making that all possible!
@PlayfulTechnology
@PlayfulTechnology 9 күн бұрын
Awh, that's great!
@lwo7736
@lwo7736 9 күн бұрын
You could use this with your video about cctv footage. Where you have to flick switches in certain order. I can imagine this unlocking the old "wardrobe is actually a doorway to another room" thing in escape rooms. Thanks again alastair, Im really grateful for your work
@robertedlund6357
@robertedlund6357 10 күн бұрын
I have so much use of your ideas. So greatful 🙏. Is it possible to buy a specific Sketch from you that you have made? This Sketch was genius level short 😎 and powerful.
@PlayfulTechnology
@PlayfulTechnology 10 күн бұрын
Hi, thanks for your comment - I don't really have a "shop" for individual sketches - I use Patreon because it's really convenient, but that's set up more for an ongoing subscription model. What sketch was it you were interested in? I'll see what I can sort out.
@robertedlund6357
@robertedlund6357 10 күн бұрын
I’ll look through what project it was. I design my own hobby-level escape room for my friends at home and I just started dabble with Arduino. I have MScEE but it was a long time ago I programmed 🤣
@jinberry133
@jinberry133 10 күн бұрын
I connected a sk3f-s-5vdc-c relay with esp32. But it doesn't work. Is there any way to fix it?(without changing the relay module)
@sasukeswaifu4977
@sasukeswaifu4977 11 күн бұрын
Hi! Really sorry to bother but I’ve been using vuforia and unity to do my final year project. An issue that persist is after building the app and opening it I get a blank screen. I’ve tried in on two Unity versions, on windows and on android too but nothing. I’ve seen other videos where people had the same issue but no one had said anything about it so I’m not sure what to do
@grahamnichols1416
@grahamnichols1416 11 күн бұрын
Could you use two of these as transmitters, sending messages to a robot with a receiver, to create a positioning system using trigonometr and the time taken for each message to arrive from the anchor/transmitter?
@PlayfulTechnology
@PlayfulTechnology 9 күн бұрын
You _could_, but you'd need to have a very accurate timestamp synchronised between the devices, or else a multiple roundway-trip at which each device records their own timestamp, and then compares that to the time at which the response is received back.
@rudyd3560
@rudyd3560 11 күн бұрын
Studies have shown a link between MP3 listening and ear cancer.
@lazou01
@lazou01 12 күн бұрын
please, be my dad.
@ImperialLightandMagic
@ImperialLightandMagic 13 күн бұрын
Hey Alastair, here's my remix of your setup, using a mega (for more players) and wireless remote relays instead of wired player buttons. Cheers, Steve kzbin.info/www/bejne/qWPRl6melKqJoq8
@timwalther1402
@timwalther1402 13 күн бұрын
Anyone tried to create the greeting.wav file on Android phone? Did that work?
@stefandallhammer6464
@stefandallhammer6464 13 күн бұрын
Thank you! It works perfect. Nice instruction!
@davidcousin5731
@davidcousin5731 13 күн бұрын
Hello, thank you very much for sharing your knowledge. Excuse me, I'm trying to create a educational chess to teach my students everything they can do with programming, electronics and much more... Do you know or could you guide me if I can connect 64 RFID readers, these will be for each square on the board. chess and that each piece is read and its reading updated to keep track of each move and play. Thank you in advance and congratulations on your work!
@gavrielo
@gavrielo 14 күн бұрын
Great video as always. I was wondering what 3d printer to buy (as my first printer) any recommendations?
@neecx
@neecx 14 күн бұрын
Thanks! This is cool
@stephenjmatthews
@stephenjmatthews 14 күн бұрын
Love it! What great timing. Just last week, I was using one of these with my year 9 and 10 science classes. I built it around 20 years ago, all analog based around 4 thyristors as triggers, with 4 LED's and a buzzer. The tactile buttons are mounted on the top of clear film canisters (if anyone can remember them) each with an LED inside. For connecting to the control unit I used 5 pin din plugs/sockets. I was thinking just last week I need to make larger, more visual buttons, with better sounds perhaps some automatic scoring. The arcade buttons are a great idea. Thank you! I did think of wireless, but I'm not interested in having to worry about four additional sets of batteries.
@PlayfulTechnology
@PlayfulTechnology 14 күн бұрын
Ah, I often used to use empty film canisters as waterproof enclosures for small electronic projects! (often with different degrees of success....). A couple of folks have mentioned wireless buttons, but I tend to agree with you - the additional copmlexity, and hassle of managing batteries, and concerns over latency/lag probably isn't worth it (fwiw, I'm just using cheap speaker cable to wire each button to the host panel, and you can buy it in 100m rolls very cheaply)
@stephenjmatthews
@stephenjmatthews 14 күн бұрын
@@PlayfulTechnology Also, with a cable attached, it helps control the space and stops players from wandering around with the device - I could imagine my year 9's getting a bit too excited and passing it around.
@AdamAdams-si2eb
@AdamAdams-si2eb 14 күн бұрын
One pretty easy thing you can do to help with storage is use 3.5mm panel mount stereo audio jacks on the buzzers and control box, then connect them via aux cables. That way you can store them without the cabling getting in the way. Bonus advantage of the cable probably just coming out instead of breaking if a buzzer is dropped or pulled by an overexcited child. Ethernet jacks/cables should work as well, though most of the wires won't be used. The biggest advantage being that it's super-easy to make a cable in any length you want for different situations (e.g. shorter cables for the dinner table, longer for a classroom scenario).
@mfx1
@mfx1 14 күн бұрын
I made one for a children's entertainer many years ago before Arduinos, it used either a PIC or AVR programmed in assembly, it had an early audio record/playback chip so each contestant could record their own name or sound. I slight overkill thing was it could deal with dead heats, all buttons were diode OR'd to an interrupt pin which if triggered read the whole port at the same time so a dead heat/draw could be detected.
@PlayfulTechnology
@PlayfulTechnology 14 күн бұрын
Nice solution!
@ThePhoneCase
@ThePhoneCase 14 күн бұрын
maybe a smaller scoreboard on each of the button bases where players can see their score as well on top of maybe like t3chrs suggested a bigger screen for everyone to see the score
@tel5857
@tel5857 14 күн бұрын
Nice project. Lots of fun
@octoplasma2
@octoplasma2 15 күн бұрын
Love it! Well done!
@PlayfulTechnology
@PlayfulTechnology 10 күн бұрын
Thanks so much!
@t3chrs
@t3chrs 15 күн бұрын
I’m envisioning a ws2812 matrix to display scores and game state.
@ImperialLightandMagic
@ImperialLightandMagic 15 күн бұрын
Love it, would absolutely LOVE a wireless button version, perhaps using ESP32 wifi and a battery in each button box.
@PlayfulTechnology
@PlayfulTechnology 14 күн бұрын
As it happens, I do have a wireless version as well - it uses a D1 Mini in each button box and communicates over an ESPNow mesh. The only slight issue is that wireless communication necessarily introduces a very slight delay between the button being pressed and it being registered by the server. In the overwhelming majority of cases it wouldn't be perceptible, but (having hosted a pub quiz myself for many years with some _very_ competitive teams!) I want to ensure there's no scope for teams to accuse the host of them having pressed the button but that detection to be delayed. It can probably be addressed by having a synchronised timestamp on every device, but I'll need to do a few more tests first to measure what the lag is, and whether it's even worth accounting for (and things like whether proximity/interference from other nearby Wi-Fi networks affect it etc. etc.)
@ImperialLightandMagic
@ImperialLightandMagic 14 күн бұрын
@@PlayfulTechnology I’m thinking perhaps 433mhz remote relays, that way a) there’s no delay and b) no need to run battery or network, so essentially the same as your solution but with remote relays instead of wires. Can you foresee any issues with this (other than rewiring the button on the remote so an arcade button fires it off). I’ve got a quiz coming up that I’m jointly hosting and I want to get away from the whole “swapping papers” malarkey
@PlayfulTechnology
@PlayfulTechnology 14 күн бұрын
@@ImperialLightandMagic But if you've got multiple buttons all simultaneously transmitting on the same 433MHz frequency, how are you preventing interference?
@mfx1
@mfx1 14 күн бұрын
@@ImperialLightandMagic I used ESP32's with the ESPnow protocol for this to reduce wiring, I was annoyed with the displays as the art department were supposed to add gels to increase contrast which they didn't. It had very low latency and worked in a TV studio with wireless cameras and mics nearby. kzbin.info/www/bejne/b3-ufZ2rZZ2Dl9U
@mfx1
@mfx1 14 күн бұрын
@@ImperialLightandMagic Also kzbin.info/www/bejne/eWnCon5_Z6p5bdk kzbin.info/www/bejne/fGGuhKB3asdleNU
@t3chrs
@t3chrs 15 күн бұрын
So much fun!
@hanbolee2749
@hanbolee2749 16 күн бұрын
Where can i find the code for this project?
@KrazeeKraftZ
@KrazeeKraftZ 16 күн бұрын
Helpful hints and tips as always, thanks Alistair, much appreciated
@BUY_YOUTUB_VIEWS_733
@BUY_YOUTUB_VIEWS_733 16 күн бұрын
This video is a masterpiece in storytelling. I'm captivated!
@kennyhubbell813
@kennyhubbell813 16 күн бұрын
Nice! Now do the trip pendulum!
@mfx1
@mfx1 16 күн бұрын
I've replaced the standard lamps with addressable LEDs before as shown here, (not a great video as phone cameras aren't great at not getting washed out but the colour change should be clear) kzbin.info/www/bejne/oqa7anlmj6t1i7c
@PlayfulTechnology
@PlayfulTechnology 10 күн бұрын
Nice. I've done that too ;) kzbin.info/www/bejne/eHjKgJd_m6x1ftU
@neoflix59
@neoflix59 16 күн бұрын
Your channel is simply amazing.. I wish I had time in life to do every project
@lwo7736
@lwo7736 16 күн бұрын
What a great little video. Thanks mate! Would love to see one of these on something like stepper motors but I think you've probably done one before as I saw your clock hand in a previous video