Using Nuclear Decay As Random Number Generator Source For An MCU

Although there are many ways to get a random number generator (RNG) set up on a microcontroller, it’s hard to argue with the sheer randomness of the various kinds of radiation zipping all around us from nuclear decay events. For [gbonacini] the purchase of a Geiger counter first in 2022 was the reason to tinker with using these as the source for an RNG, which simply runs a counter until a Geiger counter event occurs that ‘selects’ a number and the counter is reset to zero.

With the next version of this system the hardware and layout has changed somewhat, using a commercial handheld Geiger counter (GMC-320+) and its audio output as a generic input for any MCU. The (pulsed) audio signal is amplified with an opamp (left unspecified) that connects to a GPIO pin of the MCU (RP2040-based Pico W). Here the same algorithm is used to create a continuous queue of randomly picked numbers, which can also be queried via the WiFi interface with a custom protocol, essentially making it a network-connected RNG that could be used by other network-connected appliances.

C++ source is provided for the Pico W example, but it should be easy enough to adapt to other platforms. The GMC-320+ is also among the more affordable Geiger counters out there, even if it’s somewhat bulky to pair with just a single MCU, making a more basic Geiger counter module better for a permanent installation. Either way you should get pretty good RNG this way without splurging on exotic hardware.

(Thanks to [navigator] for the tip)

Next Post

Web3 Industry Leaders to Converge at Bicol Blockchain Conference 2023

Melissa Mesias, CEO of SparkLearn EdTech and organizer of the Bicol Blockchain Conference (BBC) 2023, recently announced in a BitPinas webcast that the event will showcase insights and expertise from prominent Web3 industry leaders. More details, including tickets can be found at the BBC website: https://bicolblockchain.com/ Web3 Innovators at the […]
Web3 Industry Leaders to Converge at Bicol Blockchain Conference 2023

You May Like