BitcoinRaven / CAMEbruteforcer

Flipper Zero Sub File To Brute-Force CAME 12bit Gate
337 stars 27 forks source link

Major Update #1

Closed tobiabocchi closed 2 years ago

tobiabocchi commented 2 years ago

I have reformatted the code and modified part of the logic, following the communication protocol as defined here. The brute force should terminate much faster but I do not have a gate to test it with right now, if it does the repetition parameter could be lowered even further. Now It should also be easier to adapt it to generate files for other fixed code protocols.

BitcoinRaven commented 2 years ago

Unfortunately skipping the "pause period" between each keys will not work, I'm not sure if its flipper hardware limitation or what, but what will happen that the flipper drops around 10-15% of the keys sent, so this is essential for the code, this is the lowest time that I found that can be safely used without the keys dropped.

Any repetition less than 4 also will not work as well, regardless I will try the files to double check again.

Thanks

BitcoinRaven commented 2 years ago

well after some testing the pause period is not needed, what I found it was a limitation in my receiver hardware that I used to test for the sent signals, I need to test the new script on the gate first to check for the required repetition number

tobiabocchi commented 2 years ago

Did you test my files on the gate? From experience, I can say that in my case it worked with a repetition of 3 using arduino and a generic 433MHz transmitter module

BitcoinRaven commented 2 years ago

Not yet, I will do that later today, Arduino sketches recognize the code, but I need to test it on the actual gate, as far as I remember I tried to reduce the repetition before and it didn't work, I will get back to you really soon with the results

tobiabocchi commented 2 years ago

I was able to test my .sub file, it works!

BitcoinRaven commented 2 years ago

Thats perfect, I will test it later today as well, thanks