DIY Arduino Quiz Buzzer System

Поделиться
HTML-код
  • Опубликовано: 26 дек 2024
  • НаукаНаука

Комментарии • 50

  • @ronaldmitchell6880
    @ronaldmitchell6880 11 дней назад

    Many, many thanks for uploading the schematics for the project. As a newcomer to electronics at the age of 77 I’d managed to work out the bulk of the schematics from the code but hadn’t yet worked out the wiring for the MP3 player.
    I’m just waiting for final component from Amazon and I should be ready to go. My next project will be to build a wireless version which i might push up to 6 players.

  • @NerdiestPerson
    @NerdiestPerson 8 месяцев назад +3

    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 8 месяцев назад +2

    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.

  • @stephenjmatthews
    @stephenjmatthews 8 месяцев назад

    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  8 месяцев назад

      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 8 месяцев назад +1

      @@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.

  • @devonglide1830
    @devonglide1830 2 месяца назад

    Your code works great! I don't have a mp3 player, so i had to take out audio stuff. The only oddity I'm experiencing is that it always registers a player buzz as two clicks.
    Player 1 buzzed in
    Player 1 buzzed in
    CORRECT. Reactivating all players
    Player 1 2 3 4
    Score 0 0 1 0
    Reactivating all players
    Player 2 buzzed in
    Player 2 buzzed in
    Thanks so much, my students are going to love it!

  • @shaundracook1160
    @shaundracook1160 Месяц назад +1

    Do you have a schematic for this build?

  • @ronaldmitchell6880
    @ronaldmitchell6880 22 дня назад

    Thanks

  • @ImperialLightandMagic
    @ImperialLightandMagic 8 месяцев назад +2

    Love it, would absolutely LOVE a wireless button version, perhaps using ESP32 wifi and a battery in each button box.

    • @PlayfulTechnology
      @PlayfulTechnology  8 месяцев назад +1

      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 8 месяцев назад

      @@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  8 месяцев назад

      @@ImperialLightandMagic But if you've got multiple buttons all simultaneously transmitting on the same 433MHz frequency, how are you preventing interference?

    • @mfx1
      @mfx1 8 месяцев назад

      @@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.
      ruclips.net/video/9NKLju08Pas/видео.html

    • @mfx1
      @mfx1 8 месяцев назад

      @@ImperialLightandMagic Also ruclips.net/video/C8_qKI2EF7w/видео.html
      ruclips.net/video/F0KSmA5b2Bs/видео.html

  • @dotatwo7373
    @dotatwo7373 27 дней назад

    Hello, good day! may i ask if you have schematics for your system? I would like to try to build this myself for Q&A games this upcoming xmas parties. Thanks

  • @alanpickin1122
    @alanpickin1122 8 месяцев назад

    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?

  • @ThePhoneCase
    @ThePhoneCase 8 месяцев назад +1

    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

  • @Alexminecaft
    @Alexminecaft 5 месяцев назад +1

    Hi sir i am from India i want to know . About Wirering of the circuit please tell me

  • @OneManManyPlans
    @OneManManyPlans 6 месяцев назад

    Hi Alistair, am I seeing correctly that the mp3 component is set to one-line mode? Looking forward to building this, great vid!

  • @orlandocalderon3656
    @orlandocalderon3656 Месяц назад

    You should post the wiring schematics and build of materials.

  • @Ernzt8
    @Ernzt8 7 месяцев назад

    This is a great project! Thanks for the detailed explanation

  • @paulmarchant5920
    @paulmarchant5920 7 месяцев назад

    Brilliant video! Do you have the circuit wiring diagram? Thanks

  • @t3chrs
    @t3chrs 8 месяцев назад

    I’m envisioning a ws2812 matrix to display scores and game state.

  • @Zonuna_Chawngthu
    @Zonuna_Chawngthu 2 месяца назад

    Hi, I have been doing a Live TV production with a lot of Quiz shows, I am still using an analog Quiz lockout machine made by my cousin back in 2008, Now that I saw your video, I really like to make them, I have download your github file, But will it be possible if you can share me a wiring diagram of the unit ?

  • @MistuSarkar57
    @MistuSarkar57 Месяц назад

    unable to programme for DFplayer mini,,,pls help

  • @V7StudioProduction
    @V7StudioProduction 3 месяца назад

    Can you give us the requirements?

  • @mamadouthiawsarr6475
    @mamadouthiawsarr6475 2 месяца назад

    Hi. I’m from a Senegalese school named PRYTANEE. It’s located in Africa. We are looking forward to developing our Science Club and projects like this matter as the first footsteps to a child that aspires to become an ingénieur or developper. The project is amazing, great work. We wanted to do something like this and we wonder if it doesn’t bother you to help us with the wiring. Your help would be greatly appreciated to extent that African students want to integrate this techno science to their learning.

  • @octoplasma2
    @octoplasma2 8 месяцев назад +1

    Love it! Well done!

  • @mathsolarif
    @mathsolarif 4 месяца назад

    I am from India. Can you make one for me? It should contain for 4 to 6 players as per needed. How much cost will come?

  • @Alexminecaft
    @Alexminecaft 5 месяцев назад

    Please circuit diagram please

  • @total3d
    @total3d 3 месяца назад

    Looks great but please can you help this noob with the wiring diagram?

  • @Alexminecaft
    @Alexminecaft 5 месяцев назад

    Sir please provide circuit diagram please
    Please

  • @MakerProjectLab
    @MakerProjectLab 8 месяцев назад

    Brilliant!

  • @t3chrs
    @t3chrs 8 месяцев назад

    So much fun!

  • @neecx
    @neecx 8 месяцев назад

    Thanks! This is cool

  • @lazou01
    @lazou01 8 месяцев назад

    please, be my dad.

  • @tel5857
    @tel5857 8 месяцев назад +1

    Nice project. Lots of fun