NefMoto

Technical => Communication Protocols => Topic started by: BlackT on October 20, 2023, 12:32:47 AM



Title: Is it possible to speed up and configure OBD-II PID on ME7?
Post by: BlackT on October 20, 2023, 12:32:47 AM
Anyone know where on ME7 is configurazed what PID will send? And is it possible to speed up refresh rate?
Or if refresh rate can't be speed up, maybe to disable sending some unused PIDs(like for emmisions) so the mains PID speed up refresh rate


Title: Re: Is it possible to speed up and configure OBD-II PID on ME7?
Post by: prj on October 20, 2023, 01:22:14 AM
No.

What are you really trying to do?


Title: Re: Is it possible to speed up and configure OBD-II PID on ME7?
Post by: BlackT on October 20, 2023, 03:28:30 AM
Sometimes I want to see engine health via ELM327 and some aplication on smartphone. It is easy, there is a many alternatives for this faster and better. But I thought maybe somehow ECU can be modified to send let say boost, MAF value etc.
How is possible that thoes can't be modified?


Title: Re: Is it possible to speed up and configure OBD-II PID on ME7?
Post by: prj on October 20, 2023, 04:04:24 AM
If you want to reverse the very slow OBD II comms and modify what it shows for what PID you can do that of course.
Epic waste of time though.


Title: Re: Is it possible to speed up and configure OBD-II PID on ME7?
Post by: BlackT on October 20, 2023, 07:05:59 AM
Okay then thank you I will make something that is working over CAN, and send data to smartphone
 


Title: Re: Is it possible to speed up and configure OBD-II PID on ME7?
Post by: tao13 on November 10, 2023, 07:17:30 AM
On canbus only few informations.


Title: Re: Is it possible to speed up and configure OBD-II PID on ME7?
Post by: prj on November 10, 2023, 08:38:06 AM
On canbus only few informations.

There are many messages in the ECU that are completely unused (disabled via CW_CAN_S).
If you are making it for your own need, you can enable one of the disabled messages and then put whatever you want into it.


Title: Re: Is it possible to speed up and configure OBD-II PID on ME7?
Post by: tao13 on November 24, 2023, 04:52:37 AM
THANKS!
I don't know ida pro and i think this is the onloy way to send new variables as canbus messages , RIGHT?