The LoRa Developer Forum is now in read-only mode and new content will not be added.
Semtech, in its commitment to enhance user experience and streamline content, has successfully integrated the LoRa Developer Portal content into Semtech.com. As a result of this consolidation effort, the LoRa® Developer Portal Forum will be discontinued on May 1st. After this date, you will be automatically redirected to Semtech.com.
For any technical support related to LoRa, please feel free to reach out to our experts here. If you have sales inquiries, please contact us here.

FORUM

WM1302 Lorawan Packet Decoding

Hello,
I am trying to implement a gateway for WM1302. I have sent a payload with an end node that has sx1262, It uses the LoraWAN protocol. I can receive packets via WM1302. But when I try to decode packets on https://lorawan-packet-decoder-0ta6puiniaut.runkit.sh/, It gives me a strange result. It shows message type, f_count, port number, and some other parts are not correct. For example; RX_BUFFER:
A5C03A057308C0430370C608000B0C0230C173703FA02F38996659271ADE03928238BB2497A96B0E4B8315B37BC1649CA581CB3CF937F3191C2D078D4181AD644F68B101EA7E7A409324848A0D5B95002C, this message should be a data up, port number 01 but It gives random numbers instead. How can I decode according to LoraWAN messages properly taken from WM1302?