manuelbl / ttn-esp32

The Things Network device library for ESP32 (ESP-IDF) and SX127x based devices
MIT License
301 stars 64 forks source link

How to add a region CN470 band code? #61

Open zhangyyhh opened 1 year ago

zhangyyhh commented 1 year ago

Hello, can you add region CN470 band code to the source code?

manuelbl commented 1 year ago

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 1 year ago

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 https://github.com/manuelbl/ttn-esp32/issues/61#issuecomment-1436418887 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ALW7R5DR7FBR63FDSAAAYLDWYMH25ANCNFSM6AAAAAAVBI5OJQ . You are receiving this because you authored the thread.Message ID: @.***>

manuelbl commented 1 year ago

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.