Can not use end device using AS923-2 in The Thing Stack

Hi Mr. Jeff,
According to Lora Alliance documentation, AS923-2 has a frequency of 920-923. It’s different from that of TTN

Indeed, and you saw my comment above wrt Freq offset under plan, and comment wrt reduced number of channels available under the plan…then you looked at the links provided by Jason @jreiss, specifically this one appears to hold - if @Johan comments you might get more…us voluteers dont set the plans unfortunately (or more likely fortunately :rofl: )

AS923-AS925 (“AS2”) may have been created before AS923-2 existed in Regional Params spec.

AS923-AS925 (“AS2”) == AS923-1
AS923-AS925 (“AS2”) != AS923-2

AS920-AS923 == AS923-2
You say that this plan is working. I would use this plan.

Unless you have more info?

The gateway can get data from the end device but the end device still cannot join the network server. It says “uplink chanel not found” error like the image attached above

Which plan have you selected for your gateway and end-device in TTN?

Both gw and device settings in TTN must match.

Uplink channel not found usually means the end device record in TTN is not correct.

I selected AS920-AS923 for both gw and end device

Is your device set to OTAA or ABP?

Hi Mr. Kersing,
My end device was set OTAA.

That happens if the device sends data on a frequency that does not match the device settings. Make sure your hardware is configured to use:

otherwise it will not be able to join.

AS920-AS923 looks to be another AS923-1 version.
Channels are 922.0-923.4 MHz so the channels your device and gateway are using, 921.4 and 921.6 are not supported.

Asia 920-923 MHz (AS923 Group 2) plans are what you are looking for.
They only support the two default channels as @Jeff-UK has shown.

The mapping of TTN UI dropdown selections to plans are shown in this file.

Yes, I think this is a problem. My end device has been set with AS923-2.The actual frequency it sends to the gateway is 921.4-921.6MHz. This frequency complies with the LoRa Alliance, Inc. specification for AS923-2. But on TNN I can’t find suitable option for AS923-2. The option Asia 920-923 on TNN is AS923-1. Does that mean I can’t use AS923-2 on TTN?
image

Thanks a lot for your reasonable explanation. Does that mean I can’t use AS923-2 on TTN?

“Asia 920-923 MHz (AS923 Group 2)” plans are what you are looking for. There are several options.

Group 2 = A923-2

Hi @phitran, i’m using TTN in Hong Kong, same frequency plan AS923-925 (“AS2”).
This is my gateway config:
Screenshot from 2022-11-25 11-53-40
And my end device:
Screenshot from 2022-11-25 11-53-09
I use the LMIC library with #define CFG_as923 1
This works well, and my gateway sees other non-TTN uplinks (923.2-924.6MHz) so i think this configuration is correct.

Hi Mr. @jreiss,
I am using The Things Stack with v3.15.5 and I can’t find the right frequency option. Is there any limitation with this version?
image

Currently TTS(CE) (aka TTN V3) running on 3.22.2 so you are somewhat behind wrt maintenance & updates/features/compliance/security etc. and would recommend you update, irrespective of freq plans :wink:

Hi Mr. @Jeff-UK ,
Thanks for your advice.I have updated to V3.20.0 version. Selecting AS923-2 has appeared but I am having a similar error in the link below. I have read the comments and have not found the solution yet.

As this is a double post but the other is more relevant, closing this thread.