arduino-lmic
arduino-lmic copied to clipboard
:warning: This library is deprecated, see the README for alternatives.
I've made a port of this LMIC library to the MSP430. I've made the uplink works perfectly, but I can't get the downlink. I'm using the ttn-abp example. I already...
I am using RFM95W module along with ATMega328p as an IoT node. I have a RAK2245 based gateway that is continuously sending packets at 923.3 and SF12. Below is the...
Hello I am quite new in Arduino and LoraWan, the Lmic library support only 915Mhz and 868Mhz, what about 433Mhz? Thanks eli
Hi there, I am working on Lora Iot development kit v 2 from Dragino in 868 MHz. I am implementing Lmic master for sendong Temp & Hum. to TTN using...
915 freq, Packet queued 96386060: EV_TXCOMPLETE (includes waiting for RX windows) Packet queued 96829613: EV_TXCOMPLETE (includes waiting for RX windows) Packet queued 97273165: EV_TXCOMPLETE (includes waiting for RX windows) Packet...
After sending a data uplink, the library continuously send 3-4 uplinks with null data on port 0. How do i prevent these null data messages?
Hello I am currently trying to use a MKRZERO and a RFM95 module to connect to the TTN in order to periodically send and access sensor data. I have been...
What is the LoRaWAN version of this library? 1.0.x? thanks
 Not sure how to fix this, randomly occurred, 3 transceivers now fixed in this state, state wont change even with library example code uploaded.
Hi, __Here is my configuration:__ * Library used : https://github.com/matthijskooijman/arduino-lmic/releases/tag/1.5.0%2Barduino-3 * Arduino Pro Mini 8Mhz, 3.3v * LoRa RFM95W * Arduino IDE 1.8.13 __Use case__ * Watermeter system to check...