ttn-esp32 icon indicating copy to clipboard operation
ttn-esp32 copied to clipboard

The Things Network device library for ESP32 (ESP-IDF) and SX127x based devices

Results 32 ttn-esp32 issues
Sort by recently updated
recently updated
newest added

The function configPower is not compiling when using CFG_sx1272_radio. The error is the following: ```bash ttn-esp32/src/lmic/radio.c: In function 'configPower': ttn-esp32/src/lmic/radio.c:673:15: error: 'eff_pw' may be used uninitialized in this function [-Werror=maybe-uninitialized]...

Hello, I'm trying to set up an ESP32 with an e19-915m20s module (based on SX1276) to send data to TTN. When adding the device to TTN, I have to enter...

Hi. This library does not compile under esp-idf 5.0. I have cloned the latest source code. I try to compile the monitoring example. And I have got this error message:...

I've started testing ADR and I can see the MAC commands from the network server changing the TXPower, however the TXPower appears to stay at the maximum setting. Am I...

Greetings, i've been trying to use ur library for quite some time but i keep getting stuck at a joining infinite loop. Sometimes it connects once and starts sending msgs...

Hi, I have been attempting to use this function: bit_t os_queryTimeCriticalJobs(ostime_t time); No matter how I've used it it's never returned a True, is this because the library halts other...

Hi, I have a ESP32 Heltec V2 Lora board. I use this ttn-esp32 firmware pack. I try to send a sensor data to the chirpstack Lorawan system, but I have...

Hello, the documentation and/or code does not indicate whether this library supports the device class B. It would be great for my application to achieve a lower downlink latency. If...

Hi, Is it possible to have ABP support? Probably it is possible to write an ABP client example using lmic low level directive, like LMIC_setSession. I tried to do it...

My application wakes up from deep sleep every hour and sends sensor data to TTN. The code basically follows the hello_world example and works quite well with my self developed...