You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is the same data as https://teslamotorsclub.com/tmc/posts/2383825/ - after I spotted the note about LSB. The Si4010 code is 'ready to send', so manchester encoding, preamble, message-repeats markers are all already in it; and since the 'message-repeats' marker (100?) isn't a full byte I see how the repeated data actually doesn't look repeated in the Si4010 code.
or potentially (if I'm confused how (MC_TX3)[https://github.com/mstegen/Open-Chargeport/blob/4fdffded66910fe04250e5dc19f3d89ede9bd17c/sourcecode/OpenChargeport_10F200.asm#L83] works)
I assume all three of these examples work, and the Tesla port doesn't notice the small variation?
If it works (and I assume it must do since it's here), then the PIC code has the most concise representation of the Tesla button code I've come across so far.
The text was updated successfully, but these errors were encountered:
So the Si4010 and TheNoOne's code varies only at the very end; but I don't understand the Pic code well enough to see if/why its "3 bit" "frame delimiter" is the same result as the other two.
I've determined that
Open-Chargeport/Si4010/source/keyfob_demo_main.c
Lines 391 to 435 in 4fdffde
The data at
Open-Chargeport/sourcecode/OpenChargeport_10F200.asm
Lines 193 to 206 in 4fdffde
I think the PIC code generates either
or potentially (if I'm confused how (MC_TX3)[https://github.com/mstegen/Open-Chargeport/blob/4fdffded66910fe04250e5dc19f3d89ede9bd17c/sourcecode/OpenChargeport_10F200.asm#L83] works)
and the Si4010 and 'rpitx' examples generate
I assume all three of these examples work, and the Tesla port doesn't notice the small variation?
If it works (and I assume it must do since it's here), then the PIC code has the most concise representation of the Tesla button code I've come across so far.
The text was updated successfully, but these errors were encountered: