arduino-LoRa
arduino-LoRa copied to clipboard
An Arduino library for sending and receiving data using LoRa radios.
I am unable to send or receive through a STM32L051C8T7 board.. No failure in setup, but it freezes on `LoRa.endPacket();`, ` hSerial.print("4");` is never called in the code below. It...
At present, when a CRC error is reported from the device the packet is silently dropped. It would be extremely helpful to report this error to the user for a...
Hi there, is it possible to add support for sx1262? I'm not able to use RadioLib on my arduino as it id too big for the flash memory and your...
Sx1262
can we use Sx1262?
Hello, I was using this great library for quite some time but I never got around the fact it lacks a very basic method i.e. function. The method I imply...
Moved two get/set functions fro private to public. Added new getTxPower function.
I recently encountering an issue i want to use ESP32S with LORA RYL896 but issue is from the Sender i send the data to my Receiver but unable to receive...
This may be an offshoot of https://github.com/sandeepmistry/arduino-LoRa/issues/482. Am using this calculator: https://avbentem.github.io/airtime-calculator/ttn/us915/222. I can see how to set SF, BW, and Frequency. However, am not sure how to set overhead...
Add deep sleep functions for SplashMe 2 Switch
