jgromes / RadioLib

Universal wireless communication library for embedded devices
https://jgromes.github.io/RadioLib/
MIT License
1.49k stars 377 forks source link

nRF905 module support #185

Closed freechw closed 3 years ago

freechw commented 3 years ago

This project very usefull and awesome, can you add nRF905 module support?

jgromes commented 3 years ago

Unfortunately I currently don't have the time to add support for nRF905 myself. However, I will accept PRs for that purpose.

freechw commented 3 years ago

Thanks a lot!

jgromes commented 3 years ago

Upon examining nRF905 datasheet, it doesn't seem that interesting - basically an nRF24 in sub-GHz frequency band. This means it's lacking a lot of features compared to the other modules supported by the library. There's also most likely no way to make it compatible with ham radio modes like RTTY or AX.25, which is a big part of RadioLib.

Unforuntately there are other priorities, so this won't be worked on.