2023-09-06 06:51 AM
Hi all,
Is it possible to setup the radio on the STM32WL5x to sniff raw wireless M-bus packages?
I do not want to transmit any data, just receive raw packages from meters that are in range.
Thank you in advance.
Solved! Go to Solution.
2023-09-06 07:17 AM
The Semtech chips operate in a promiscuous mode, they hear all radio traffic.So you can listen to packets on the air.
What you NEED to do is configure all the radio parameters, ie frequency, bandwidth, spread-factor, preamble, etc to match identically those of the transmitter you're trying to listen in on.
Find details on the protocol expectations, or find source for other/related Semtech radios.
2023-09-06 07:17 AM
The Semtech chips operate in a promiscuous mode, they hear all radio traffic.So you can listen to packets on the air.
What you NEED to do is configure all the radio parameters, ie frequency, bandwidth, spread-factor, preamble, etc to match identically those of the transmitter you're trying to listen in on.
Find details on the protocol expectations, or find source for other/related Semtech radios.
2023-09-06 08:09 AM - edited 2023-09-06 08:09 AM