Flipper does not recognize weather stations reports with its default 'Decode` feature in Sub-Ghz.
I've got a RAW signal which looks like a weather station report to me (low dense, ~700ms).
And just to assure myself I would like to check it with Weather Station app.
The signal looks like this:

I've decoded it to individual bytes add it is 1000 1000 1000 0000 1110 0001 1111 0010 1000.
Then used external application to decode it and I wasnt wrong. Its Nexus weather data,
but in the end it would be nice to decode it on the Flipper device.
Flipper does not recognize weather stations reports with its default 'Decode` feature in Sub-Ghz.
I've got a RAW signal which looks like a weather station report to me (low dense, ~700ms).
And just to assure myself I would like to check it with Weather Station app.
The signal looks like this:

I've decoded it to individual bytes add it is
1000 1000 1000 0000 1110 0001 1111 0010 1000.Then used external application to decode it and I wasnt wrong. Its Nexus weather data,
but in the end it would be nice to decode it on the Flipper device.