LoRaRF-Arduino icon indicating copy to clipboard operation
LoRaRF-Arduino copied to clipboard

Send and recive data

Open djksion opened this issue 2 years ago • 1 comments

How i can send and recive data in 915m30

djksion avatar Apr 29 '23 11:04 djksion

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);

chandrawi avatar May 14 '23 23:05 chandrawi