arduino-lmic icon indicating copy to clipboard operation
arduino-lmic copied to clipboard

:warning: This library is deprecated, see the README for alternatives.

Results 102 arduino-lmic issues
Sort by recently updated
recently updated
newest added

Hi, I tried to make the ttn-otaa work with a heltec ttgo esp-32. When i compile ii get those errors: ` C:\Users\mfsferreira\Documents\Arduino\libraries\arduino-lmic-master\src\hal\hal.cpp: In function 'ssize_t uart_putchar(void*, const char*, size_t)': C:\Users\mfsferreira\Documents\Arduino\libraries\arduino-lmic-master\src\hal\hal.cpp:234:41:...

Currently, the library allows setting the TX power using `LMIC_setDrTxpow()`. This sets the `LMIC.adrTxPow` field, but this field is never actually used anywhere. The actual tx power to use is...

Hello, I've used this library for my sensor node, but I would like to know if it is possible to take control of the loop? What I'm trying to achieve...

MAX_LEN_PAYLOAD is 52. If I send exactly 52 bytes, the payload is not sent. If I send 51 bytes, it is.

# MAP_DIO2_LORA_NOP value error? radio.c line 229 ```c #define MAP_DIO2_LORA_NOP 0xC0 // ----11-- ``` should be ```c #define MAP_DIO2_LORA_NOP 0x0C // ----11-- ``` # haven't test on sx1276??? radio.c line...

I have the Adafruit M0 LoRa feather, and I am very new to LoRa and LoRaWAN. I've cloned the latest master branch of this repo and made a few changes:...

Hi the lib is awesome! I would love to use a stm32 (bluepill) using their cubeMX HAL. But this lib currently relies on Arduino.h. So basicly I would need to...

A simple method of sleeping would be placing the sleep code in the EV_TXCOMPLETE event. But, upon waking up from sleep for a period of SLEEP_PERIOD, the hal_ticks will be...

I start not long ago with LORA I use a raspberry Pi 3 and the LoRa/GPS HAT from Dragino I like to do a Nord. If i do sudo ./thethingsnetwork-send-v1...

Hi guys. I'm working on a lora end_node device (OTAA mode) with ATmega328p, RFM module and 16MHz crystal. The device send "join request" ,Instantly the server send ack massage and...