Warm tip: This article is reproduced from serverfault.com, please click

how i can Sniff LoRaWAN packages?

发布于 2021-07-09 15:05:55

I have a temperature, humidity and pressure sensor working over the LoRaWAN , I can get the read with the phone by NFC.

Also, I have some Arduino projects working with esp32 and RFM9X(Lora) boards to exchange data between the radio modules.

I want to sniff the LoraWAN packages that exchange between radio boards or between the sensor and another device

How I can do that by Wireshark??

I already have cc2531usb dongle I am using it for ZigBee packets , can i use it for Lora and how?

Questioner
Eng-Mohamad Badr
Viewed
0
Norbert Herbert 2021-07-12 18:04:28

In order to capture LoRaWAN uplink messages, you need a LoRaWAN gateway. In order to capture downlink messages, you need an end device. The difference between UL and DL messages is that DL is sent with inverse polarization. This is why sniffing LoRaWAN messages is not so easy. The easiest way to see what is going on between a LoRaWAN end device and a network is to use a packet logger that is usually provided by a network server. One of the best packet logger is Actility's Wireless Logger, that you can try on the ThingPark Community portal.