LoRaRF-Arduino
LoRaRF-Arduino copied to clipboard
Arduino library for basic transmitting and receiving data using LoRa and FSK modulation
How i can send and recive data in 915m30
I have modified the power and gain, the distance is not good, and I have tried another code distance. Is there any problem? Where should I modify it? Intersection
Hi, the getStatus method isn't working due to wrong shift operation. ``` void sx126x_getStats(uint16_t* nbPktReceived, uint16_t* nbPktCrcError, uint16_t* nbPktHeaderErr) { uint8_t buf[7]; sx126x_transfer(0x10, buf, 7); *nbPktReceived = (buf[1] >> 8)...
I have trouble builing the example SX126x_LoRa_receiver_listen, with ESP32 Dev Module, esp32 3.0.0 version hardware but fail, and it outputs: ...\libraries\LoRaRF\SX126x.cpp.o:(.literal._ZN6SX126xC2Ev+0x0): undefined reference to `vtable for BaseLoRa' collect2.exe: error: ld...
I'm using a DreamLNK LLCC68 915MHz SPI LORA module available from [LCSC](https://www.lcsc.com/product-detail/LoRa-Modules_DreamLNK-DL-LLCC68-S-915_C2894791.html) and I'm having trouble getting it to work with the "SX126x receiver continuous" example code. I've filled in...
Boards: https://heltec.org/project/wireless-stick-v3/ Trying to send "hello" messages between the two of these and instead receiving garbled (seemingly not random as they repeat) characters: ``` loragate/debug [D][lora_mqtt_bridge.sensor:101]: received packet: ?@m$ loragate/debug...
I am just curious to know that is this library is compatible with LoRa-E5 mini or not?