HelTecAutomation / ESP32_LoRaWAN

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 Automation(TM). Need a unique license to use it.
344 stars 108 forks source link

OTAA Example not working on TTN. #72

Closed italocjs closed 2 years ago

italocjs commented 2 years ago

I have a issue where a gateway can receive the package sent from OTAA LoraWan example, but for some reason the "end device" shows no activity.

Screenshot 1 - A router receiving data from the node Screenshot 2 - The end device "doesnt receive updates", even tough the router is receiving.

Anyone has any idea of what might be happening? Screenshot 1

Screenshot 2

italocjs commented 2 years ago

I found that the issue is that TTN doesnt not allow single channel gateways anymore, that is what was causing this issue. OTAA example is probably fine but i cant test as i dont have a gateway.