OK, so the task of this project is to produce a nice-looking gadget that will alert the user about a burst of neutrinos reaching Earth, announcing that a star in the Milky Way galaxy had its core collapse under its own weight after running out of fusion fuel. The next step in this cataclysmic event will be that the former core will be converted into a black hole or a neutron star, while the remaining material of the star will "explode" and will form a supernova.
OK, but can we detect the initial burst of neutrinos with consumer-grade stuff like detectors and electronics?
NO. Absolutely NOT. No WAY!
The only instruments that can detect such burst are scientific neutrino detectors that require huge bodies of water (as ice, sea water or water liquid water in huge underground caverns). Luckily, these scientific events will almost instantly share the detection of such a burst with the world, e.g. thru the SNEWS project (SuperNova Early Warning System). There are several ways to receive alerts from SNEWS, for this project,I plan to use the GCN service provided by NASA).
So here is the plan:
Set project requirements:
- low power : This thing might run for decades without raising an alarm, as galactic core-collapse supernovae are that rare
- reliable: we don't want to miss that once-per-generation alert so the thingy should indicate when it has a fault
- nice looking: should not be an eyesore sitting next to the TV in the living room or near your bed in the bedroom
- portable: so you can take it with you on travels. For now I'm ok with Ethernet connectivity tho, WiFi can come later
And the project plan is something like this:
- For prototyping: port the Python library PyGCN by Leo Singer et al to CircuitPython, maybe trimming it down to the bare minimum needed
- For prototyping: solder a Wiznet5k Ethernet hat to a raspberry Pi Pico µC and make it connect to the public GCN server from NASA
- For prototyping: Make some simple circuit to sound a buzzer after a SNEWS (test) alert until the alert is reset by pressing a key
- Maybe think about an alternative audio output that uses a MP3 etc recording, e.g. from a klaxon
- Add an OLED display to the design
- Take a nice little FM radio, and try to integrate what we have into it after gutting it. Possible reuse:
- the speaker
- the volume control knob
- existing pushbuttons to reset the alarm or test it
- cutouts/windows for the display
- the power-supply if possible?
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.