-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add AS923 frequency plan to LoRaMac.c #24
Comments
OK, please give us a few days. |
OK Thanks a lot ! |
me also need your help of AS923 (AS1). Thanks |
Hi @Heltec-Aaron-Lee ! However, there are some new problems:
I'm using us915 bandwidth and ttn network with my esp32 lora node and HT-M01 LoRa Gateway |
Hi @Heltec-Aaron-Lee |
Hi @Heltec-Aaron-Lee |
@s0301132 Hi, I had updated the code last few days many times, please use the "git pull" update again. About the sub-band usage, please refer to this document, maybe it makes sense to you. |
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
Commissioning.h
file I can't choose the suitable frequency plan. Is it possible to add a frequency plan toLoRaMac.c
file to add a new frequency plan? Thanks!I find a RegionAS923 config files from repositories LoRaMac-node see if it can help:
https://github.com/Lora-net/LoRaMac-node/blob/develop/src/mac/region/RegionAS923.h
https://github.com/Lora-net/LoRaMac-node/blob/develop/src/mac/region/RegionAS923.c
Thanks a lot!
The text was updated successfully, but these errors were encountered: