helium / sx1302_hal

SX1302 Hardware Abstraction Layer and Tools (packet forwarder...)
Other
38 stars 45 forks source link

sx1303 Support #24

Open rbrtio opened 3 years ago

rbrtio commented 3 years ago

While attempting to replace the factory image on a Sensecap hotspot I identified the concentrator as being a sx1303 and not an sx1302. The existing codebase here does not support this version of the concentrator based on my attempts.

I was able to utilize the Lora-net/sx1302 repo to compile and test a functioning version of the packet forwarder as support for the sx1303 appears to have been added in v2.0 of that repo in December of 2020.

Is there a desire for someone to take the code in the other repository and merge in the changes to the configuration files and timestamp bug fix or does anybody know if Seeed has published the version utilized in their devices?

rbrtio commented 3 years ago

Not having heard anything, I have started down the path of porting changes and enabling docker support for the packet forwarder. You can check progress at this repo rbrtio/sx1302_hal/tree/helium and I will initiate a pull request when I get a bit more testing done.

rbrtio commented 3 years ago

I have submitted my work completed thus far via PR #25 and am looking for feedback on what other changes should be made.

Thanks!