Main Menu

Recent posts

#51
v1.0 - v1.1 / Re: My life, My coding
Last post by Rx7man - September 14, 2023, 06:58:43 PM
Well, been over a year (yikes) since I updated this.. figure I ought to do that.. I am still alive.. working on moving (and I have a LOT of stuff to move).. the 2wd first gen is a beauty to drive... I got rid of all my cows :(  ...
However, for projects, I have that H pump and I've decided (finally) on what CPU to use on it, ESP32, which has a DAC which is necessary.. plenty of processing power too (240mhz x 2 cores x 32bit) as well as built in CAN (and I have got that part working too
It's quite a nice little board, and I think I could actually use the same board to control the turbo as well, just hook some other sensors up to it. 
I'll be counting the pump gear teeth (10 crank degrees separation) with a VR sensor and then have a hall effect sensor in one spot to reset it, probably like 50* BTDC on #1, and then I can get my timing from there with a piezo sensor on the #1 injector tube, and I should be able to get VERY accurate rotational information and see if one cylinder fires harder or less hard than the others.. Reading the fuel rack position is REALLY complicated, gotta feed it about a 60khz sine wave and then read the peaks.. Ideally I think you would do a frequency sweep between about 50-60khz and find where it's gives the highest amplitude (resonant frequency).. I'll have to see how fast I can make that happen and see if it's feasible in practice
#52
General Discussion / Re: Moparman board
Last post by llamajwc - September 07, 2023, 02:38:19 PM
The communication wires arent connected to d10 and d9.
You connect to the Can Hi and Can Lo
#53
General Discussion / Re: Moparman board
Last post by brownjeremy56 - August 13, 2023, 06:20:58 PM
End of day update. I got my LCD working, all inputs seem to work. Just don't appear to have can communication to turbo.

Is there a way to check? I'm using elecfreak v1.2 canbus shield. I have tried setting up on pin D10 and D9. No luck.
#54
General Discussion / Re: Moparman board
Last post by brownjeremy56 - August 13, 2023, 11:56:52 AM
I don't know how to email you directly. If I click on your name it says action not allowed.

If you could help that'd be great. I'm lost. Most of my programming experience has been html, action script, and a few others. Arduino programming is Greek to me.

Since I talked to you last I have managed to get my code to compile and upload to the board. That felt like a win. Unfortunately it doesn't do anything other than light up my lcd display. When my VGT actuator is powered it seems to cycle once, and continually make a subtle noise. I have put pots in place of my sensor inputs so that I can try to make this work before I install the turbo on my truck. Unfortunately it doesn't do a thing. Doesn't even display anything on my LCD screen.

If you email me directly maybe you could push me in the right direction.
#55
v2.0 / Re: Android app too old?
Last post by hakcenter - August 06, 2023, 07:18:09 PM
Have you gone through the app settings in android and given the app the Bluetooth permissions ?

I'll have to screenshot it later.
#56
v2.0 / Re: Android app too old?
Last post by Trebler - August 06, 2023, 03:41:31 AM
I am also having these issues and hopeful for a resolution. I can't seem to update the firmware either.
#57
General Discussion / Re: Moparman board
Last post by hakcenter - August 01, 2023, 05:10:30 PM
Oh gotcha so they didn't have you purchase a specific made shield or setup.

Honestly you're kind of in a pickle. If you could return all that you bought you could have a go at buying my shield and all the parts.

If not we can try to figure out how the canshield works and get some basic code across.

Email me directly and maybe we can setup a live session and see what we can do together.
#58
General Discussion / Re: Moparman board
Last post by brownjeremy56 - July 31, 2023, 01:58:17 PM
#59
General Discussion / Re: Moparman board
Last post by brownjeremy56 - July 31, 2023, 01:40:43 PM
Quote from: hakcenter on July 30, 2023, 09:23:49 PMInteresting. I'm not sure what their shield design looks like unless it's a copy of mine ?

Can you post a picture ?

Below is a video of my build.

I found the 2 missing sketches, that I needed to complete this project!!

I may or may not need your help.

I see your lilbb appears to incorporate engine RPM in the code. I am running off turbo RPM, throttle pos, MAP, and exhaust pressure. So my question to you is, do you think I'll encounter tuning issues without engine RPM data?
#60
v2.0 / Re: Android app too old?
Last post by hakcenter - July 31, 2023, 07:45:39 AM
You'll need to for the apps area and dig into the LBB app permissions and give it the Bluetooth perms.

The newer permissions are not being asked for on startup for some reason. I'll try to dig into it this weekend. I was able to add the scan permission but it doesn't seem to help.