-
Notifications
You must be signed in to change notification settings - Fork 63
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
How to add a region CN470 band code? #61
Comments
Hi This library builds upon the MCCI Catena arduino-lmic library. In order to support the CN470 region, it needs to be added to that library first. You could get in contact with the maintainers of that library, or even contribute the necessary changes yourself (also see https://github.com/mcci-catena/arduino-lmic/blob/master/HOWTO-ADD-REGION.md). |
Thank you very much for your answer.
If Lora nodes join the network through ABP instead of OTAA, is it supported in ttn-esp32 code?
发件人: ***@***.*** ***@***.***> 代表 Manuel Bl.
发送时间: 2023年2月20日 14:50
收件人: manuelbl/ttn-esp32 ***@***.***>
抄送: zhangyyhh ***@***.***>; Author ***@***.***>
主题: Re: [manuelbl/ttn-esp32] How to add a region CN470 band code? (Issue #61)
Hi
This library builds upon the MCCI Catena arduino-lmic <https://github.com/mcci-catena/arduino-lmic> library. In order to support the CN470 region, it needs to be added to that library first.
You could get in contact with the maintainers of that library, or even contribute the necessary changes yourself (also see https://github.com/mcci-catena/arduino-lmic/blob/master/HOWTO-ADD-REGION.md).
—
Reply to this email directly, view it on GitHub <#61 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/ALW7R5DR7FBR63FDSAAAYLDWYMH25ANCNFSM6AAAAAAVBI5OJQ> .
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
The library is specifically designed for The Things Network (TTN). The lastest TTN version only supports OTAA. So that's what this library supports. ABP is not supported. |
Hello, can you add region CN470 band code to the source code?
The text was updated successfully, but these errors were encountered: