RS41 Pressure decoding #188
Replies: 11 comments 4 replies
-
I believe the reason is that @mycarda has added all the RS41 weather decoding for us and they aren't in range of any RS41-SGP for them to test the code with. I do think I remember them saying that the actual code is quite minimal so it should definitely be possible. |
Beta Was this translation helpful? Give feedback.
-
Aaah OK so the raw data is already here:
Its the function for the calculation with the calibration data that is still missing. |
Beta Was this translation helpful? Give feedback.
-
You can update the table on the main page now. |
Beta Was this translation helpful? Give feedback.
-
This is awesome, if you feel like adding XDATA to make this feature-complete with auto rx there is a function here (understand if you don't want to, just was told it should be fairly easy to add): https://github.com/projecthorus/radiosonde_auto_rx/blob/master/demod/mod/rs41_sgm.c#L801 The resulting string is uploaded to SondeHub a hexadecimal string (ascii hex) under field xdata. |
Beta Was this translation helpful? Give feedback.
-
Hey while the data for RS41 pressure looks mostly good we are often a pressure of 0 which I am guessing is what happens when we don't have a valid value. We also always upload 0 pressure for M10/M20 sondes when we don't even decode it so that behaviour needs to be changed. |
Beta Was this translation helpful? Give feedback.
-
Ok, default value NAN for pressure was missing, added now. |
Beta Was this translation helpful? Give feedback.
-
This is awesome... |
Beta Was this translation helpful? Give feedback.
-
What do I have to set so that I can also see the temperature, pressure, etc. under Data as shown here? |
Beta Was this translation helpful? Give feedback.
-
This is not (yet) part of the main version of the software, its a private modification of eben80 |
Beta Was this translation helpful? Give feedback.
-
Degree character on OLED: The screens file needs to be latin1 encoded.(Actually, for other reasons, I was just about to change the file encoding to utf-8, so this problem will likely disappear in the future :-)) In your screens1.txt, the latin1 char 0xB0 was replaced with the utf8 code point U+FFFD (0xEF 0xBF 0xBD). It should be correct in the full image. If you want to modify the file via the web interface, you can use this method instead of the edit.html thing:
|
Beta Was this translation helpful? Give feedback.
-
Hi,
I was wondering what the reason is why we are not decoding the pressure values?
We just didn't get to it yet or is it because of technical or memory constraints?
Beta Was this translation helpful? Give feedback.
All reactions