I am trying to decode OOK (ASK) from LP801B based 433Mhz remote (or similar PT2262)
it has 24bit packet 16bit address and data
sync short/wlong + 24bits
short/long = 1
long/short = 0
example:
(received before state machine (w) )
" 1 19 1 2 2 1 1 2 2 1 1 2 1 2 1 2 2 1 1 2 1 2 1 2 2 1 1 2 2 1 1 2 2 1 2 1 2 1 1 2 1 2 1 2 1 2 1 2 1 2"
it is:
sync + 01 10 01 10 01 01 01 10 01 01 01 10 01 10 01 10 10 10 01 01 01 01 01 01
01 10 01 10 01 01 01 10 01 01 01 10 01 10 01 10 10 10 01 01 01 01 01 01
1010111011101010 00 11 11 11
so problem:
i can see data going into state machine, but no output, pls someone help me find my mistake! here is the soruce http://kaspars.id.lv/rf12b/ook433.pde
