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
109 stars 28 forks source link

Mod RS41ng Firmware for Serial Port Configuration #74

Open Joe-WJ2B opened 7 months ago

Joe-WJ2B commented 7 months ago

Request to mod the RS41ng firmware to use the serial port on the RS41 and DFM17 to set and permanently save the operating parameters (Callsign, Mode, Rate, Freq.) instead of having to use a config file and then have to rebuild the firmware and re-flash the unit. If so, it would make the re-purposing of these units much simpler for people who are not computer programming experts since they could easily use a windows computer to flash the supplied .bin or .hex file into the re-purposed unit and then use Putty to connect to the serial port to set the config without having to know how to build the firmware. Thanks, Joe WJ2B

mikaelnousiainen commented 6 months ago

@Joe-WJ2B Thanks for the idea. This is actually something we've been considering before and IMO it would be a really great addition. However, it requires quite a lot of effort to support all the different options in RS41ng -- and to develop some kind of "command set" for the serial port that is easy to use for the configuration. Additionally, the firmware size is quite large and already close to the maximum possible (supported by RS41), so adding this type of complex feature may get difficult in terms of the space it takes in the firmware binary.

Keeping this open if there are folks willing to contribute!

That said, I may work on this feature in the coming months, once I have a bit more time for this project -- no promises though :D