2019-07-18 04:15 AM
I'm using STM32F051 controller and MCP2515 CAN SPI module using to try to interface with my car using OBD2 connector. I have tested the CAN bus to transmit and receive messages successfully. Can someone help me with a sample CAN message PID query for getting data such as RPM.?
2019-07-18 06:34 AM
Does this help?
2020-04-06 09:11 AM
Hi, Can you make to funcionation this project? Because I want to make a similar project where I want to read and write through Can Bus
2020-04-06 12:04 PM
@ FNava.1 Yes the project is functional. If you are using MCP2515 CAN module use the driver provided in this example to send and receive data:
https://github.com/eziya/STM32_SPI_MCP2515/blob/master/Src/MCP2515.c
2020-04-08 06:15 PM
Thank you, I will study this library.