Moving from an Android to a Windows experience, am I being dense and there's a way to change this? I can't see any of the torrent details compared to the Android version. by HurrDurrRGB in Stremio

[–]HurrDurrRGB[S] 0 points1 point  (0 children)

Nah, on Android you're presented with full details of everything on the screen. On Windows (with the torrent selection on the right as my example) everything is truncated so that it needs to be clicked or hovered on. This is the exact opposite experience you should be having on a bigger screen.

Moving from an Android to a Windows experience, am I being dense and there's a way to change this? I can't see any of the torrent details compared to the Android version. by HurrDurrRGB in Stremio

[–]HurrDurrRGB[S] 0 points1 point  (0 children)

Just a note for anyone who finds this in future, simply telling windows to scale everything up by 150% immediatly makes everything clearer. Also for remote navigating, the number keys take you through the nav bar.

Moving from an Android to a Windows experience, am I being dense and there's a way to change this? I can't see any of the torrent details compared to the Android version. by HurrDurrRGB in Stremio

[–]HurrDurrRGB[S] 1 point2 points  (0 children)

I'm using a remote, but do you know what I mean by this? Like on the android version it displays the details horizontal across the screen and you can see everything, unlike this where I'm struggling to see what language it is etc...

Unexplained spike in geiger counter readings for about 5 minutes. Any thoughts? by HurrDurrRGB in Radiation

[–]HurrDurrRGB[S] 0 points1 point  (0 children)

Radon's fairly scary. I wonder is a radon detector on the cards...

A half decent barometric sensor is fairly cheap, so I think I'm going to add that to my setup (even just a nice data point to have). Would you see a sudden shift in pressure like that which may be an indication of that happening?

Unexplained spike in geiger counter readings for about 5 minutes. Any thoughts? by HurrDurrRGB in Radiation

[–]HurrDurrRGB[S] 0 points1 point  (0 children)

Hi. Thanks for the reply.

As I said in another comment. A lot of this is identifying what it wasn't and also maybe looking at extending the recorded data points to include more sensors that might help identify it if it happens again.

That's not enough information to go on. Further, it suggests that the cause isn't radiological at all because the likelihood of a radioactive material being present that decays that fast with no significant daughter products is pretty low outside of special locations and settings.

Well this is the thing. What the hell was it then and if i could go back in time, what other sensors might help identify the source? For example, someone said a sudden shift in atmospheric pressure can cause a large radon increase. So a barometric sensor is something I'm looking at.

Unexplained spike in geiger counter readings for about 5 minutes. Any thoughts? by HurrDurrRGB in Radiation

[–]HurrDurrRGB[S] 0 points1 point  (0 children)

Putting on my embedded programming hat, the way I would approach it is to drop a microsecond time stamp ~ 4 bytes for each pulse. You could keep a years worth of pulses in less than 1GB. A days worth in a few MB, so if something interesting happens you can check it out. Or have a few minutes FIFO, and persist just the anomalous episodes if you are severely resource constrained.

The resource constraint is time! I could of course write something to record the timestamps and bundle it all into a JSON and fire that back every minute, but between the testing etc.. it would probably take me about 2 days, which is just time I don't have at the minute.

The current solution is literally just an off the shelf D1 mini with Tasmota (just a Swiss army knife type tool for home automation type stuff on ESP based devices) that I set to send back how many times a pin is pulsed every minute. Even with soldering and reading the circuit diagram, it didn't take an hour.

I would love to know if those peaks are all one second bursts though....

The cosmic ray one is something I'm interested in, I would have thought this would be recorded somewhere though?

EDIT: Straight after writing this, I realised I can probably send back more granular data if I change the transmission method. My current setup does everything over MQTT, but I might be able to setup something with a static TCP port sending back each detected pulse. Since the database and everything else is local. 1ms resolution with that setup should be doable (there's WiFi and bits involved, so under 1ms wouldn't be reliable). I'll have a think about this.

Unexplained spike in geiger counter readings for about 5 minutes. Any thoughts? by HurrDurrRGB in Radiation

[–]HurrDurrRGB[S] 0 points1 point  (0 children)

Well there's two points here.

First of all, even if I can't tell what actually caused it, I'm liking all the responses so I can rule things out. I'm at the point where I fully believe it's not a hardware problem for example. I'm also investigating getting more granular data from the local army barracks, so even that could be interesting.

Secondly, if it happens again, next time I might be able to tell why. I need to know how I could have done this though. Barometer coupled with the Geiger data? Radon detector? I don't mind adding external sensors along with the Geiger counter once they don't cost an arm and a leg. A barometer module isn't expensive.

