Freematics One Plus - Change OBD Header

Inquiry and support for Freematics products
Post Reply
DirtGhost
Posts: 1
Joined: Sat Jan 06, 2018 4:59 am

Freematics One Plus - Change OBD Header

Post by DirtGhost »

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!
stanley
Site Admin
Posts: 1018
Joined: Sat Mar 01, 2014 3:15 am

Re: Freematics One Plus - Change OBD Header

Post by stanley »

Will check the implementation of ATSH.
rhofmann
Posts: 2
Joined: Sun Jul 08, 2018 1:14 pm

Re: Freematics One Plus - Change OBD Header

Post by rhofmann »

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+.
NatroN
Posts: 23
Joined: Mon Jun 18, 2018 6:55 pm

Re: Freematics One Plus - Change OBD Header

Post by NatroN »

+1 need mode 21!
etnaskynet
Posts: 11
Joined: Fri Jan 31, 2020 8:00 pm
Location: Italy

Re: Freematics One Plus - Change OBD Header

Post by etnaskynet »

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.
Post Reply