DylanG

Results 14 comments of DylanG

This output is from Debug level 2: ADR 1: ` I (8467) ttn: event EV_TXCOMPLETE 14881690: engineUpdate, opmode=0x910 Message of 0 bytes received on port 0:MAC Attempt 4 02 I...

I don't appear to be able to build with LMIC_ENABLE_event_logging=1: Getting a lot of these types of errors: c:/users/dylan/.espressif/tools/xtensa-esp32s2-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32s2-elf/bin/../lib/gcc/xtensa-esp32s2-elf/8.4.0/../../../../xtensa-esp32s2-elf/bin/ld.exe: esp-idf/ttn-esp32/libttn-esp32.a(ttn.c.obj):(.literal.event_callback+0x14): undefined reference to `ttn_log_event' c:/users/dylan/.espressif/tools/xtensa-esp32s2-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32s2-elf/bin/../lib/gcc/xtensa-esp32s2-elf/8.4.0/../../../../xtensa-esp32s2-elf/bin/ld.exe: esp-idf/ttn-esp32/libttn-esp32.a(ttn.c.obj):(.literal.ttn_configure_pins+0x0): undefined reference to `ttn_log_init'...

Hi, I am having the same issue raised here and using the Hello_World example. I am using AU915. The code hangs at this line: xQueueReceive(lmicEventQueue, &event, portMAX_DELAY); in the TheThingsNetwork.cpp...

@manuelbl Tested and working great, is C version new too? I recall only having a C++ version? Great work!

Hi guys, great conversation. I have implemented an abort process (I even change an LED to red to indicate this) to the join process after 5 failed join processes, it's...

Hi all, Thanks for the replies. I managed to get [this version ](https://github.com/diplfranzhoepfinger/ttn-esp32/issues/1)working for the deepsleep cycles using a small fix which seems to have made it stable (It's been...

Great work! Coincidentally I will be performing a lot of power consumption tests on my firmware/hardware over the next few weeks. Good timing for this addition, I'll test it extensively...

I've finally gotten around to testing power consumption in deep sleep. I am getting about 55uA while in full deep sleep including putting the lora module to sleep while connected...

I tried adding it to the ttn_join, then tried adding them along different lines of the join_core, issue still remains. Let me know your thoughts and I can check it...

Thanks for the quick reply. Looks like it works but is having an issue with the power cycle potentially. After the downlink activates test mode I put the device to...