A place to discuss the technical documents for GM vehicles such as Holden, Chevrolet, Opel, Vauxhall, Buick, Cadilac and Daewoo
Forum rules
To gain access to the Invite Only forum you must be invited by a member of that forum. That member will PM the mods or admins (NOT you) saying that they nominate you for access. THEY will be responsible for your actions. If you don't post and just leech info, you will BOTH be removed. Dont send a PM to the moderators or admins asking for access, you really dont want to see the result. If you submit information, you may simply be invited
by advancedservers » Sun Nov 10, 2013 5:55 pm
I'm using an arduino to talk to my iphone and the can bus shield to display the track info and still be able to use the steering controls... The arduino talking to the iphone was easy just waiting on the can shield to arrive to test the next bit.
Flashing the vim stuff over obd is way over my head... While I'm waiting for the can bus I'm trying to find the vim location in the EEPROM to flash with my programmer.
Also just wanted to say what awesome work you and the guys have done here.
Thanks !!!
Ben
Sent from my iPhone using
Tapatalk
-
advancedservers
- Starting Ignition
-
- Posts: 64
- Joined: Wed Jun 26, 2013 10:17 pm
- Has thanked: 2 times
- Been thanked: 0 time
by jezzab » Mon Nov 11, 2013 7:18 am
advancedservers wrote:I'm using an arduino to talk to my iphone and the can bus shield to display the track info and still be able to use the steering controls... The arduino talking to the iphone was easy just waiting on the can shield to arrive to test the next bit.
Flashing the vim stuff over obd is way over my head... While I'm waiting for the can bus I'm trying to find the vim location in the EEPROM to flash with my programmer.
Also just wanted to say what awesome work you and the guys have done here.
Thanks !!!
Ben
Ahh k. Well 29bit is what you want to look at and check out the "GMLAN Bible". You will get more info for what you are doing from that then anything else. GMW3110-2010 is all 11bit and not what your looking for
Daily Ute - 2009 Holden VE SSV Ute Single Turbo (IQ, E3 Cluster, EDI) - 586rwhp
Drag Ute - 2002 Holden VU SS Twin Turbo - 1010rwhp [SOLD]
All VE/VF Module reprogramming. Remote programming with flash box
http://www.facebook.com/jsbperformance
-

jezzab
- Site Admin
-
- Posts: 1032
- Joined: Sun Nov 20, 2011 9:42 pm
- Location: Melbourne
- Has thanked: 42 times
- Been thanked: 26 times
-
by advancedservers » Mon Nov 11, 2013 7:52 am
Ok Jezzab. Thanks
Sent from my iPhone using
Tapatalk
-
advancedservers
- Starting Ignition
-
- Posts: 64
- Joined: Wed Jun 26, 2013 10:17 pm
- Has thanked: 2 times
- Been thanked: 0 time
by advancedservers » Wed Nov 13, 2013 12:10 pm
Jezzab are you located in Mackay?
-
advancedservers
- Starting Ignition
-
- Posts: 64
- Joined: Wed Jun 26, 2013 10:17 pm
- Has thanked: 2 times
- Been thanked: 0 time
by jezzab » Wed Nov 13, 2013 3:12 pm
advancedservers wrote:Jezzab are you located in Mackay?
I am mate
Daily Ute - 2009 Holden VE SSV Ute Single Turbo (IQ, E3 Cluster, EDI) - 586rwhp
Drag Ute - 2002 Holden VU SS Twin Turbo - 1010rwhp [SOLD]
All VE/VF Module reprogramming. Remote programming with flash box
http://www.facebook.com/jsbperformance
-

jezzab
- Site Admin
-
- Posts: 1032
- Joined: Sun Nov 20, 2011 9:42 pm
- Location: Melbourne
- Has thanked: 42 times
- Been thanked: 26 times
-
by advancedservers » Wed Nov 13, 2013 3:39 pm
I work for Epoca... I'm in the Brisbane office but I travel to Mackay all the time.. I will have to pop in and say hi.. I should be up there in a couple of weeks
Sent from my iPhone using
Tapatalk
-
advancedservers
- Starting Ignition
-
- Posts: 64
- Joined: Wed Jun 26, 2013 10:17 pm
- Has thanked: 2 times
- Been thanked: 0 time
by advancedservers » Wed Nov 13, 2013 3:53 pm
If you so t mind that is .
Sent from my iPhone using
Tapatalk
-
advancedservers
- Starting Ignition
-
- Posts: 64
- Joined: Wed Jun 26, 2013 10:17 pm
- Has thanked: 2 times
- Been thanked: 0 time
by advancedservers » Wed Nov 13, 2013 9:23 pm
If you are having problems flashing the HVAC Module instead of removing the chip just lift pin 8 (VCC) from the board.
Mine flashes perfect.
You do not have the required permissions to view the files attached to this post.
-
advancedservers
- Starting Ignition
-
- Posts: 64
- Joined: Wed Jun 26, 2013 10:17 pm
- Has thanked: 2 times
- Been thanked: 0 time
by advancedservers » Fri Nov 15, 2013 10:47 am
Ok this weekend I am going to start looking for the elusive VIM location.
I have desoldered the eeprom from the main board and added some wires and socket so I can change the eeprom
over quickly while I test.
I am going to use the following assumptions from what I have read here an some guesses.
1. VIM is stored as 2 bytes
2. The stored value is related to the speed that the cars turns the screen off( mine is 3 kph)
3. This value is stored as plain text ?? maybe as hex?? decimal ??
4. To disable VIM change the stored value from 3 kph to 200 kph
5. Its in the second half of the eeprom ( Thanks Jezzab)
6. the reverse enable is probably stored close by.
I'll let you know how I go.
Ben
-
advancedservers
- Starting Ignition
-
- Posts: 64
- Joined: Wed Jun 26, 2013 10:17 pm
- Has thanked: 2 times
- Been thanked: 0 time
by TazzI » Fri Nov 15, 2013 9:39 pm
advancedservers wrote:Ok this weekend I am going to start looking for the elusive VIM location.
I have desoldered the eeprom from the main board and added some wires and socket so I can change the eeprom
over quickly while I test.
I am going to use the following assumptions from what I have read here an some guesses.
1. VIM is stored as 2 bytes
2. The stored value is related to the speed that the cars turns the screen off( mine is 3 kph)
3. This value is stored as plain text ?? maybe as hex?? decimal ??
4. To disable VIM change the stored value from 3 kph to 200 kph
5. Its in the second half of the eeprom ( Thanks Jezzab)
6. the reverse enable is probably stored close by.
I'll let you know how I go.
Ben
Good collection of info right there.
-

TazzI
- Moderator
-
- Posts: 986
- Images:
2
- Joined: Thu Dec 22, 2011 8:02 pm
- Has thanked: 16 times
- Been thanked: 41 times
Return to GM Technical Document Discussion