Skip to main content

All Questions

Tagged with
0 votes
1 answer
804 views

Need help designing an OBD2 sniffer using an STM32 F446RE MCU

I have written a simple program that should send "NO MESSAGE!" to the serial monitor if there are no CAN messages or "A NEW MESSAGE ARRIVED!" and then the CAN message itself ...
illidan's user avatar
5 votes
1 answer
4k views

Firmware design for OBD2 - available PIDs request to ECU

According to many documentations, we can request a vehicle ECU to respond with the PIDs it supports. Link.My question is in the end. I have designed an OBD2 scanner using STM32 and CAN. And it works ...
clamentjohn's user avatar
0 votes
0 answers
873 views

Help with ISO 14230 K-Line initialisation

I have an OBD-II scanner hardware built using STM32 and it is working fine with most vehicles.But I'm facing difficulty with ISO 14320 K-Line fast. Even though the firmware works fine when tested ...
clamentjohn's user avatar