Payload decoder

Hello, I have recently bought a RAK2287 which is running ChirpStack. Prior to buying the RAK2287 I used TTN gateways and the TTN website as my network/application server and I was able to supply code which decodes the payload of my LoRa message, pulling out all the individual fields. I would add this in the “Payload Format” section of the relevant Application. Can I do the same thing in ChirpStack? Thank you.

I’ve found the CODEC section in the device-profiles section. I assume this is where it’s done? I assume also, then, that you have to create a new device-profile for each device that has a different payload format?

Thank you.

Sure, different payload → different decoder
Or you can write a huge multidecoder, where it’s easy to get lost :slight_smile: