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

Hi there, when trying to compile the DeviceInfo example for Board "Generic ESP8266 module" I get the following error. Arduino: 1.8.13 (Windows Store 1.8.42.0) (Windows 10), Board: "Generic ESP8266 Module,...

According to TABLE 2-10: DEFAULT PARAMETERS FOR CHANNELS of RN2483 (http://ww1.microchip.com/downloads/en/DeviceDoc/RN2483-LoRa-Technology-Module-Command-Reference-User-Guide-DS40001784G.pdf) The first three channels are fixed at 868100000,868300000,868500000, the others channels can be set to appropriate Indian Frequencies according...

Is it possible to use this library with the dragino lora shield and the arduino uno with softwareSerial?

Let's discuss this first before merging.

When calling `TheThingsMessage::encodeDeviceData`, the buffer pointer pointer gets set to a temporary array on the stack, this might happen to work in most cases, but if anything is called between...

I sometimes experience that the LoRa module(RN2483) does not send anything back after a sendBytes. The current implementation will wait forever until a return signal is send. This will result...

This is a feature request. See discussion #214. Add a parameter to the sendBytes() function to override the default retry count of 7 when an acknowledgement is requested. `ttn_response_t sendBytes(const...

feature

To know whether there's actually a working module wired and the serial has begun communicating. See https://github.com/TheThingsNetwork/arduino-device-lib/pull/210#issuecomment-310416492

feature

_Based on [my TTN forum post](https://www.thethingsnetwork.org/forum/t/just-added-samr34-support-for-ttn-arduino-device-lib/57095)_ I have recently been tinkering with a [WLR089 Xplained Pro](https://www.microchip.com/en-us/development-tool/EV23M25A) board, which is based on the SAMR34. This new LoRa modem is intented to...

I am posting this so that it might help others in the future. I am using an ESP32-devkitC-V4 board with an ESP32-WROOM-UE module. I am using the latest arduino-esp32 core...