Gear Shift Module (GSM)

Hello. I’m trying to get a module on a table to work with an arduino and a canshield. Found some IDs and messages to pass to the module. Let’s find some more IDs together?!
Video

0x3F3 ID from Tester to gear selector
Byte 
0. 5C in park, 7C for not parked
1. 66 in park, 24 in R, 25 in N, 24 in D
2. Cycling value in any state, 00, 01, 02, 03, 04, 05, 06, 07, 08, 09, 0A, 0B, 0C, 0D, 0E,
3. Cycling depending on gear.
     In park 82, 83, 86, 87, 88, 89, 8A, 8B, 8C, 8D, 8E, 8F, 90, 
     In R: 03, 04, 05, 06, 07, 08, 09, 0A, 0B, 0C, 0D, 0E, 0F, 10, 11
     In N: 04, 05, 06, 07, 08, 09, 0A, 0B, 0C, 0D, 0E, 0F, 10, 11, 12
     In D: 06, 07. 08, 09, 0A, 0B, 0C, 0D, 0E, 0F, 10, 11, 12, 13, 14
4. FF in park, FE in R, FD in N, FB in D
5. 7F in park, FF in not parked
6. 00 in park, 01 in R, 02 in N, 04 in Drive 
7. 80 in park, 00 in not parked

0x312 from gear selector
Byte
0.   00 at all times
1. 20 when locked, 10 when unlocked
2.  8F in park, 8E in R, 8D in N, 8C in D, 88 in S
3. Cycling depending on gear state.
4. 00 at all times
5.FF at all times
6. 00 at all times
7. Cycling
        In Park 00, 01, 02, 03, 04, 05, 06, 07, 08, 09, 0A, 0B, 0C, 0D, 0E,
        In R 10, 02, 03, 04, 05, 06, 07, 08, 09, 0A, 0B, 0C, 0D, 0E, 0F
        In N. 10, 11, 03, 04, 05, 06, 07, 08, 09, 0A, 0B, 0C, 0D, 0E, 0F
        In D 10. 11, 12, 04, 05, 06, 07, 08, 09, 0A, 0B, 0C, 0D, 0E, 0F
        In S 10. 11, 12, 13, 14, 15, 16 08, 09, 0A, 0B, 0C, 0D, 0E, 0F

CAN led (1)

I can’t find the messages for the Winter and Dynamic buttons and LEDs. I think that these buttons are not active until the message about starting the car comes up. I don’t know this message and ID. Also I don’t know what message to send to lock and unlock the knob when the brake pedal is pressed.

When I am back from holiday I will get you a high speed candump of my car, I’ll toggle the snow mode in it, which should help you, however the dump will be from a raspberry pi, unsure how you replay a dump on Arduino?

How are you managing to move the gear knob without the brake active ID? I’ll include that in the dump too.

Is this for a racing simulator setup?

Thank you.
I need a text dump. I will see different IDs and messages and I will iterate over them on the arduino.

When I connect pin 12 to 12V nothing happens except for the start/stop button flickering. But according to the pinout on the pins, the Start button (pin 7, 18, 11) and the handbrake (pin 8,9,10,19,20) should have voltage. There should most likely be an input message for this. GSMTSM - Pinout

This is not for a simulator. I want to install this module in my car and use the windshield wiper motor to shift the lever on the gearbox.

I used the Aliexpress module tester and read the codes from it (This is in my second post). In these codes, the knob is always unlocked and I don’t know the message to lock

Ah I haven’t seen one of those testers, that’s interesting!

I’ll attach a dump when I am back, it will be a standard socket can dump

All attempts to find additional codes for the module to work were unsuccessful. Looking forward to your return from the holidays)

try this, it should be start up, then a drive, then eventually shutdown

Thank you! I’ll look for the codes I need

interestingly, none of your can IDs appear in my dump, so may not be uf much use! Do you know which year car it came out of?

I don’t know the year of the car. This dump is very large. Can you record 30 seconds? When the start/stop button blinks, then the brake pedal is pressed and the car starts. Then press and release the brake pedal several times. Turn Winter and Dynamic Mode on and off. I transferred all the dump data to Excel and look for duplicate IDs with filters. But there is a lot of data and it is difficult to do this.
Excel Dump Jaguar

Hello. Can you measure the voltage on pins 7,18,11 (start/stop button) and pins 8,9,10,19,20 (handbrake)?
Does the value match GSMTSM - Pinout.pdf when the car is turned off and when the ignition is on?
It seems to me that for these pins to work, I need to send a message to the canbus. But I can’t find this message in your candump.