bionicbone / 433mhz_Rolling_Code

quichip Add Rolling Code Protection
GNU General Public License v3.0
12 stars 3 forks source link

New Method: Accept all Data then Validate #13

Closed bionicbone closed 9 months ago

bionicbone commented 9 months ago

The old method was only to prove a concept but was crazy on the timing and could cause failures

This new method creates a better serial read funtionality

The preamble has also been depreciated becasue the qaichip already performs this as part of the test to ensure the Tx transmitting is paired to the receiver.

Both the Tx and Rx code have been basically re-written, in testing I detect far less "transmission" errors, almost certainly due to poor timming on the old code.

bionicbone commented 9 months ago

closes #8 closes #9