-
While compiling I get errors.
Firstly, it does not find #include "gps.h"
and it stops there :
"Multiple libraries were found for "TinyGPS++.h"
Lora-TTNMapper-T-Beam:12:17: error: gps.h: …
-
I get the following error
`WARNING: library brzo_i2c-master claims to run on esp8266 architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
In file incl…
-
Hi,
I always get EV_TXCOMPLETE back when I call do_send(&sendjob).
Even if the message was not sent, because there was no window to send due to duty cycle limitations?!
Tested with the ttn-abp…
-
Hi, I'm currently trying the master (and 3.x) branch and in both cases the setup hangs on os_init. Using the 2.x tag works better, however never joins via OTAA network.
I'm testing with an Adafruit…
-
Hi,
I am an amateur users of your library but have been storing and retrieving LMIC state parameters in RTC memory while in deep sleep (ESP32 based board)
This is to avoid an OTAA join every wak…
-
LoRaWAN MACs calculate a start time for starting the receiver.
It looks like SF12 is wrong for the LMIC -- too late. I found this with EU RX testing. Here are the times in ms.
Code | SF12 | SF1…
-
If one has LoRa enabled in userdefines.h, it misses that header file.
searching for `lmic` in the arduino library manager yields 3 different libraries, which one is it and what's a known-good versi…
-
I am using IN865 band in India and setup Node/gateway. I am not clear about the configurations we need to modify for IN865 band on the existing otaa/abp sample codes. Any kind of inputs on this IN 865…
-
In example ttn-otaa.ino on EV_JOINED the application and network session keys are printed but incorrect. The same may hold for other examples (but not checked).
When using the HEX specifier print(v…
-
Hello,
anyone got it to work on ttgov1?
Oled doesent work (is enabled in the configuration)
and in the console i become this error:
`
[I][lorawan.cpp:297] lora_stack_init(): LORA send qu…