sui77 / rc-switch

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

sending a de brujin sequence the right way? #322

Open alienlover666 opened 4 years ago

alienlover666 commented 4 years ago

Hey,

when i try to send a de brujin sequence for a 4 bit binary code is:

with -> myswitch.send("000010011010 ")

compared to sending: myswtich.send("0000"); myswtich.send("1001"); myswtich.send("1010");

the wavelength looks different. how can i fix this? how can i send a debrujin sequence with 12 characters in "4 bit" mode?

Cheers, Paul