Arduino CPM Upload

More
7 years 6 months ago #2538 by mat
Arduino CPM Upload was created by mat
Hi everybody

I'm new to this forum. But i searched a lot about this problem. I hope you can help me.

I would like to know, if there are more options that i could include in the GET request, than shown in this page: http://radmon.org/index.php/download-upload.
Is it possible to set my station in Experiment mode, or can i download the latest statistics from radmon.org via Get-Request to my Arduino? Is there a list of options?

Regards
Mat

Please Log in or Create an account to join the conversation.

More
7 years 6 months ago #2551 by mw0uzo
Replied by mw0uzo on topic Arduino CPM Upload
Hey mat
There are quite a few different functions. Take a look at the linux BASH script to figure some of them out. Approx 3rd post down.
http://radmon.org/index.php/kunena/howtos-and-faqs/25-linux-bash-script-for-sending-to-radmon-org#63
I don't have a document covering them all, this does need to be put together...

Please Log in or Create an account to join the conversation.

More
7 years 6 months ago #2553 by Simomax
Replied by Simomax on topic Arduino CPM Upload
I have been through those scripts and pulled out what appear to be the available commands (on that thread anyway). I haven't tested any, just a simple copy pasta with some example data. Im sure it will take a little work with the arduino sketch to get this in, but i reckon it should work. Again, I have not tested any of the code/commands below, just collated them.

mat, if you do get something more working then please let us know. I would have a bash at it myself but I have way too many things on the go at the moment. :S

http://radmon.org/radmon.php?function=submit&user=$user&password=$password&value=$line&unit=CPM
Example data: CPM="21.3"   ## CPM

http://radmon.org/radmon.php?function=updatelocation&user=$user&password=$password&location=$location
Example data: location="Bratislava, Slovakia"   ## City, country

http://radmon.org/radmon.php?function=setlatitudelongitude&user=$user&password=$password&latitude=$latitude&longitude=$longitude
Example data: latitude="48.152133"   ## Latitude DD.dddddd
Example data: longitude="17.111706"   ## Longitude DD.dddddd

http://radmon.org/radmon.php?function=updatedescription&user=$user&password=$password&description=$description
Example data: description="Geiger counter with SBM-20 tube"   ## Device, tube, etc...

http://radmon.org/radmon.php?function=setconversionfactor&user=$user&password=$password&value=$conversionfactor
Example data: conversionfactor="0.0057"   ## GM tube conversion factor for SBM-20

http://radmon.org/radmon.php?function=setwarnalert&user=$user&password=$password&warn=$warning&alert=$alert
Example data: warning="50"   ## Warning level in CPM
Example data: alert="100"   ## Alert level in CPM

http://radmon.org/radmon.php?function=setalertsdisabled&user=$user&password=$password
Disables alerts (Experiment mode)

http://radmon.org/radmon.php?function=setalertsenabled&user=$user&password=$password
Enables alerts (Normal mode)
The following user(s) said Thank You: Juzzie

Please Log in or Create an account to join the conversation.

More
6 years 2 weeks ago #3929 by debsahu
Replied by debsahu on topic Arduino CPM Upload
I created a library with example for ESP8266 based DIY geiger counter. Makes job easier to post to Radmon.org https://github.com/debsahu/RadmonApi
The following user(s) said Thank You: mw0uzo, Simomax

Please Log in or Create an account to join the conversation.

More
6 years 2 weeks ago #3930 by Simomax
Replied by Simomax on topic Arduino CPM Upload
Just had a very quick look at your github page and your library looks great. I've not tested it or anything just had a quick look. Eventually when I get round to it my next monitor will be ESP8266 based using a couple of SI-22G tubes. One for beta & gamma, one for gamma. I have the parts already, I just need the time to put it all together. So I'll definitely check out your library for that project.

Nice work debsahu :)

Please Log in or Create an account to join the conversation.

Moderators: Gamma-Man
Time to create page: 0.150 seconds
Powered by Kunena Forum
Everything's free. Please support us by considering a donation. Log in first!
Solar powered Raspberry Pi 4 server stats: CPU 48% Memory 12% Swap 11% CPU temp=54.5'C Uptime 19 Days