11-29-2017, 06:44 PM
You said the pass freq is 433.92Mhz.
The attiny85 (your lowpassfilter) is filtering this freq. 433.92Mhz.
When i take a look at the github of the firmware for the attiny85 it says:
MIN_PULSELENGTH = ( shortest expected pulse - 10% ) / 10
MAX_PULSELENGTH = ( longest expected pulse + 10% ) / 10
So I'm not sure if the attiny85 filter really the 433.92Mhz or anything else.
The attiny85 (your lowpassfilter) is filtering this freq. 433.92Mhz.
When i take a look at the github of the firmware for the attiny85 it says:
MIN_PULSELENGTH = ( shortest expected pulse - 10% ) / 10
MAX_PULSELENGTH = ( longest expected pulse + 10% ) / 10
So I'm not sure if the attiny85 filter really the 433.92Mhz or anything else.