TheThingsNetwork / arduino-device-lib

Arduino Library for TTN Devices
MIT License
208 stars 96 forks source link

Add ABP initializations for Asian Frequency Plans #191

Closed htdvisser closed 7 years ago

htdvisser commented 7 years ago

For AS_920_923:

923200000, 923400000, 922200000, 922400000, 922600000, 922800000, 923000000, 922000000 DR 0-5

For AS_923_925:

923200000, 923400000, 923600000, 923800000, 924000000, 924200000, 924400000, 924600000 DR 0-5

For KR_920_923:

922100000, 922300000, 922500000, 922700000, 922900000, 923100000, 923300000 DR 0-5

johanstokking commented 7 years ago

@jpmeijers

jpmeijers commented 7 years ago

See https://github.com/TheThingsNetwork/arduino-device-lib/pull/199

jpmeijers commented 7 years ago

Currently supported frequency plans are:

  TTN_FP_EU868,
  TTN_FP_US915,
  TTN_FP_AS920_923,
  TTN_FP_AS923_925,
  TTN_FP_KR920_923

This issue is therefore solved. Let's open new, separate issues for the IN865-867 and AU915-928.