TheThingsIndustries / lorawan-stack-docs

Documentation for The Things Stack
Apache License 2.0
32 stars 65 forks source link

Add a note for configuring the Factory Preset Frequencies in adding devices documentations. #480

Open i3mSuperMan opened 3 years ago

i3mSuperMan commented 3 years ago

Summary

An ABP device should transmit uplinks only in default frequencies until the Network Server communicates the other non-default channels via MAC Commands. However, most of the devices transmit uplinks in the non-default frequencies, resulting in the drop of these packets by the Network Server. It might result in an inconsistent device state following unexpected issues.

To avoid this, the user needs to configure the Factory Preset Frequencies so that the NS will accept uplinks in all the channels. It is valid only for non 64-channel frequency plans (EU868/IN865/AS923/...).

CC: @adriansmares to confirm and add any missing inputs.

Why do we need this ?

To let users be aware of the setting as most of the users are not aware of this behavior and in the assumption that there might be an issue at the NS end.

What is already there? What do you see now?

In the MAC Settings guide, it was mentioned how to configure Factory Preset Frequencies for ABP devices. Ref: https://www.thethingsindustries.com/docs/devices/mac-settings/#configure-factory-preset-frequencies-for-abp-devices

What is missing? What do you want to see?

Add a note point in Adding devices documentation to configure Factory Preset Frequencies while creating an ABP device of non 64-channel band.

How do you propose to document this?

...

Can you do this yourself and submit a Pull Request?

No

benolayinka commented 3 years ago

If @KrishnaIyer @adriansmares can provide more information about this, I can include it in https://github.com/TheThingsIndustries/lorawan-stack-docs/pull/494

NicolasMrad commented 2 years ago

is this still relevant?