argilo / secplus

A software implementation of the Security+ system used by garage door openers
GNU General Public License v3.0
247 stars 32 forks source link

encode_ook datarate? #17

Closed Crsarmv7l closed 1 year ago

Crsarmv7l commented 1 year ago

Cool project, I was hoping you might be able to tell me what the datarate is for both fast and slow encode_ook?

argilo commented 1 year ago

The baud rate is 2000 in both cases. The fast parameter simply reduces the amount of idle time between packets. (Real transmitters use a long idle time, but the receiver doesn't require it.)

I've added documentation for the baud rates for encode_ook and encode_v2_manchester in f98c3220356c27717a25102c0b35815ebbd26ccc.

Crsarmv7l commented 1 year ago

Awesome, thanks for the info and I am sorry I didn't see that

argilo commented 1 year ago

I am sorry I didn't see that

You wouldn't have seen that before, since I added it just now in response to your question.