Skip to content

RandomEskimo/DavisSi1000

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

519 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DavisSi1000 - Firmware for SiLabs Si1000 ISM radios for AUSTRALIAN Davis ISS weather protocol

This firmware is modified from: https://github.com/tridge/DavisSi1000 to use Australian frequency hops instead of US frequency hops

Frequencies were derived from: https://github.com/dekay/DavisRFM69 and converted as such: freq = (msb << 16 + mid << 8 + lsb) * 61.03515625

Compiled firmware can be downloaded here

3DR radio (and clones) should use radio~hm_trp.ihx

RFD900 radios should use: radio~rfd900a.ihx

Confirmed working with this radio

Not working with this cheaper radio

Installing firmware

Windows: For simplicity use ardupilot Mission Planner Select the com port at the top right and set the BAUD to 57600 then, Initial Setup -> Optional Hardware -> Sik Radio and click "Upload Custom Firmware", Select the file when it asks and wait for it to install.

Other info

For further information see: https://github.com/tridge/DavisSi1000

Thanks Tridge!

About

Implement Davis ISS wireless protocol for Si1000 transceivers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 69.9%
  • C# 13.3%
  • Python 9.8%
  • Makefile 6.1%
  • Other 0.9%