jgromes / RadioLib

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

Support for SI4063 #196

Closed jatin-bhosale closed 2 years ago

jatin-bhosale commented 3 years ago

Will the RadioLib support SI4063 transmitter?

jgromes commented 3 years ago

I will accept PRs for that purpose, but don't plan on working on it myself due to time constraints.

jgromes commented 2 years ago

Upon examining Si4063 datasheet, it doesn't seem that interesting - basically instead of full access to the SPI registers, there's a limited command interface. 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.