arduino-lorawan
arduino-lorawan copied to clipboard
User-friendly library for using arduino-lmic with The Things Network and other LoRaWAN® networks
This macro gives the names of the events as a "multi-z" string. It should not live in `Arduino_LoRaWAN_lmic.h`, it belongs in the LMIC (in lmic.h).
The builds take a long time. The parallelization done in arduino-lmic allows us to do more testing with less clock time. We should do the same here.
If debug output is implemented with a callback (`myEventLog.logEvent()`), its contents, formatting and debug port should entirely be defined there. Specifically, I am using the logging macros from https://github.com/espressif/arduino-esp32/blob/master/cores/esp32/esp32-hal-log.h in...
The function " bool uplinkRequest(void) " needs a bool back. My suggested improvement is to return true. But it would also work to make the function a void.
I use ESP32 DOIT V1 dev board and HopeRF RFM96 radio module. I add required library, edit platformio.ini file and could compile the sketch successfully. When upload code into dev...
closes #218
Hi there, I try to implement getting downlink messages. When I send downlink messages to my node by using TTN network, I can get downlink messages at my node side...
Hello :) Iam martin from germany and i try to connect my ttgo v21 boards with the the things network. Unfortunately I get a lot of errors in platform io...
Added option for setting RTC from LoRaWAN network time
Hi, My sketch is based on the example [simple_sensor_bme280.ino](https://github.com/mcci-catena/arduino-lorawan/blob/master/examples/simple_sensor_bme280/simple_sensor_bme280.ino) I am using a modified version of `doUplink(void)` which works just fine. Then I have added a receive callback function named...