arduino-lorawan
arduino-lorawan copied to clipboard
User-friendly library for using arduino-lmic with The Things Network and other LoRaWAN® networks
Example sketch showing how to periodically poll a sensor and send the data to The Things Network. Based on simple_sensor_bme280.ino with the following modifications: - reading the sensor data is...
Missing return statement on Arduino_LoRaWAN::setFrequency - causes compile errors. Could be related to an earlier issue I raised? https://github.com/mcci-catena/arduino-lorawan/issues/181
https://lom204-cli-wisol.blogspot.com/2022/07/importante-opcao-nao-oficial-da-wisol.html not issue 😀
``` // return the country code constexpr uint16_t kCountryCode(char c1, char c2) { return (c1 < 'A' || c1 > 'Z' || c2 < 'A' || c2 > 'Z') ?...
I'm not having much luck getting session save/restore to work. Multiple examples show that you need to implement NetSaveSessionInfo/NetSaveSessionState/NetGetSessionState. Based on issue #165 I also added GetAbpProvisioningInfo. When that wasn't...
The library worked fine on Arduino 1.0.6, but after upgrading to v2.0.0 the device reboots on the next loop cycle after calling `Arduino_LoRaWAN::SendBuffer()`. I have a `Lora` wrapper class which...
I'm using the LMIC-node library on the Heltec LoRa WIFI V2 board and there is the following problem that appears randomly in time: `Event: Uplink not scheduled because TxRx pending`...
With the older LMIC, it was a great idea to use the subband restriction prior to joining, because the search algorithm was really slow (and could take arbitrarily long to...
Based on Readme's Network selection section this combination is not supported. But Helium network has a huge coverage in EU.
https://lom204-cli-wisol.blogspot.com/2022/01/importante-opcao-nao-oficial-da-wisol.html