D
 c=0
 s=0
 T
 c=pc[1]
 ;J305ß Geiger Mueller tube background noise: 12 Counts per Minute
 ;J305ß factor: 0.00812037037037
 s=c-12
 if s>

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-09-03 18:00:08

D c=0 s=0 T c=pc[1] ;J305ß Geiger Mueller tube background noise: 12 Counts per Minute ;J305ß factor: 0.00812037037037 s=c-12 if s>=0 { s=s*0.008120 } else { s=0 }

It gives me these MQTT messages that I dissect later in node-red: tele/geiger/RESULT {"SSerialReceived":"CPS, 0, CPM, 20, uSv/hr, 0.11, SLOW\r\n"}

Hi, I would also be interested in the solution with the DIY Geiger counter. The MightyOhm Geiger is too expensive for me. Are there other DIYs with a serial port for Tastmota? Can you please tell me which DIY you used. Thank you very much

I simply connected power and serial of the MightyOhm kit to a Wemos D1 mini, and that was it. I guess pretty much any Geiger counter will do, be it pulse or serial based. I'd consult my preferred search engine.

https://www.instructables.com/Simplest-Geiger-Counter/ http://www.galacticelectronics.com/GeigerCounter.HTML https://sites.google.com/site/diygeigercounter//

Leave a Comment