New Year’s Eve Countdown Timer With Fireworks Launching Ability #raspberrypi #NYE
Planning to trigger your new years celebrations at precisely the moment of the calendar flip tomorrow night? Cabe Atwell created a project tutorial for how to use a Raspberry Pi and a set of relays to trigger an event at a precise pre-scheduled moment.
In this case, setting off festive fireworks, but if you wanted to use a similar setup to activate over 500m of LED strips, that’s okay, too. 😉
The countdown to the countdown has begun! Do you have time to tackle your own NYE timer? Thanks to Andrew Fustini for the tip!
New Year’s Eve (NYE) is always fun, especially when something fun happens at the zero time. Launching fireworks seems to be the default response to the calendar change. Having it do off exactly as the year comes to a close is key. The person that is often required to light those wicks loses out to enjoying that moment. (They have to be on the ready to do whatever task is needed…)
This project is for those lonely and wayward souls.
This setup and forget countdown timer that activates 10 relays for the last 10 seconds of the year. Like a switch, a relays can turn on/off anything that can be turned on/off. So, this project could just turn off all the lights in a house for a dark and private NYE, to blaring ten electric boat horns for the annoying party.
Do anything you want with the relays… I chose to launch a single firework at the zero second. I chose this mainly to give a simple way of handling launching of fireworks remotely. (I would like to add, much safer too. No more light the wick and run like crazy…)
Here were my requirements of the “CANYECT WFLA”:
Grab the time from the Raspberry Pi clock.
Countdown from any time showing DAYS:HOURS:MINUTES:SECONDS
As the timer get closer to zero… it will truncate what is not necessary anymore, starting with days. Then hours, and finally minutes. On the last 15 seconds… the last numbers will fill the screen.
On the last 10 seconds of the countdown, the RPi will activate (or deactivate) 10 relays.
(For my example) Launch fireworks on the last second, wirelessly.
Stop breadboarding and soldering – start making immediately! Adafruit’s Circuit Playground is jam-packed with LEDs, sensors, buttons, alligator clip pads and more. Build projects with Circuit Playground in a few minutes with the drag-and-drop MakeCode programming site, learn computer science using the CS Discoveries class on code.org, jump into CircuitPython to learn Python and hardware together, TinyGO, or even use the Arduino IDE. Circuit Playground Express is the newest and best Circuit Playground board, with support for CircuitPython, MakeCode, and Arduino. It has a powerful processor, 10 NeoPixels, mini speaker, InfraRed receive and transmit, two buttons, a switch, 14 alligator clip pads, and lots of sensors: capacitive touch, IR proximity, temperature, light, motion and sound. A whole wide world of electronics and coding is waiting for you, and it fits in the palm of your hand.
Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7pm ET! To join, head over to YouTube and check out the show’s live chat – we’ll post the link there.
Python for Microcontrollers — Python on Microcontrollers Newsletter: CircuitPython 8.0.0 Released and much more! #CircuitPython #Python #micropython @ThePSF @Raspberry_Pi