You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: