chandrawi / LoRaRF-Arduino

Arduino library for basic transmitting and receiving data using LoRa and FSK modulation
MIT License
53 stars 15 forks source link

Send and recive data #15

Open djksion opened 1 year ago

djksion commented 1 year ago

How i can send and recive data in 915m30

chandrawi commented 1 year ago

What do you mean by 915m30? Dou you mean 915030000 Hz frequency? In this case you must set the frequency with the following code

LoRa.setFrequency(915030000);