Files
rtl_433/include
Benjamin Larsson 4d37e6f9da Add support for Oregon Scientific WMR500 weather station
Closes #2407. FSK PCM, ~26 us bit width, inverted levels. Reverse
engineered from 3 years of prior investigation in the issue (confirmed
preamble, message framing, and CRC-16, though the actual sensor payload
was never solved) plus new work correlating the reporter's own log
against the one piece of ground truth available: display readings
drifting from 7.1 C/59% humidity to 9.9 C/49% humidity over a real
session.

Humidity is confirmed exactly against both ends of that session (not
approximately -- exact integer matches). Temperature is fit from the
same 2 reference points, which is the bare minimum for a 2 parameter
linear model with no slack to validate against a third point, so it's
documented as a rough estimate pending wider-range calibration data.

Only the "long" message kind (of two seen on air, sharing a 14 byte
header) is decoded; the "short" kind's extra payload (suspected wind
data) is not decoded.
2026-07-15 23:22:30 +02:00
..
2024-03-06 20:16:42 +01:00
2018-12-16 12:53:29 +01:00
2026-02-17 10:48:46 +01:00
2019-02-15 17:04:27 +01:00
2021-02-01 10:40:28 +01:00
2024-03-06 20:16:42 +01:00
2026-06-28 20:19:13 +02:00
2020-11-10 15:22:58 +01:00
2020-11-10 15:22:58 +01:00
2019-04-06 17:10:52 +02:00
2022-12-04 10:41:51 +01:00
2023-01-13 18:39:06 +01:00
2020-10-25 11:50:46 +01:00
2026-02-17 10:48:46 +01:00
2020-10-04 14:24:18 +02:00
2026-04-21 13:00:36 +02:00