sandeepmistry / arduino-LoRa

An Arduino library for sending and receiving data using LoRa radios.
MIT License
1.65k stars 630 forks source link

Changing modulation? #387

Closed stl1988 closed 4 years ago

stl1988 commented 4 years ago

I have a M5Stack and a LoRa 433 module which uses this library. The description of the module says it supports multiple modulation modes like FSK, GFSK etc. How can I change the modulation inside my code?

IoTThinks commented 4 years ago

This library is for LoRa only.

For FSK, can try RadioLib. https://github.com/jgromes/RadioLib/blob/master/examples/SX127x/SX127x_FSK_Modem/SX127x_FSK_Modem.ino