sui77 / rc-switch

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

Adding preamble support #342

Open maxholgasson opened 4 years ago

maxholgasson commented 4 years ago

Hi, my receiver expects a preamble to wake up. There are options for the preamble size of 1-byte, 2-byte, 3-byte, 4-byte

Can rc-switch also send these?

1technophile commented 4 years ago

Hi,

this fork can handle preamble but it is not yet merged

maxholgasson commented 4 years ago

Hi,

nice! Do you have an example how to use it with preamble?

1technophile commented 4 years ago

I don't think so unfortunately

maxholgasson commented 4 years ago

Ok that's a pitty. It would have been nice to try it out