Page 7 of 15

Re: Acura TLX (1st gen)

Posted: Sun Sep 29, 2024 1:32 am
by sidbmw

Iā€™m not connected to the car at the moment but this is basically what I see. Same story for the BMW X3

ScreenshotScreenshot
IMG_0163.png
IMG_0163.png (98.94 KiB) Viewed 1843 times
IMG_0162.png
IMG_0162.png (123.19 KiB) Viewed 1843 times

Re: Acura TLX (1st gen)

Posted: Sun Sep 29, 2024 1:32 am
by jeff

Got it!


Re: Acura TLX (1st gen)

Posted: Sun Sep 29, 2024 1:33 am
by sidbmw

and no problem for the help! This project is very exciting!! If you decide to make it open source lmk and I'll contribute haha


Re: Acura TLX (1st gen)

Posted: Sun Sep 29, 2024 1:34 am
by jeff

The parameters are open source, so if you ever want to take a stab at adding your own parameters you can fork any vehicle repo and change your parameter source in Sidecar to your fork. This is a nifty way to test out new parameters without having to wait for me to do the round trip :)


Re: Acura TLX (1st gen)

Posted: Sun Sep 29, 2024 1:35 am
by sidbmw

Already on it!


Re: Acura TLX (1st gen)

Posted: Sun Sep 29, 2024 1:27 pm
by jeff

Working on supporting 29 bit pids in the signalset definitions and need to test a few things out with the Acura.

I'm going to give a few command sequences to send. Each one should be ran in a new terminal instance. I'll explain what I'm trying to test in each one.

Default command state with no header or receive address filtering

Code: Select all

0100

With a header but no receive address filtering

Code: Select all

ATSHDB33F1
0100

With receive address filtering and no header

Code: Select all

ATCRA18DAF110
0100

With both a header and a receive address filter

Code: Select all

ATSHDB33F1
ATCRA18DAF110
0100

Re: Acura TLX (1st gen)

Posted: Sun Sep 29, 2024 9:11 pm
by jeff

Thank you for the latest logs! I'll cut a new release now with this filtering behavior and let's cross our fingers you can start pulling parameters!


Re: Acura TLX (1st gen)

Posted: Sun Sep 29, 2024 9:37 pm
by jeff

184 now available! Try scanning parameters and let me know if you get data.


Re: Acura TLX (1st gen)

Posted: Sun Sep 29, 2024 9:38 pm
by sidbmw

Will do!


Re: Acura TLX (1st gen)

Posted: Sun Sep 29, 2024 9:49 pm
by sidbmw

It works!!!