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

Add LA915 frequency plan to LoRaMac.c for Brazil #57

Closed pedrocavaglieri closed 2 years ago

pedrocavaglieri commented 3 years ago

Hi @Heltec-Aaron-Lee @solotaker @gibus27 !

I have some issue when I set the ESP32 V2 to LoRaWAN network on BRAZIL, my region uses frequency plan (LA915-928A), so when I try to choose the correct LoRaWAN Region on Arduino IDE`s tools, I can't choose the suitable frequency plan. Is it possible to add a frequency plan to LoRaMac.c file to add a new frequency plan? Thanks!

I found a Region LA915-928A config files on the zipped file on the EVERYNET`s link below, see if it can help: https://ns.docs.everynet.io/channel_plans/Stackforce.html

Thanks a lot!

Heltec-Aaron-Lee commented 3 years ago

We will look into that.

pedrocavaglieri commented 3 years ago

Hi @Heltec-Aaron-Lee

Have you made any progress in this topic? The product that my team and I are developing depends on it.

Thank you very much.

viniciuspaes87 commented 3 years ago

Hi. I also have the same problem. It's not possible to choose the frequency plan for Brazil (LA915-928A). If you can add this frequency plan, please... we'd appreciate a lot. Thank you!

Polkorny commented 3 years ago

Hi. Have you made any progrss in this topic ?

Quency-D commented 3 years ago

We have added the LA915 code for WiFi LoRa 32 (V2), but we do not have a related server. Can you please help us test it, or recommend a related server, shall we test it?

pedrocavaglieri commented 3 years ago

Thank you very much for adding the LA915. I will test it on the next days and then I give you the feedback.

pedrocavaglieri commented 2 years ago

I've tested UPLINK and DOWNLINK using OTAA Activation, NS Encryption and using the frequency plan added (LA915-928A). It is working fine.

Thank you very much