Skip to main content

Data Decoding

This tutorial guides you through the process of configuring payload codecs in ChirpStack v4 so that your LoRaWAN data can be properly decoded and viewed.


tip

If you need further assistance or a visual demonstration of the process described in this guide, consult the Video Guide.

LoRaWAN data is transmitted in a compressed format and needs to be decoded.

  1. Go to Device Profiles → Codec.
  2. Select Payload Codec and paste your decoding code.

For STICKER, choose JavaScript functions as the payload codec, then click Submit.

ChirStack v4 - Gateways

Viewing Decoded Data

  1. Navigate to Applications → Events.
  2. Select Up to view uplink messages.
  3. You will now see decoded data.

Example of Codec (STICKER)