arduino-device-lib icon indicating copy to clipboard operation
arduino-device-lib copied to clipboard

Arduino Library for TTN Devices

Results 21 arduino-device-lib issues
Sort by recently updated
recently updated
newest added

This fixes two issues when building with -Werror ``` lib\arduino-device-lib\src\TheThingsNetwork.cpp: In member function 'bool TheThingsNetwork::setSF(uint8_t)': lib\arduino-device-lib\src\TheThingsNetwork.cpp:943:14: error: 'dr' may be used uninitialized in this function [-Werror=maybe-uninitialized] 943 | s[0] =...

The output from the SendOTAA example looks like this: ``` -- STATUS EUI: Battery: 3325 AppEUI: 0FB6664FBCD5E97F DevEUI: Data Rate: 5 RX Delay 1: 1000 RX Delay 2: 2000 --...

prio/low

Calling `join` for OTAA [invokes `configureChannels`](https://github.com/TheThingsNetwork/arduino-device-lib/blob/389ab709bcdee14f62d95a66a5a985b36b6bafdf/src/TheThingsNetwork.cpp#L520), which for some regions erroneously changes the RX2 settings: ```cpp void TheThingsNetwork::configureEU868() { sendMacSet(MAC_RX2, "3 869525000"); sendChSet(MAC_CHANNEL_DRRANGE, 1, "0 6"); char buf[10]; ... ```...

prio/high

What would be the freqPlan code for 433MHZ? [codigo.txt](https://github.com/TheThingsNetwork/arduino-device-lib/files/7237639/codigo.txt)

Hello All, I would like to play a bit with the receive window slots 1 and 2 for testing and debugging purposes. I am scanning through all those lines of...

I'm trying to set the "syncword" based on [this article](). I want to try the private `0x12` syncword but I can't find a way to set it using the library....

Hello, I am using this library on a custom board based on Arduino Zero (same SAMD microcontroller) with the RN2483 LoRa transceiver. TTN was working perfectly until, at some point...

As far I can see, the example code only tries to join on `setup()` but if the session expires (i.e. as in the case of the V2->V3 migration), the node...

Hi All, I really like this library, very well documented and easy to get going. I was wondering if I could request a feature: I would like to check battery...

Firmware version 1.0.5 adapted to our frequency plan (AU-915), which works in class C. As it is not the final version, keep in mind that it can sometimes throw mac_error...