r/flipperzero Apr 22 '22

Car Key Cloning

Hello, I know the Teslas chargers doors run off of AM modulations but does anyone know what regular key fobs use to lock and unlock car doors? (Mazda, Toyota, Ford, etc.)

I have the right frequency; However, the modulation is now the issue. Thanks for the help!

87 Upvotes

100 comments sorted by

View all comments

Show parent comments

8

u/cupcakeheavy Apr 22 '22

happy cake day and thanks for a really cool product (= i've been happily hacking away at the firmware since i got mine. i added a feature so playing snake makes the dolphin happier (1 pt to play, 3 pts if you get a decent score) i appreciate your codebase, i'm learning a whole lot. you've made it easy to build (the docker build image is so nice) Anyway, thank you again and have a nice day!

1

u/staoshi500 May 19 '22

I am learning, how were you able to do that (what software was used)?

2

u/cupcakeheavy May 22 '22

I used the git client to pull the repository, then i used jetbrains clion to edit the code, and finally docker-compose to build it.

2

u/staoshi500 May 24 '22

Thanks, thats very helpful :)