You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I'm guess I'm asking for you to do my homework for me....
I am trying to get Lambda data.
I have been following this #84 but the format has changed for the latest version? I am using the latest version of Elmduino according to the "Manage Libraries" in Arduino IDE.
@interardu "No Data" response means that the request/response is OK, but the ECU has no data for that PID. Your previous example queried for OXYGEN_SENSOR_1_C which is PID 0x34, but your new code is querying for PID 0x36 (OXYGEN_SENSOR_3_C). Is that your intent?
Oh! That is probably the problem.
Ive been using an Uno until now but I think there might be memory issues, it doesnt work consistently. Ive got a Pro mega today. Ill get that up and running over the next few days.
Thank you for taking the time to help me, I appreciate it. Not sure why I put 36. Ill try 34 and see if it works and let you know.
Hi. I'm guess I'm asking for you to do my homework for me....
I am trying to get Lambda data.
I have been following this #84 but the format has changed for the latest version? I am using the latest version of Elmduino according to the "Manage Libraries" in Arduino IDE.
This is the code I am using
with debug enabled it returns "no data"
I can pull the data like coolant temp and rpm no problem.
The solution you gave in the issue linked above was to go from
to
I don't know what I need to do with the new format.....
The text was updated successfully, but these errors were encountered: