Skip to content

Having some issues with Toyota #2618

Closed Answered by Crsarmv7l
Crsarmv7l asked this question in Q&A
Discussion options

You must be logged in to vote

GUH I am an idiot.

When doing the crc I was padding to the right (if needed). For f0d5aee3 that happened to work out since the CRC was 8bits. For f01b2881 it wasn't and didnt 🥴 .

All id's I tried worked against rtl_433 with the following (no idea if it works on real hardware):

fin = "010101010011110" + differential_manchester_encode(payload + crc_bits) + "11"
then converting fin to bytes.

Pad CRC on the left if needed

Replies: 5 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@Crsarmv7l
Comment options

@Crsarmv7l
Comment options

@zuckschwerdt
Comment options

@Crsarmv7l
Comment options

Comment options

You must be logged in to vote
2 replies
@zuckschwerdt
Comment options

@Crsarmv7l
Comment options

Answer selected by Crsarmv7l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants