/radiosonde_hacking

RS41 and DFM09 radiosonde projects

Primary LanguageCGNU General Public License v2.0GPL-2.0

radiosonde_hacking


  • Vaisala RS41 projects
  • Graw DFM-09 projects
  • Based on libopencm3 libraries
  • Developed in QtCreator IDE
  • GCC ARM none EABI compiler (arm-none-eabi)
  • Some templates for new project
  • ST-link clone info/pictures/bluepill
  • Free GNU/GPL license

Building libopencm3


Init and download/update submodule

$ git submodule init
$ git submodule update

Build it (requiest python3 to generate some code)

$ cd libopencm3
$ make

Building projects

TODO