Hsb133 Receiver Work _top_ Today
The demodulator converts the amplitude variations of the IF signal into a fluctuating DC voltage. When an RF burst is present, the DC voltage rises (Logic HIGH). When the RF carrier is absent, the DC voltage drops (Logic LOW).
if (value == 0) Serial.print("Unknown encoding"); else Serial.print("Received code: "); Serial.print(value); Serial.print(" / Bits: "); Serial.println(mySwitch.getReceivedBitlength()); hsb133 receiver work