ESP32_LoRaWAN
ESP32_LoRaWAN copied to clipboard
Transplanted from Semtech LoRaWAN(https://github.com/Lora-net/LoRaMac-node) protocol to "ESP32 + Arduino" platform. Use RTC, support deep sleep, only working with ESP32 + LoRa boards made by HelTec Au...
I am using the following code for the wireless stick, it seems to be the only workable example for uploading to the helium network. It seems a bit over complex...
A few errors showed up when compiling this project in ESP-IDF 4.4. These are genuine bugs that should be addressed. Moreover, adding some entries to .gitignore, so we don't accidentally...
Add configuration files so we can use this code as an ESP-IDF component. Just check out the repository into a project's components/ESP32_LoRaWAN folder. This feature depends on Espressif's arduino-esp32 component,...
Hello, Is it possible to send string data or key-value (like json) data from the board to helium network? I see in the library the `uint8_t appData[LORAWAN_APP_DATA_MAX_SIZE];` and I tried...
ESP32_LoRaWAN/examples/OTAA_OLED/OTAA_OLED.ino The Example compiles fine. LoRa Sending works like a charme and data arriving in TTN. But the OLED stays dark. I have to something special to get the OLED...
I have an application where I don't want to put the device to sleep as it waits. But since a lot of the code is in assembler language I cannot...
Hi there, I am trying to build this example in a new PlatformIO project for my Hellten Wireless Stick: https://github.com/HelTecAutomation/ESP32_LoRaWAN/blob/master/examples/OTAA/OTAA.ino I am getting the following error: Seems like this is...
Hi I try to compile the OTAA_OLED sample code to test my Lora 32 module but when I compile I get these: ``` Compiling sketch... /home/vincen/.arduino15/packages/esp32/tools/xtensa-esp32-elf-gcc/1.22.0-80-g6c4433a-5.2.0/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM "-DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\"" -DHAVE_CONFIG_H -DGCC_NOT_5_2_0=0...
When compiling using espressif 32 version higher than 3.5.0 I get these errors at link stage: Linking .pio\build\heltec_wireless_stick_lite\firmware.elf .pio\build\heltec_wireless_stick_lite\lib486\libESP32_LoRaWAN.a(rtc-board.S.o): in function `TimerGetTimerValue': D:\\61722\\Documents\\Arduino\\libraries\\ESP32_LoRaWAN_VASR\\src\/rtc-board.c:95:(.text.TimerGetTimerValue+0x27): dangerous relocation: call8: call target out of...
Hello, Is it possible to use this library with a custom board with esp32 chips? Thank you