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

https://github.com/HelTecAutomation/ESP32_LoRaWAN/blob/7254947a32ffafbe437db810cbdf9a5f81cac26b/src/ESP32_LoRaWAN.cpp#L434 This line adds NOT-DEFAULT channels provided by LoRaWAN specifications. It should not be called. EU868, for example, has only 3 default channels (EU868_LC1, EU868_LC2, EU868_LC3). This function will add...

Good afternoon Dear Aaron Lee HelTec Automation Henry Espinoza greets you, from GYE ECU. I saw your page and I think you can help me with a student project on...

Hi, I'm trying to use a `Wireless Stick Lite` but get the following error message when using the `otaa.ino` example ``` rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 188777542, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock...

I am trying to connect a WiFi LoRa 32(v2) to a [MachineQ gateway](https://store.machineq.com/store/products/area-8c) There are some Arduino examples: [here](https://support.machineq.com/s/article/MQspark-Dev-Kit-Tutorial), but I have not been successful using the ESP32-LoRaWAN example sketch....

Hi @Heltec-Aaron-Lee @solotaker @gibus27 ! I have some issue when I set the ESP32 V2 to TTN network, my region use AS2 frequency plan (AS923-925), so when I config the...

Hello! I use WiFi LoRa 32 (V2). I modified the OTAA_OLED example for the US 915 range (Comissioning.h: LORAWAN_DEVICE_EUI, LORAWAN_APPLICATION_EUI, LORAWAN_APPLICATION_KEY; LoRaMac-definitions.h: USE_BAND_915; and scetch for correct LICENSE). However, I...

Hello, how to see APPSKEY to do OTAA authorization

@Heltec-Aaron-Lee . I am using the OTAA example- Heltec mini gateway- Heltec wireless shell as node. The join request sent by node is accepted in the server(both things network and...

is it available class c? thanks

I have been checking the ADR and I see that the ADRLinkADRAns MAC is not sent. I see that the "MacCommandsInNextTx" is set when the frame with the ADRLinkReq is...