jgromes / RadioLib

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

SX1262 TransmitDirect? #73

Closed Kerry-Huang closed 4 years ago

Kerry-Huang commented 4 years ago

Can this function be implemented in the SX1262 module? Looks like DIO2 is already occupied by the RF switch.

jgromes commented 4 years ago

transmitDirect is implemented on SX126x. Unlike SX127x however, there is no way to feed data to the module via DIO pins. The only thing transmitDirect on SX126x does is output continuous RF wave, which is used for RTTY and Morse code.