Search found 10 matches
- Fri Dec 15, 2023 12:52 pm
- Forum: ALDL, OBDII Logging and Scanning
- Topic: ALDL circuit
- Replies: 6
- Views: 11873
Re: ALDL circuit
In-tech - I don’t know what you’re showing! A boat with ALDL? Do tell!! If you have some 7407’s laying around let me know, I’ll take them off your hands… 7407 is non-inverting. 7405 is same deal but inverting.
- Fri Dec 15, 2023 10:51 am
- Forum: ALDL, OBDII Logging and Scanning
- Topic: ALDL circuit
- Replies: 6
- Views: 11873
ALDL circuit
ALDL.jpg When I started working with ALDL a few months ago, I burned a lot of google time looking for a good circuit for the electrical integration of ALDL. I'd like to share the best one I've found. I think it offers some advantages over rivals. In my implementation, R1 is actually internal to the...
- Fri Dec 15, 2023 10:23 am
- Forum: GM LS1 512Kbyte and 1Mbyte and newer
- Topic: LS3 sensors with LS1 TAC
- Replies: 2
- Views: 7942
Re: LS3 sensors with LS1 TAC
So this was kind of interesting and fun to figure out, but actually quite dumb! I have a raspberry pi in my project driving a gm tac module for drive-by-wire. The pi can calibrate the voltages coming back from the sensors any way I like. So no more resister networks! Software upgrades are the best !
- Sun Dec 03, 2023 12:58 am
- Forum: GM LS1 512Kbyte and 1Mbyte and newer
- Topic: LS3 sensors with LS1 TAC
- Replies: 2
- Views: 7942
LS3 sensors with LS1 TAC

- Mon Nov 27, 2023 4:43 am
- Forum: GM LS1 512Kbyte and 1Mbyte and newer
- Topic: PicoTAC - using GM TAC module with Raspberry PI
- Replies: 4
- Views: 4965
- Mon Nov 27, 2023 4:38 am
- Forum: GM LS1 512Kbyte and 1Mbyte and newer
- Topic: PicoTAC - using GM TAC module with Raspberry PI
- Replies: 4
- Views: 4965
Re: PicoTAC - using GM TAC module with Raspberry PI
Assembled board…
- Mon Nov 27, 2023 4:34 am
- Forum: GM LS1 512Kbyte and 1Mbyte and newer
- Topic: PicoTAC - using GM TAC module with Raspberry PI
- Replies: 4
- Views: 4965
Re: PicoTAC - using GM TAC module with Raspberry PI
PicoTAC components…
- Tue Nov 21, 2023 9:55 am
- Forum: GM LS1 512Kbyte and 1Mbyte and newer
- Topic: PicoTAC - using GM TAC module with Raspberry PI
- Replies: 4
- Views: 4965
PicoTAC - using GM TAC module with Raspberry PI
I've been doing a study on the GM TAC module with the hopes of using the TAC hardware in a standalone DBW application (1965 Corvair if you're interested...). The TAC is very affordable, very reliable and fully redundant. Why not? Below is a summary of the ALDL message sent between PCM and TAC. At th...
- Thu Nov 09, 2023 7:38 am
- Forum: GM LS1 512Kbyte and 1Mbyte and newer
- Topic: reflash P59 tac module
- Replies: 76
- Views: 39623
Re: reflash P59 tac module
The formats of tac/pcm messages are covered under J2178. They are type 3 read functions, 3 byte request, 6 byte response (+crc). This knowledge is not as comforting as it may seems since these functions notions are vendor defined, though there are standard encodings for things like tps and mph, so i...
- Thu Nov 09, 2023 7:10 am
- Forum: GM LS1 512Kbyte and 1Mbyte and newer
- Topic: reflash P59 tac module
- Replies: 76
- Views: 39623
Re: reflash P59 tac module
Am working on reverse engineering tac and using a raspberry pi pico to replace pcm and allow tac to be used standalone. One thing I have learned is that the cpu used in the tac, a Fujitsu 6433038f, uses a rom mask. The code is etched in silicon, it has no ability to reflash. There are versions of th...