ESP32_LoRaWAN icon indicating copy to clipboard operation
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...

Results 61 ESP32_LoRaWAN issues
Sort by recently updated
recently updated
newest added

I'm trying to send large LORA-messages (directly from node to node) for testing reasons (not operational) with `#define RF_FREQUENCY 868000000 // Hz` `#define TX_OUTPUT_POWER 15 // dBm` `#define LORA_BANDWIDTH 1...

Platformio.ini: ``` [env:heltec_wireless_stick] platform = [email protected] board = heltec_wireless_stick framework = arduino upload_port = COM6 monitor_speed = 115200 lib_deps = https://github.com/mikalhart/TinyGPSPlus https://github.com/HelTecAutomation/Heltec_ESP32 https://github.com/HelTecAutomation/ESP32_LoRaWAN ``` Log of build and Monitor of...

Can you please comment on the correct endian type (LSB or MSB) for the keys: -Device EUI -Application EUI -Device Address -Network Session Key -App Session Key Thank you!

Hi, I want to get the network time from the gateway, What should I do?

Hello, I am trying to receive the downlink messages from my gateway. I know received data appears on the serial monitor but I wanted to use the data without reading...

Hi! First of all thank you for what you've done with this code! My problem is when I try to install this repertory to my project, an error occurs. Do...

I need develop a Bluetooth - LoraWan bridge, but when i insert a default ESP32 Bluetooth library (BluetoothSerial.h or BLEDevice.h), I have compilation conflicts with ESP32_LoRaWAN.h library. Any suggest?

In readme.md, there's a link provided for more information: `For more details about how to use this library, please refer to this document: https://docs.heltec.cn/#/en/user_manual/connect_an_esp32_+_lora_node_to_a_lora_gateway_via_lorawan_protocol`, however the [page linked](https://docs.heltec.cn/#/en/user_manual/connect_an_esp32_+_lora_node_to_a_lora_gateway_via_lorawan_protocol) does not...

I’m having trouble finding the ChipId, when I check the serial monitor the output is just question marks, and the OLED goes back and the board won’t respond to button...

Is there another set of instructions on how to do this than https://robotzero.one/heltec-lora32-lorawan-node/? Commissioning.h has 34 lines and I can't find LoRaMac-definitions.h contrary to the instructions.