I am working with a vehicle and would like to request Mode 22 PID's from multiple OBD headers. I am working with a spreadsheet that contains information for the Torque app and am hoping to get these PID's to work with Freematics One Plus. The information I am working with looks like this:
FullName, ShortName, ModeAndPID, Equation, Min Value, Max Value, Units, OBD Header,
HyBrid Pack Remaining (SOC), SOC, 22005B, A*100/255, 0, 100, %, 7E0,
Charger HV Current, ChargeAmp, 22436C, ((Signed(A)*256+B))/20, 0, 20, A, 7E4,
- I am able to send and receive messages from various Mode 22 PID's with OBD headers of 7E0 and 7E1
- Requesting Mode 22 PID's with a header of 7E4 results in the received buffer containing 'OBDTIMEOUT'
- I have tried to manually change the OBD header to 7E4 by using the sendCommand() function and sending the ELM327 AT command 'ATSH 7E4' but still receive 'OBDTIMEOUT' after sending a Mode 22 PID request
- I can successfully read these Mode 22 PID's from header 7E4 using a competing OBD2 logger
If anyone has experience receiving Mode 22 PID's from different OBD headers I would greatly appreciate a nudge in the right direction!
Freematics One Plus - Change OBD Header
Re: Freematics One Plus - Change OBD Header
Will check the implementation of ATSH.
Re: Freematics One Plus - Change OBD Header
Hey @DirtGhost where you able to make it work?
I need to do the same but for mode 21 PID's from 7E4 header.
Please let me know. It's one of the things holding me back from getting a Freematics ONE+.
I need to do the same but for mode 21 PID's from 7E4 header.
Please let me know. It's one of the things holding me back from getting a Freematics ONE+.
Re: Freematics One Plus - Change OBD Header
+1 need mode 21!
-
- Posts: 11
- Joined: Fri Jan 31, 2020 8:00 pm
- Location: Italy
Re: Freematics One Plus - Change OBD Header
Hello DirtGhost,
could you please help me for mode 22 PID?
I want to retrieve data for the custom PID 222554.
could you please provide me if possible OBD2UART.cpp and OBD2UART.h ?
Thanks.
could you please help me for mode 22 PID?
I want to retrieve data for the custom PID 222554.
could you please provide me if possible OBD2UART.cpp and OBD2UART.h ?
Thanks.