Skip to content

Versatile, custom firmware for new revision of Vaisala RS41 radiosondes

License

Notifications You must be signed in to change notification settings

Nevvman18/rs41-nfw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RS41-NFW - Versatile, custom firmware for new revision of Vaisala RS41 radiosondes

Vaisala RS41 New Firmware (RS41 Nevvman's Firmware)

NOTE: This firmware works with the all variants of RS41 radiosondes, with the new RSM414 too. More below.

Vaisala some time ago began launching new RS41 sondes, with new internal design. They can be recognized by a last digit of 4 of the PCB model (eg. RSM414, RSM424). This firmware is an approach for reusing them as amateur devices for many different purposes. It also brings support for older models.

Radiosondes?

These small electronic devices are used by weather instututes to perform atmospheric sounding and high altitude measurements, up to the stratosphere (HAB - high altitude balooning). After the flight, usually they are meaningless for the launch company, so they can be collected by people (verify this according to the certain launch site). This acvitivty is called radiosonde hunting

The most simple and costless way of collecting radiosondes is to track them on sites like radiosondy.info or SondeHub (previously HabHub).
Another, more advanced way is to hunt them with radio receivers. Most of them transmit on the EU 400-406 MHz radiosonde band, near an amateur 70cm band. You can do that by a simple direction finding with a directional (for example Yagi) antenna and a handheld receiver.

But, currently the best way is to utilize a Software-Defined Radio (SDR, for example an RTL-SDR v3 / v4, Nooelec SDR, RSP1 or HackRF) together with a 70cm band antenna (dipole should work for sondes in air as far as 100km, the best is a high gain Yagi, with this setup you could easily hear a radiosonde hundreds kilometers away) and a specialized software for a computer, laptop or a Raspberry Pi. On the internet you will find lots of tutorials for receiver setup, tracking and hunting of them.

Kind note: After each hunt, either successful or not, please change the radiosonde status on the previously mentioned trakcing sites. This will not only let many people save on fuel and patience, but also allow everyone to take a look on sounding statistics and other things. On the most simple site for tracking (SondeHub) you don't even need to create an account to change the sonde status, which only takes a minute.
It's an unpleasant feeling, when after driving dozens of kilometers in search for radiosonde you come across an empty field without any ballon traces.

For more details about HAB and sonde hunting, please look on google and social media, there is a ton of valuable content.

RS41-NFW Firmware features

  • Support for ALL RS41 versions (eg. RSM421, RSM414, RSM424), including the new ones with the '4' at the end of the PCB model.
  • Multiple, customizable transmission modes
    • Horus Binary 4FSK v2
      • One of the most efficient radio modes for HAB and other simple telemetry designs, allows for decoding of very weak signals
    • RTTY
      • Customizable 45 and 75 baud rates, possibly other available
      • Customizable tone spacing as a multiplication of 270Hz (minimum Si4032 offset)
    • Morse code (CW)
      • Customizable wpm speed and dot length
    • PIP
      • Beacon operation, transmitting short beep with a specified interval, which could be used as a foxhunting TX device
  • Thorough support of RS41 hardware, including GPS, radio, power circuitry, reference heating etc.
  • Detailed in-built debugging features via LED status and serial messages
  • Onboard button allowing user to change different operation modes and parameters 'in-flight'
  • Safety features, including battery voltage and temperature protection
  • Support for extending hardware capabilities, including external I2C or UART sensors (coming soon to the fw)
  • User-friendly firmware and IDE allows users to easily customimze the device operation

Installation guide

A thorough, detailed project guide is available at the links below.
If you want to fully utilize all capabilities of this firmware, please, read the documentation in the following header order:

Firmware flashing

See: fw/FLASHING.md

Firmware compilation

See: fw/COMPILE.md

Firmware and device operation

See: fw/OPERATION_MANUAL.md

RSM414 hardware

See: hw/README.md

Firmware changelog

  • v25 - powerSave mode, featuring automaticaly-adjustable TX power and transmission intervals, based on the altitude. Changed default values of the firmware.
  • v24 - some improvements in the GPS Dynamic Model setting, support for both old and new sondes, simple VALSET & VALGET validation mechanism for the new sondes. The Airborne 1G mode is still experimental!
  • v231 - fix issues of the previous release v2.3, thanks to (still) this issue #3. Changed OIF411 data interpretation according to the operation manual (raw data division).
  • v23 - added experimental uBlox GPS Airborne 1G Dynamic Model selection via UART of the module, thanks to this issue #3
  • v22 - support for OIF411 ozone sounding system (including decoding the ozone info and transmision to ground), XDATA port mode selection (disabled, debug UART, XDATA UART), easy method of changing the payload-ID in Horus v2 mode, height activated oscillator heater
  • v21 - added support for old RS41 models (RSM412)
  • v20 - initial public release, releases before this were never published

Incoming features:

  • External sensors - BME280 (developer of the firmware wanted to give this capability in the v22 version, but due to some develpoment site issues this will probably be added ater on)
  • More power saving features
  • Fox hunting mode, featuring very low power consumption mode, transmission planning and beacon customization
  • Transmission scheme planning and schedule, according to GNSS time and coordinates

People responsible for this project

References

Final notes

The creator of this project isn't at all responsible for any kind of harm made by devices operated with these instructions. Follow your local law about radio transmissions and ballon flights. This device isn't a certified airplane. This firmware wasn't tested in HAB scenarios, yet. Cheers.