python script for open tesla charging port using rfcat with the yard stick one
Requirements:
You need to have rfcat propelly installed in order to use this script and python3
In order to install rfcat
please follow these instructions:
https://github.com/atlas0fd00m/rfcat
or:
git clone https://github.com/atlas0fd00m/rfcat/
sudo python setup.py install
cd ../
pip install libusb
pip install - r requirements.txt
In tesla-rfcat.py uncomment the frequency depeding you live in usa or in the rest of the world
d.setFreq(433920000) # Freq for EU
#d.setFreq(315000000) #Freq for USA
Save and run the file as folow
python3 tesla-rfcat.py
Thank you to PickedItMate for the payload optimisation
Yard stick one discord channel:
https://discord.gg/C7nwKE8T
Author: nocomp