Search found 533 matches
- Wed May 14, 2025 10:26 am
- Forum: Holden ALDL ECUs
- Topic: ALDL LCD Display
- Replies: 169
- Views: 101135
Re: ALDL LCD Display
I'd suggest using dedicated flip flop IC's, rather that constructing them from individual gates, just for the edge sensitivity which will be helpful here. When i get a minute i'll draw something up.
- Sat May 10, 2025 4:48 pm
- Forum: Bosch ECUs
- Topic: Reverse Engineering ME7.4.4 as a stand alone ECU
- Replies: 23
- Views: 28975
Re: Reverse Engineering ME7.4.4 as a stand alone ECU
Yeah quite a bit, I've added a lot to the code but not much recently, there are a few people in our discord that are using it too modified for their own builds, different trigger wheel patterns, drive by wire etc
- Fri Feb 21, 2025 8:14 am
- Forum: Holden ALDL ECUs
- Topic: ALDL LCD Display
- Replies: 169
- Views: 101135
Re: ALDL LCD Display
At its simplest, you need to make sure EST is low before disabling it.
- Wed Feb 19, 2025 7:51 am
- Forum: Holden ALDL ECUs
- Topic: ALDL LCD Display
- Replies: 169
- Views: 101135
Re: ALDL LCD Display
Another 10 added to the store if anyone is after one. A SD card and 3d printed enclosure is included
- Tue Feb 11, 2025 4:38 pm
- Forum: Tools
- Topic: DIY hub dyno on the cheap
- Replies: 67
- Views: 95200
Re: DIY hub dyno on the cheap
i'm using YourDyno on the chassis dyno, works great
- Tue Feb 11, 2025 3:29 pm
- Forum: Holden ALDL ECUs
- Topic: After market MAP sensors
- Replies: 21
- Views: 10207
Re: After market MAP sensors
I had the same issue, Could not get a turbo tune right, one day lean, one day rich. Ended up using one of these: https://www.ebay.com.au/itm/225873713488 If you put it in your manifold it doubles as a IAT otherwise you can remote mount it with a little bracket. This particular model is a 2.5bar Bosc...
- Tue Feb 11, 2025 2:59 pm
- Forum: Holden ALDL ECUs
- Topic: ALDL LCD Display
- Replies: 169
- Views: 101135
Re: ALDL LCD Display
if you position the gauges on window2 just right, you don't need to do the BLK=1, its a little smoother that way but good to see you got it running the way you want! You can also put text with just spaces to clear sections, again a little quicker but BLK works just fine too
- Tue Feb 11, 2025 11:42 am
- Forum: Holden ALDL ECUs
- Topic: ALDL LCD Display
- Replies: 169
- Views: 101135
Re: ALDL LCD Display
Yeah, the source says its a 16bit value there. Let me know if it still doesn't work and i'll setup a bench 808
- Tue Feb 11, 2025 11:41 am
- Forum: Holden ALDL ECUs
- Topic: ALDL LCD Display
- Replies: 169
- Views: 101135
Re: ALDL LCD Display
oh and its been a minute, but I beileve its a 16bit hex number, so it should be WINDOW1=VAR2>0064
- Tue Feb 11, 2025 11:39 am
- Forum: Holden ALDL ECUs
- Topic: ALDL LCD Display
- Replies: 169
- Views: 101135
Re: ALDL LCD Display
everything looks fine in there, the only thing is
the numbers in the conditions are in hex, so where you have WINDOW1=VAR02>64
The 64 is hex, which is 100dec. Is that as intended?
the numbers in the conditions are in hex, so where you have WINDOW1=VAR02>64
The 64 is hex, which is 100dec. Is that as intended?