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

LoraWAN-MAC-in-C library, adapted to run under the Arduino environment

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

I recently updated the arduino-esp32 to version 2.0 and when compiling the program > ...\esp32\hardware\esp32\2.0.0-alpha1/tools/sdk/esp32/lib\libpp.a(hal_mac.o): in function `hal_init': > (.text.hal_init+0x100): multiple definition of `hal_init'; > ...\MCCI_LoRaWAN_LMIC_library\src\hal/hal.cpp:416: first defined here >...

enhancement

"connect" changed to "connected"

hello /******************************************************************************* * Copyright (c) 2015 Thomas Telkamp and Matthijs Kooijman * Copyright (c) 2018 Terry Moore, MCCI * * Permission is hereby granted, free of charge, to anyone *...

docs

In the context of the discussion here https://github.com/mcci-catena/arduino-lmic/discussions/640 I thought it's useful to get the time to the next critical job to help determine idle/sleep time on the node without...

Hi, Thanks for taking the time to read through this issue. I am trying to run the ttn-abp sketch in the examples. When i try to run it i get...

question

I'm want to set my LMIC node to send a uplink message with a 250kHz BW, but I tried a few ways to do this, but without results... My idea...

question

Hi i have problem. every details is written below: - Version of Arduino : Platform IO - Network provider : The Things Network - Region : EU868 - Board :...

question

Hello, I am intending to leverage your library for a vehicle sharing IoT device integrated with Helium. I've managed to get the examples operational, but it appears that only Class...

question

Adds driver for SX126x modems. - Created new driver (radio_sx126x.c). Uses the same functions as radio.c for anything called by LMIC but for 'private' functions it follows the API described...

Hello, I implement ttn_otaa example successfully and I need to make DR fixed at SF12. I add these but doesn't work : LMIC_setAdrMode(false); LMIC_setDrTxpow(DR_SF12, 14); Codes are below : ```...

question