matsstaff / stc1000p

Programmable thermostat firmware and arduino based uploader for the STC-1000 thermostat
GNU General Public License v3.0
261 stars 47 forks source link

433MHz FO post-preamble gap #106

Closed plsecker closed 4 years ago

plsecker commented 5 years ago

The FO433MHz code transmits a 1.4ms gap after the preamble. Is this intended, as an example FO decoder excludes it https://github.com/lucsmall/BetterWH2 ? The assumption is that the gap or idle time between pulses is always supposed to be about 1ms.

2019-04-08 22 06 35

Philip

plsecker commented 4 years ago

Solution is to modify the preamble gaps in the receiving code. Full solution which runs on an ESP8266: https://github.com/plsecker/stc1000-433-monitor