arduino-lmic
arduino-lmic copied to clipboard
:warning: This library is deprecated, see the README for alternatives.
1st code upload had no problems and the device was sending packets through my gateway, but when I made a minor change and uploaded again, Windows (10) reported that it...
Hi, I tried to make LMIC working with low power mode when timer0 is not updated. After several attempts I ended up to modify hal_ticks() in order to take into...
Hi, I'm working on ADR in a ABP example project. When setting the ADR to 1, The device starts sending at SF12. It won't change SF even though the RSSI...
Hello all, I'm running a dragino LoRa Shield v1.4 on an Arduino Uno on 433 MHz. Arduino reports me the following error: FAILURE ...\radio.c:750 I have no clue, where to...
Hi I am working on Dragino LoRa shield v1.4 using this your library. I need to do a log file containing the following information: 0- The Timestamp 1- The Message...
Hello, I have two same boards working with the same program. I am using Arduino-LMIC library with a RFM95 radio module and my boards have a ATSAMD21 With my first...
Can you please implement a sleep mode, so the system does not draw so much current when waiting for the next tx?
The radio.c configPower function does not configure the RFM95 sx1276 module correctly. The power consumption show the PA is activated at +20dB during transmission even if the function parameter is...
I am using `ttn-abp.ino` example with a single channel gateway (https://github.com/kersing/ESP-1ch-Gateway-v5.0). When I reset my ESP32 the first run of `do_send()` function has `LMIC.opmode` with value `0x800` (which means "find...
I would like to synchronize my microcontroller with UTC time. Can I use the library for this, using the LoRaWan 1.1 feature DeviceTimeReq?