Best Practices

Group Individual Devices in a Single The Things Network Application

Grouping multiple devices under a single The Things Network application offers several benefits:

  1. Common Payload Formatter: Configure a shared payload formatter at the application level, which helps prevent potential bugs and simplifies maintenance.

  2. Simplified Management: Easier to manage multiple devices under one application.

When connecting multiple templates on Blynk to a single The Things Network application, Device Provisioning from The Things Network will be disabled for both applications.

Prefer Device Provisioning through Blynk

For easier maintenance and to avoid potential errors, it is recommended to prefer device provisioning through Blynk rather than The Things Network. This approach also simplifies the device activation process, making it more user-friendly.

System DataStreams

Blynk will automatically populate datastreams named "RSSI" and "SNR" with values sourced from the antenna of the gateway that has the best SNR. Make sure to create these datastreams with the correct settings. We recommend using the following configuration for the datastreams:

NameTypeMinMax

RSSI

Integer

-110
0

SNR

Double

1
30

Additionally, you can provide the firmware version by adding a field named "Blynk Firmware Version" in your decoder. This value will then be accessible on the device page under the "Info & Metadata" and "Developer Tools" tabs.

Last updated