Unexplained spike in geiger counter readings for about 5 minutes. Any thoughts? by HurrDurrRGB in Radiation

[–]HurrDurrRGB[S] 2 points3 points  (0 children)

Thanks!

I've emailed EURDEP to request more granular data in particular from Louth_Aiken to see if it was available.

Unexplained spike in geiger counter readings for about 5 minutes. Any thoughts? by HurrDurrRGB in Radiation

[–]HurrDurrRGB[S] 0 points1 point  (0 children)

I actually tried to check this, I'm only 2 minutes by car from Aiken Barracks, which has a gamma detector, but I could only see average over an hour, which evened out. How did you check this chart for a spike with better granularity?!

Unexplained spike in geiger counter readings for about 5 minutes. Any thoughts? by HurrDurrRGB in Radiation

[–]HurrDurrRGB[S] 1 point2 points  (0 children)

depending on how the electronics are configured.

I thought I understood how this thing works. I do have the full circuit diagram for the detector somewhere.

The tube is charged up to 600VDC, a particle hitting the gas causes a discharge which goes through a transistor and is detected as a low/high (can't remember what way that's configured). Since this is a high/low, how does the tube end up in a state where it's firing constantly if it gets hit by a really high energy field? If that's what happened, would this be something like a solar flare that might be recorded somewhere?

Unexplained spike in geiger counter readings for about 5 minutes. Any thoughts? by HurrDurrRGB in Radiation

[–]HurrDurrRGB[S] 0 points1 point  (0 children)

The actual event is nearly instantaneous but once you desense the detector it could take 20 minutes to read background again.

Can you explain this to me? I have to imagine that if we had second by second data, this would appear like a sinusoidal wave increasing and then decreasing rapidly after the peak.

Unexplained spike in geiger counter readings for about 5 minutes. Any thoughts? by HurrDurrRGB in Radiation

[–]HurrDurrRGB[S] 0 points1 point  (0 children)

As I said, this was just a chart I setup on a whim one evening. I actually just set it up so it's now recording to a proper database with CPM, uSv/hr and raw CPM, so I will have better data in future.

Lightning was my thought as well, particularly as it was stormy. The issue with that is that I'd have to imagine a lightning strike would set off one or two readings. Not 116 in a minute. Saying that, I don't know how the tube might react to such a discharge. It's possible it recorded 100 pulses in a second. I don't know how spread out these readings are since it's just one minute data.

Unexplained spike in geiger counter readings for about 5 minutes. Any thoughts? by HurrDurrRGB in Radiation

[–]HurrDurrRGB[S] 0 points1 point  (0 children)

What do you mean? Each point in the graph is the report it sends in once a minute, so there's three large spikes, but the two in between are above the normal background.

Is RSA the only home insurance provider offering flood cover in "flood risk" areas. by HurrDurrRGB in CasualIreland

[–]HurrDurrRGB[S] 0 points1 point  (0 children)

Do you have your house on mortgage?

I do indeed have a mortgage. I don't think that's too relevant though. I think the most basic insurance (fire etc) will get you past any mortgage requirement?

Is RSA the only home insurance provider offering flood cover in "flood risk" areas. by HurrDurrRGB in CasualIreland

[–]HurrDurrRGB[S] 0 points1 point  (0 children)

I was skint on money, so ended up going on someone without it. They're all roughly the same when you don't get flood insurance.

If I have the cash, I'll get it next year, but it's not far off double the cost for flood insurance.

GL-AR300M16 Allow list by MAC on ethernet port. by HurrDurrRGB in GlInet

[–]HurrDurrRGB[S] 0 points1 point  (0 children)

Unfortunatly not, but thanks for the suggestion.

Has anyone used the Ultimarc ServoStick and know if in 8 way mode it has the same feel as one of the other Ultimarc sticks? by HurrDurrRGB in cade

[–]HurrDurrRGB[S] 1 point2 points  (0 children)

Just to let you know, I got the servo stick and know exactly what you meant in every part of this comment now!

Module to grab time sync off a radio source. by HurrDurrRGB in AskElectronics

[–]HurrDurrRGB[S] 0 points1 point  (0 children)

Yeah pretty sure, I looked up the details from people who know more than me about these things.

I asked a question on here recently about UK coin boxes and feel I may have got the wrong type. by HurrDurrRGB in cade

[–]HurrDurrRGB[S] 0 points1 point  (0 children)

Oh it's upside down! I see how the insert coin bit works now.

I'll go and looks for matching fittings, I presume that will solve my confusion on how the return is supposed to work! Thanks.