How to add a region CN470 band code?
Opened this issue · 3 comments
zhangyyhh commented
Hello, can you add region CN470 band code to the source code?
manuelbl commented
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).
zhangyyhh commented
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: ***@***.***>
manuelbl commented
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.