Meanwhile, Raysid or Radiacode let you do full on gamma spectrometry, for about 2.5x the price.
And, like, yeah, 2.5x the price. I'm not oblivious to that being significant, but to me it's sorta like an GT1030 with DDR4 - it's about $100 or you could get an RTX 3060 for a bit over $300. Like, you might have a use where you ONLY need a cheap display card, but there's a reason LTT calls the 1030 eWaste from the factory. Similarly, you might get enough out of the Geiger or it might do something the Radiacode doesn't for you but for most hobbyist, I doubt it.
https://www.schneier.com/blog/archives/2008/01/locked_fire_b...
That said, it's always prudent to treat any live electrical line as dangerous unless you know for a fact that it isn't, of course.
With low voltage battery circuits the main thing you have to be wary of is capacitors because those can push out a lot more current than the battery itself. Usually you can judge how much a capacitor would hurt if you touched it based on its size. If you have a device with 20 batteries charging a baseball sized capacitor, be very cautious (like the DIY gauss guns/rail guns you see on youtube). Even a thimble sized capacitor will jolt you surprisingly hard. One time I touched the charged capacitor of a disposable camera and the discharge gave me quite the zing.
https://www.youtube.com/watch?v=BGD-oSwJv3E
But even beyond that, the maximum power output will still be pretty limited. If you short the HV rails, it will almost certainly start to drop in voltage and raise in current quickly, but only to the limits of the resistance from other elements in series and the power source's output ability. I strongly doubt you could even make something dangerous from the Flipper, at least unless you attach a large cap, let it charge slowly, and attach a taser module.
I would be rather surprised if a device that is powered off a lithium ion battery like the one in the Flipper Zero managed to seriously injure someone.
Yep, and even with AC, it depends on the frequency. There are a ton of variables affecting how dangerous electricity is to people, so it's hard to make general statements about it.
On one hand it's trivial - counts (ticks) per second. However, this (of course!) can be very spiky. I ended up using pretty simple EWMA to smooth the results for user interaction. Anything really works, short decay is fine.
Then the really fun bit, was trying it with more serious radiation source, and guess what.... interrupt per tick, is... really bad! I was easily able to overwhelm the arduino, too many interrupts. Fun project to understand interrupt masking.
Next, I built a simple Geiger counter based upon a Raspberry Pi (Model B) and a Piface LCD display. I wanted to increase dynamic range of the measurements, so I did some circuit modifications to recharge the Geiger tube faster after an event. This allowed for higher counts, but consumes more power and lowers sensitivity. Also, getting the Pi to interrupt on each event for efficient counting has its limitations. A separate digital counter that is reset upon each read sample is better.
Anyway, it's a rabbit hole that ended up taking a lot more time and effort than I expected, but I was happy with the results.
Like an old glass cup
Coding a program that could self-heal and survive in such a situation would be fun.
I have a similar Geiger counter that functions standalone and works as an Arduino module. It doesn't appear to be very sensitive because bananas don't increase counts. The only household object able to barely increase counts was some vintage uranium glass tucked away in a corner behind a display case.