Very short story… I have an SI4438 chip, which takes data from a GPIO pin to then sends out RF. I’m trying to decode that GPIO data, which appears to be manchester encoding and I’m getting close, but still can’t get the data properly decoded. Here’s a snip:
The preamble should be 01010101, so it appears that the timing is correct since it seems that I’m getting the bits properly.
Any suggestions on how I can get a better decode?
SAL file attached, the data I am looking at is on Channel 6.
Sendcommand.sal (15.5 KB)