HomeLoRaWAN Encode/Decode

LoRaWAN Encode/Decode

Online LoRaWAN encode/decode tool with PHYPayload parsing, uplink/downlink frame building, and airtime calculation for LPWAN debugging, protocol study, and link optimization.

Paste PHYPayload captured from gateways, network servers, or packet forwarder logs

Example Packets

Decoded Result

Enter packet data to decode LoRaWAN frame automatically



Documentation

What is LoRaWAN Codec

This tool decodes and encodes LoRaWAN packets and estimates airtime, useful for gateway debugging, protocol learning, and link optimization.

Key Features

  • Decode core LoRaWAN frame fields.
  • Build basic uplink/downlink packets by MType.
  • Convert across multiple input/output formats.
  • Estimate airtime and effective data rate.

Steps

  1. Input packet data in Decode tab and choose format.
  2. Inspect MHDR, MACPayload, and MIC fields.
  3. Fill parameters in Encode tab to generate packets.
  4. Use Airtime tab to evaluate timing and throughput.

FAQ

Why is decode output incomplete?

Payload may be truncated, format may be wrong, or encrypted fields require extra context.

Why does airtime differ from real measurements?

Verify SF, bandwidth, coding rate, and preamble settings against actual regional/device configuration.