Remote Radiation Monitor (battery-powered, LoRaWAN-enabled Geiger counter)

Started by kizniche, August 19, 2019, 01:37:48 PM

kizniche

I just wanted to share a project I just completed that implements a remote, battery-powered radiation monitor and a software system I also develop, Mycodo, that automatically relays counts per minute and μSv/hr to two public radiation monitoring maps (Safecast and GMC Map).

More details and images can be found at my blog post titled Remote Radiation Monitoring and my Github repository at kizniche/Mycodo-custom-inputs/geiger counter.

Github: kizniche

Felix

Awesome, nicely implemented, thanks for sharing your work!
How is the Moteino powered? From the 2xAA of the geiger counter?

kizniche

There's a 3xAAA battery pack under the Geiger counter that powers the Moteino Mega. The 3.3v output from pin 0 is soldered to the positive terminal of the Geiger counter's battery case to power the Geiger counter, as it only draws 10 mA. The Geiger counter power switch is set to the on position, so the Moteino Mega controls when it's powered by changing the pin 0 state.
Github: kizniche

kizniche

Quote from: kizniche on August 19, 2019, 02:02:29 PM
There's a 3xAAA battery pack under the Geiger counter that powers the Moteino Mega.

It's a minor correction, but it's a AA battery pack, not AAA. It's operating for 1 minute every hour (which I'm going to change to 90 seconds for improved accuracy). I'll make a reply once the batteries are depleted and provide information about battery usage.
Github: kizniche

uiguy

Hi,

I am using your project as outlined, however I changed frequency to EU (868)

I am however having an issue where only the initial payload is sent and then nothing thereafter.

Any pointers?

Thanks