LoRaNow icon indicating copy to clipboard operation
LoRaNow copied to clipboard

LoRaNow Library is a simple LoRa Node <> Gateway communication protocol.

Results 9 LoRaNow issues
Sort by recently updated
recently updated
newest added

Heii Nice library :) If I set SF to something else like 7, then the gateway forgets it, as soon as you take the power from the device (tested on...

I'm getting messages over LoRa and sending to HTTPS server over WiFi. All works except once in a few hours (quite randomly) board crashes. I tried with ESP32 v 1.0.2...

bug

Hello, Would it be possible to send a message to the node taking advantage of the ack message that the gateway returns? I wish I could establish downlink messages from...

help wanted

I wanted to have the possibility to set the TxPower of my sensors so nearby nodes can be set to a lower power to save the batteries. I changed in...

Hi team, Have anyone tested this library with ESP.deepSleep(20e6, WAKE_RF_DISABLED) on the node? It is for whatever reason stopping the node to send the message to the gateway. I appreciate...

Dear Ricaun, I am learning to use your library. I have a question about the LoRaNow.loop() method and the State Machine. Can I sleep de uC in the onSleep callback...

With Arduino 1.8.10, ESP8266 library v2.62, ESP12 module, serial monitor reports "ISR not in IRAM" See https://github.com/esp8266/Arduino/issues/6127 in particular, https://github.com/esp8266/Arduino/issues/6127#issuecomment-501493870 and the two comments that follow that, where they specifically...

bug
duplicate

Thank you for your LoRaNow Code. I have been trying to implement low power network devices without using rather expensive Lora modules. I think lora devices are the only low...

Hi, I tried the gateway example together with the node example with two esp32 + RFM95 at 868 Mhz. The node is working fine, but the esp gateway is not...