Freematics OBD-II UART Adapter V2.1 does not wrok
Posted: Wed Jun 03, 2020 7:10 pm
Hello everyone of the forum.
Due to the influence of COVID-19, the package finally arrived on May 28.
My car is a Honda Fit. I loaded an engine RPM sketch for a quick test, but it doesn't respond at all.
I also confirmed it with my wife Suzuki Lapin, but it was unresponsive. Even my friend Toyota Corolla Fielder didn't work.
The blue LED on the adapter comes on, but it disappears in about 30 seconds and then does not respond at all.
There is no mistake in the connection between my Adaputer and Arduino UNO. There is no mistake in the sketch of Arduino.
I don't have any technology or knowledge, but while researching various online information, I found from the information on the forum that the communication protocol of OBD2 is CAN 500kbps/29bit for Honda cars after 2010. Therefore, I found that if the communication protocol specification of the library was usually AUTO, but the description corresponding to my vehicle protocol, that is, CAN 500kbps/29bit, was replaced, it worked. So, I rewrote the corresponding part of the library OBD2UART.h and tried again, but it still does not respond.
I don't know what is wrong. Please help me.
Is this a malfunction (initial defective product)?
Sorry for my poor English.
Thank you in advance.
Due to the influence of COVID-19, the package finally arrived on May 28.
My car is a Honda Fit. I loaded an engine RPM sketch for a quick test, but it doesn't respond at all.
I also confirmed it with my wife Suzuki Lapin, but it was unresponsive. Even my friend Toyota Corolla Fielder didn't work.
The blue LED on the adapter comes on, but it disappears in about 30 seconds and then does not respond at all.
There is no mistake in the connection between my Adaputer and Arduino UNO. There is no mistake in the sketch of Arduino.
I don't have any technology or knowledge, but while researching various online information, I found from the information on the forum that the communication protocol of OBD2 is CAN 500kbps/29bit for Honda cars after 2010. Therefore, I found that if the communication protocol specification of the library was usually AUTO, but the description corresponding to my vehicle protocol, that is, CAN 500kbps/29bit, was replaced, it worked. So, I rewrote the corresponding part of the library OBD2UART.h and tried again, but it still does not respond.
I don't know what is wrong. Please help me.
Is this a malfunction (initial defective product)?
Sorry for my poor English.
Thank you in advance.