Jump to content
View in the app

A better way to browse. Learn more.

Mopar1973Man.Com LLC

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Me78569

Unpaid Member
  • Joined

  • Last visited

Everything posted by Me78569

  1. I will check this code when I get home tonight, but it should cycle the turbo slowly. PM your phone number and I will get you a call tonight at some point.
  2. haha the last of the meat finally got thrown out a couple days ago. thanks!
  3. Give this a go this should do the typical startup loop ( message) then it will loop adding 10 to the position. It should also print the turbo position in CM. #include <SPI.h> #include <can.h> #include <Wire.h> #include <LiquidCrystal_I2C.h> // Defines for setting up the CAN Bus #define mode NORMAL // define CAN mode #define bitrate 250 // define CAN speed (bitrate) MCP CAN1 (10); //Create CAN Channel LiquidCrystal_I2C lcd(0x20, 2, 1, 0, 4, 5, 6, 7, 3, POSITIVE); // Set the LCD I2C address unsigned int last_vane_position = 0; unsigned int final_vane_position; unsigned int vane_position = 0; int VanePos = 0; void setup() { // Initialize Serial communications with computer to use serial monitor Serial.begin(115200); lcd.begin(20, 4); // initialize the lcd for 20 chars 4 lines and turn on backlight // Set CAN mode and speed CAN1.begin(NORMAL, bitrate); //-------- Write characters on the display ---------------- // NOTE: Cursor Position: CHAR, LINE) start at 0 lcd.setCursor(2, 0); lcd.print("Starting HE351VE"); lcd.setCursor(5, 1); lcd.print("Controller"); lcd.setCursor(4, 2); lcd.print("Will Display "); lcd.setCursor(0, 3); lcd.print("Boost,Drive,Position"); delay(2000); lcd.clear(); lcd.setCursor(4, 0); //Start at character 4 on line 0 lcd.print("Cycling Vein"); lcd.setCursor(6, 1); lcd.print("Position"); lcd.setCursor(3, 3); lcd.print("Wait To Start!"); delay(250); lcd.clear(); vane_position = 960; SendTurboPos(); lcd.clear(); lcd.setCursor(4, 0); //Start at character 4 on line 0 lcd.print("Cycling Vein"); lcd.setCursor(6, 1); lcd.print("Position"); lcd.setCursor(3, 3); lcd.print("Wait To Start!"); delay(250); vane_position = 960; SendTurboPos(); lcd.clear(); lcd.setCursor(4, 0); //Start at character 4 on line 0 lcd.print("Cycling Vein"); lcd.setCursor(6, 1); lcd.print("Position"); lcd.setCursor(3, 3); lcd.print("Wait To Start!"); delay(250); vane_position = 960; SendTurboPos(); lcd.clear(); lcd.setCursor(4, 0); //Start at character 4 on line 0 lcd.print("Cycling Vein"); lcd.setCursor(6, 1); lcd.print("Position"); lcd.setCursor(3, 3); lcd.print("Wait To Start!"); delay(250); lcd.clear(); lcd.setCursor(8, 2); lcd.print("Done!"); delay(500); lcd.clear(); vane_position = 500; SendTurboPos(); lcd.setCursor(0, 0); lcd.print("CM^2 = "); } void loop(){ vane_position = last_vane_position + 10; if (vane_position > 960);{ vane_position = 100; } SendTurboPos(); } void SendTurboPos(){ vane_position = final_vane_position; last_vane_position = final_vane_position; byte lo_byte = lowByte(final_vane_position); byte hi_byte = highByte(final_vane_position); byte data[] = { lo_byte, hi_byte, 0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; // data message with an added counter // data[2] = 0x02 for recalibrating gearbox // Load message and send CAN1.send(0x0CFFC600, extID, 8, data); VanePos = constrain(map(final_vane_position,960,40,3,25), 3, 25); String TurboPos = String(String(VanePos, DEC) + " "); lcd.setCursor(0, 6); lcd.print(TurboPos); } He351ve_Test.zip
  4. Me78569 replied to Frog's topic in Introductions
    I am thinking about doing something dumb and keeping the 47re haha. I gotta first get some money in the bank, the wedding pretty much drained me.
  5. I will write you a simple program to test the movement in the am.
  6. Me78569 replied to Frog's topic in Introductions
    Haha the mopar pos will hopefully not be holding my engine for much longer. 94-97 crew cab obs ford is in its future.
  7. Do you see the startup message on the screen? Can you take video on the controller screen when you apply power? When you put power to the turbo is tself do the vanes "jump"?
  8. I have a few hours....well days....worth of crimping to do
  9. can't help but to think that Ram pays more to autoguide.com than ford does haha.
  10. I would remove the pp as the supercharged can read codes etc. Other than that they won't be different
  11. Great!! Good luck. The setup page should cycle the vanes on the turbo from open to closed. Ensure you have a good power source for the turbo. It will need at least 10 amps
  12. Also you might have to verify the address (on the first page of the code near the top)of the screen when it is connected. I will quote what I mean in the am.
  13. So the sda and scl should be on pins a4 and a5 I think I had that issue when I had the sda and scl backwards
  14. Are you bench testing or is this in your truck? What screen? Have you adjusted the contrast of the screen? How do you have it connected and to what pins on the arduino?
  15. As much as I wanna stick a couple of he341vgt's on that v12 I kinda doubt it would ever happen. The point of the car is more so to keep me busy with cheap stupid things like Plasti dipping the car, and painting a pin up girl on the door..... If I don't spent my free time doing something that is time comsuming ( without money consuming) I find myself bored and doing something stupid.
  16. Nope it is plug and play.
  17. Lets just say there is more than one reason for all the work I did on the he351ve controller If things ever slow down for me and I get a couple grand into the project...
  18. Well the order is in for the fx 888d I can't wait to get started on this thing.
  19. Heck ill deliver the car to you.
  20. CSM, I'll sell you this project for $1,000 haha. Runs great now, just needs about 6/8 more cans of plasti dip. I got my eye on a 96 f 350 CCLB roller in denver that I can't afford right now hahaha. this 750il is a rocket ship waiting for a speeding ticket.
  21. Yea my friend is poking fun at me for paint a german car in US colors hahha.. I told him we stole it, and that his car was still on jackstands. His thread is next to unbelievable if you care to read it. Anything he does is %150....Give the guy a rapid prototype machine and a mill and he goes crazy. http://www.bimmerforums.com/forum/showthread.php?1869798-93FIM5-s-1993-E34-M5-Build
  22. I do have a pair of those.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.