- Forum
- Geiger counter discussions
- Homebrew counters, electronic design and building
- Another one - How can I start..
Another one - How can I start..
2 years 6 months ago #6135
by yVega
Another one - How can I start.. was created by yVega
Hi all,
I already have a Geiger counter online with one SBM-20 tube (ecocurious multigeiger with ESP32 outside not far from my house).
I could get the data directly from the server via API (example https://data.sensor.community/airrohr/v1/sensor/71284/)
Or somehow connect via Wifi from a PC to install RadLog, but I don't know the program well
What do you suggest to me?
thanks
I already have a Geiger counter online with one SBM-20 tube (ecocurious multigeiger with ESP32 outside not far from my house).
I could get the data directly from the server via API (example https://data.sensor.community/airrohr/v1/sensor/71284/)
Or somehow connect via Wifi from a PC to install RadLog, but I don't know the program well
What do you suggest to me?
thanks
Please Log in or Create an account to join the conversation.
2 years 6 months ago - 2 years 6 months ago #6136
by rjelbert
Replied by rjelbert on topic Another one - How can I start..
Hi I think you are asking how you can get your data onto the Radmon.org web site?
If that's the case then you have a few options:
1) reprogram the geiger counter ESP32 to include an HTTP get request to the radmon.org server. This assumes your ESP32 has direct access to the internet. There is example Arduino code on this web site.
2) You could write a short Python script to grab your geiger counter data from the URL you gave ( https://data.sensor.community/airrohr/v1/sensor/71284/ ) and then post it to Radmon.org via HTTP get. If you schedule this to run each minute (using cron on Linux) that would work really well.
The radmon HTTP get format is very simple so the Python code to send data to it would be very simple. Also your sensor API seems to be serving JSON which is also easy to parse in Python.
Update: I just looked up your geiger counter and found the docs: https://multigeiger.readthedocs.io/en/latest/
Looks pretty interesting and the good news is you can access the source code on github. It the code seems to come in two variants and based on your example URL you have the LoRaWan version installed? This would mean my proposal (2) above is probably the best option. Having the sensor on an IoT network is pretty cool. You could also ask the makers of the detector to add radmon.org support to their Wifi firmware - you can do this via the github website as a feature request.
Hope this helps
Richard
If that's the case then you have a few options:
1) reprogram the geiger counter ESP32 to include an HTTP get request to the radmon.org server. This assumes your ESP32 has direct access to the internet. There is example Arduino code on this web site.
2) You could write a short Python script to grab your geiger counter data from the URL you gave ( https://data.sensor.community/airrohr/v1/sensor/71284/ ) and then post it to Radmon.org via HTTP get. If you schedule this to run each minute (using cron on Linux) that would work really well.
The radmon HTTP get format is very simple so the Python code to send data to it would be very simple. Also your sensor API seems to be serving JSON which is also easy to parse in Python.
Update: I just looked up your geiger counter and found the docs: https://multigeiger.readthedocs.io/en/latest/
Looks pretty interesting and the good news is you can access the source code on github. It the code seems to come in two variants and based on your example URL you have the LoRaWan version installed? This would mean my proposal (2) above is probably the best option. Having the sensor on an IoT network is pretty cool. You could also ask the makers of the detector to add radmon.org support to their Wifi firmware - you can do this via the github website as a feature request.
Hope this helps
Richard
Last edit: 2 years 6 months ago by rjelbert.
The following user(s) said Thank You: mw0uzo
Please Log in or Create an account to join the conversation.
Moderators: Gamma-Man
- Forum
- Geiger counter discussions
- Homebrew counters, electronic design and building
- Another one - How can I start..
Time to create page: 0.114 seconds