Open-Chargeport
Open-Chargeport copied to clipboard
Opens the chargeport of a Tesla Model S
Hi I know this project is an old one. I just got the si4010-kfobdev-434 devkit and got all the software running - was a pain to find it all Anyway...
I've determined that https://github.com/mstegen/Open-Chargeport/blob/4fdffded66910fe04250e5dc19f3d89ede9bd17c/Si4010/source/keyfob_demo_main.c#L391-L435 is the same data as https://teslamotorsclub.com/tmc/posts/2383825/ - after I spotted the [note about LSB](https://github.com/mstegen/Open-Chargeport/blob/4fdffded66910fe04250e5dc19f3d89ede9bd17c/Si4010/source/keyfob_demo_main.c#L363). The Si4010 code is 'ready to send', so manchester encoding, preamble, message-repeats...
…-to-pop-charge-port-door.14190/ in readme
Hi, thank You for examples! I'm not familiar with assembler, but I will port the PIC code to arduino. Can you explain what does the code do? Or maybe you...
inside source code folder of the Si4010 folder, there is no HEX file to use, only a .c and .h file, please tell me how can i use with these...
Can you please describe a minimal set of instructions and dependencies for setting up a compiler and linker to build at least the c source of this project? Do I...
Hi @mstegen I was able to compile the code available in your repo but not sure if it is working or not because I was not able to identify any...