mikaelnousiainen / RS41ng

Custom firmware for Vaisala RS41 and Graw DFM-17 radiosondes with support for amateur radio use. Ideal for tracking high-altitude balloons. Supported modes include APRS, Horus 4FSK mode, CATS, morse code (CW) and additional digital modes like WSPR and FT8 via Si5351.
GNU General Public License v2.0
110 stars 28 forks source link

APRS #5

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hi. What part of the program should be modified so that in APRS.FI when I click on the probe, show the temperature, humidity and pressure on the balloon that appears on the station? He currently does not show me anything. Figure as LW7EEA-13

mikaelnousiainen commented 2 years ago

@aledorrego The RS41ng firmware currently supports only location APRS messages, which contain the temperature, humidity and pressure information in the APRS comment field as plain text (not in any machine-readable telemetry format). Weather station telemetry, which aprs.fi expects when using the weather station APRS symbol, is not yet supported.

It seems the comment field is not displayed by aprs.fi if you set the APRS symbol to be a weather station _. The comment field you've specified is visible in the raw messages here: https://aprs.fi/?c=raw&call=LW7EEA-13

If you set the symbol to something else (maybe like a home symbol?), you should be able to view the APRS comment in aprs.fi.

That said, I could add a feature in the firmware to publish weather station telemetry in the standard format, it should not be too difficult.

Additionally, it seems that the atmospheric pressure is displayed incorrectly in the APRS comment, so there's a small bug in the code.

ghost commented 2 years ago

good perfect. I'm going to try another symbol in aprs. As for the pressure value, I think my sensor is damaging due to excess temperature when soldering it. in the week a BME280 arrives and I will try.

mikaelnousiainen commented 2 years ago

@aledorrego There's now an option to transmit APRS weather reports, see config.h. The bug with atmospheric pressure readings is also fixed.