Seeed-Studio / Grove_LoRa_433MHz_and_915MHz_RF

MIT License
29 stars 20 forks source link

communicating with ESP32 Lora + Lora Library #5

Open gavan1 opened 4 years ago

gavan1 commented 4 years ago

currently have the rf95_client sending with

rf95.setFrequency(868.0);

and ESP32 Lora receivers using Lora library, but not reading any data.

Is the data sent via rf95.send(data, sizeof(data)); readable by other lora receivers with the same chip SX1276 using the Lora library and not the RH_RF95?

if the 2 libraries are not compatible. ( RH_RF95 & Lora ). it would be helpful for a simple client example of the grove module using the Lora library.

Thank you.