Hello,
I am investigating to replace my current SKODA Connect service with one of my own, DIY. I came across the freematics devices which are perfect for my project, however, there is something missing, CAN bus transmission.
Sorry if I do not fully understand how car buses work, my though are: Sniff the CAN bus for door lock/unlock messages and then re-transmit them to perform the action myself.
Just sniffing CAN bus is enough to know if the car is locked and will fullfil 99% of my requirements but what about retransmitting those messages? Is that even possible? How? Are these devices capable? Maybe with some work in the library?
Thanks.
CAN transmitting
Re: CAN transmitting
Yes, it is possible to retransmit CAN bus messages using devices like Freematics, but you may need to modify or develop additional functionality in the library to handle message injection.
-
- Posts: 1
- Joined: Thu Nov 14, 2024 2:50 pm
Re: CAN transmitting
Most Freematics devices can send and receive CAN messages, but you'll need to confirm the specific model and its capabilities.
Re: CAN transmitting
Retransmitting messages to perform actions such as unlocking a door is technically possible but may require modifying the Freematics library. Retransmitting over the CAN bus can present challenges such as determining the correct message ID and ensuring proper signal timing.
Last edited by IlaHaley on Wed Jan 08, 2025 7:45 pm, edited 1 time in total.