Search found 9 matches

by tkelly2784
Thu May 14, 2020 12:29 pm
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: P59 custom os for 1uz
Replies: 18
Views: 6140

Re: P59 custom os for 1uz

Right now there are two tables, one for cranking VE and one for normal running. They are both big enough with enough resolution for almost any NA motor. The first group of 1UZ motors came out in 1989 so they were probably using an 8bit ECU. If that was enough to run them back in the day what the Del...
by tkelly2784
Wed May 13, 2020 12:49 pm
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: P59 custom os for 1uz
Replies: 18
Views: 6140

Re: P59 custom os for 1uz

Could you explain why 2 VE tables would give you more resolution over a single VE table that was twice as big? Also, why do you feel you need more than what the factory GM tables give you if you are not going above atmospheric? The primary modifier for the fuel system, the cylinder size, is a 16bit ...
by tkelly2784
Tue Apr 28, 2020 1:52 pm
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: RMAC OBD commands
Replies: 7
Views: 3465

Re: RMAC OBD commands

I'm sorry it's taken me a couple days to process all of this information and to find out how to use my OBD device. I am now able to type and send 010B through the BT serial port and see the 1 byte return value while changing the voltage of the map sensor, even when it wraps around from too much boos...
by tkelly2784
Mon Apr 20, 2020 4:41 am
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: RMAC OBD commands
Replies: 7
Views: 3465

Re: RMAC OBD commands

That's so cool! If you feel comfortable sharing your code it would be fascinating to look at. Or even where you were tweaking the bin. Do you have any clue where the OS limits the ability to read the ram? I didn't really want to use it to change the calibration, but now that we know that is possible...
by tkelly2784
Sun Apr 19, 2020 1:31 pm
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: RMAC OBD commands
Replies: 7
Views: 3465

RMAC OBD commands

Hello, I'm looking through the list of OBD options in the 2088 annotated disassembly and I found this DC.B $22 ;Request diag. data (2 byte PIDs) DC.B $23 ;Request memory addr. contents (3 byte address) Is there a way to make an OBDLinkMX BT work with $23 and request the contents of the ram? Does any...
by tkelly2784
Sun Apr 19, 2020 1:24 pm
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: Segment Swap utility
Replies: 674
Views: 354801

Re: Segment Swap utility

I've been using UniversalPatcher and I wanted to say thank you for making it.
by tkelly2784
Sun Apr 19, 2020 1:23 pm
Forum: Engineering and Reverse Engineering
Topic: Reverse Engineering 12587603
Replies: 30
Views: 20269

Re: Reverse Engineering 12587603

This may not belong here, your disassembly helped me verify some of the work I did today, thank you. First the MAP sensor scaling was multiplied by 4 in tunerpro, either xdf works for this. Then I verified that ~1.25V into the sensor maxes out the value in the data logger, it does. This means the kP...
by tkelly2784
Fri Apr 17, 2020 12:52 pm
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: PCM Hammer P01 and P59 flash tool v015
Replies: 960
Views: 499588

Re: PCM Hammer - new ls1 flash tool

Thanks for the advice. It turns out I didn't write out the OS_FLASH_OPERATION or whatever it was before hitting send. I used a noisy DC boost converter to get 13.5 and bricked the box a few times. Took out the boost converter and flashed with no problem on 12.3V. So I have a 7603 now! Now I just hav...
by tkelly2784
Thu Apr 16, 2020 2:33 pm
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: PCM Hammer P01 and P59 flash tool v015
Replies: 960
Views: 499588

Re: PCM Hammer - new ls1 flash tool

I finally figured out how to log in here! I just got an OBDlink MX+ and I tried to used lsdroid and PCMhammer without success. LSdroid did a full read and it looked good, everything looks good going to flash but at the last moment it says "flash cancelled". PCMHammer finds the BT serial po...