The BhangmeterV2 is a RaspberryPiPico2W powered device which detects the gamma ray burst from a nuclear explosion and uploads the details into a JSON.
On start-up all three lights flash until WiFi is connected. Every minute the JSON is updated with the latest status of the device. On detection of a nuclear event the JSON is updated and timestamp added, the red indicator is then lit.
The latest status can be found at www.hasanukegoneoff.com
To setup the Raspberry Pi, load MicroPython from https://micropython.org/download/
Once loaded, put the main.py and secrets.py into the MicroPython environment.
You will need to update the secrets.py file with your WiFi details, your GitHub token, and the path to the repo where the .json is stored.
The PCB is a simple double-sided board. The Gerbers are in the relevant folder and should be easy to produce by any PCB vendor.
As it is largely impractical to set off a weapon to test the device is functionality the BIST pin of the HSN-1000L can be asserted to trigger the NED pin and confirm the device is working OK.
The SW1 switch triggers this functionality, on successful test the BIST button illuminates green
The Bhangmeter V2 employs an HSN-1000L Nuclear Event Detector to register the initial gamma ray burst from a nuclear explosion. This burst travels at the speed of light and reaches the detector almost instantly. It is followed shortly by the neutron flux—traveling at roughly 10% the speed of light—and then the blast wave, which moves much slower at Mach 1.5 to 3, arriving several milliseconds to seconds later depending on the distance.
The HSN-1000L detects the gamma burst and outputs an active-low pulse, which the microcontroller interprets as a "Nuclear Event Detection" (NED). This triggers a routine that logs the exact time of the event.
Once detected by the onboard computer, the NED timestamp is uploaded to the cloud for permanent storage.
A short time later—depending on the distance from the detonation site—the blast wave reaches the Bhangmeter V2, marking the completion of its mission. Its specialized polymer casing provides brief ablative cooling upon impact.







