dl9rdz / rdz_ttgo_sonde

280 stars 99 forks source link

Add support for RS41 short measurement frame 0x7F #353

Closed OK2MOP closed 1 year ago

OK2MOP commented 1 year ago

This small modification should not impact the code size nor the memory allocation: it adds support for 0x7F subframe containing only temperature and humidity for RS41-SGM radiosondes not being equipped with pressure sensor. It has been tested in the wild on two devices and 3 different radiosondes.

Description of the subframe can be found at bazjo/RS41_Decoding, the start is same as the 0x7A MEAS frame, just the pressure values are missing.