sui77 / rc-switch

Arduino lib to operate 433/315Mhz devices like power outlet sockets.
1.91k stars 660 forks source link

Looking for Fork of RcSwitch with 44 Data & 2 Sync Bit (64bit & 2Sync) #296

Closed LaCocoRoco closed 5 years ago

LaCocoRoco commented 5 years ago

My Protocol has 2 Sync and 44 Data Bits. While adapting the code to 64bit i recognized there already exists an Fork. So someone knows if there is aldready an Fork for 64bit and two Sync bits?

LaCocoRoco commented 5 years ago

Here a summary if someone has similiar issues.

This was my first problem. A signal with 33bit. Solved with a 64bit forked library.

This was my second problem. A signal with 2 sync bits. Also the default seperation time was to short. And the last data bit needed some modification. Solved by modifying the forked 64 bit library. Added second syncFactor, lowSyncToBit and modified some functions.

Ok, and at this point i got frustrated. I do not think it is a tristate, nor a default two pulse protocol. Probably the the pulse length reperesents a binary pattern. Also the change count was a problem.

Because it would take some time to rework the code, i added functions for simply scan, verify and sending raw data.