Jump to content
Looking for Staff Members

Varrieablefirstgen

Unpaid Member
  • Joined

  • Last visited

  1. Varrieablefirstgen started following Me78569
  2. Ok thanks ive been pretty busy lately but when i get some time ill give it a shot!
  3. Interesting if that is the case how would i go about to fix this issue or atleast diagnose/troubleshoot?
  4. i wouldn't think so but i have no idea honestly i have the "turbo reset code" and it positions the veins where they should be then when i upload the main code the veins will cycle the way they should be IE if theres over 10 psi of boost the veins will open the pot switch will work correctly with the lcd screen 25cm is opened all the way and 3 is closed maybe the code is getting thrown off since the tps isnt hooked up ill try editing that out just to see what happens.
  5. When it comes to code i really dont know what im doing ive done a little research on it but that only gets me so far. The code i have is from the building a standalone controller on this fourm, but the tests i have done the turbo speed sensor is not hooked up idk if that will affect it. All i know i test fitted the controller on the truck and the pot sensor works good and the cm^2 numerals on the lcd screen are correct to the vein position. Do you know of a video or source online that i can use to troubleshoot this ?
  6. Hey would you know why my EB isnt working correctly? I checked the values in the code and they are set to 900, 1000 which is right for 3cm but when i engage it it goes to 25cm just to try it i changed the values to 40, 140 and it did not make a difference? Any help would be appreciated everything else seems to be working as it should.
  7. Ok I wasn't sure if the 13.5 to 14 volts from the alternator would be too much
  8. Another question I have is how did you regulate the voltage / current to the Arduino once it's installed in the truck?
  9. If you get around to it i would appreciate it! if not no big deal, im going to hook it up eventually but I gotta find the bracket first but I was wondering what are some ideas you have for mounting/containing the arduino and shields? And the LCD screen too?
  10. ok ill look into i i just was looking through an old thread (when you were first building the controller) and i seen where you helped someone out that had the same issue im having what i found is the can shield default cs pin was set to 9 you have to cut and solder to get pin 10 i just did that and it works! i do have to look into it more ill start with what you said because my lcd screen sill wont show anything and the pot sensor dosent seem to move the actuator gear very far but it does respond though!
  11. When i edit the code from Wire/Wire,h to Wire.h the code will verify and upload but nothing will happen ie. i cannot get the pot sensor to respond and i did check the wiring to be sure it was correct and the lcd screen will illuminate but not show anything do you think the can bus pin has anything to do with it? I know i had no response outta the reset code til i edited the can pin from 10 to 9 you had it in your notes that it could be pin 9 10 or 11 and 9 worked for me.
  12. Arduino: 1.8.13 (Windows 7), Board: "Arduino Uno" A_HE351Mainfreq_TPS:47:10: fatal error: Wire/Wire.h: No such file or directory #include <Wire/Wire.h> ^~~~~~~~~~~~~ compilation terminated. exit status 1 Wire/Wire.h: No such file or directory This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences. When i had a friend of mine look at it he concluded that the Wire/Wire.h wasnt a library so he edited it to the Wire.h cause thats a pre installed library in the IDE program and the code would verify and upload from there but I think from editing that messed with the whole code but i know nothing about to to be sure i ordered some potentiometers and will use them to do a bench test of all the sensors but to my limited understanding i would think that the pot sensor would still work (the pot that will be installed in the truck) with out the other "sensor values present" i assume the Can Bus and Arduino Uno are fine because when i download the turbo reset code the actuator will respond to it. One thing worth mentioning is when i downloaded the turbo reset code i had to switch the can bus pin from pin 10 to pin 9 before it would work. Heres a quick reference of the turbo reset code that has to deal with the different pins #include <SPI.h> #include <can.h> #include <Wire.h> #define mode NORMAL // define CAN mode #define bitrate 250 // define CAN speed (bitrate) MCP CAN1 (10); //****This might be any pin 9 / 10 / 11 depending on the cnabus shield. Adjust to fit your needs
  13. Hey so im having trouble with the code i could not get the 1.11 code to upload to my arduino i had a buddy of mine look at it and we concluded that the command (i know the terminology is wrong but i cant think of it right now) Wire/Wire.h was why i wouldnt verify/upload so we edited it to Wire.h Will this affect the operation of the system? I was able to try the actuator out with the turbo reset code it seems to work i have the actuator off the turbo right now but it will power up and rotate one way for a little bit then go the other way til you cut power im assuming that is correct and itll position itself correctly when the actuator is on the turbo. I have a feeling something isn't right for the main code 1.11 to run the turbo only because if i try and use the poteniometer the actuator wont respond same with the EB switch any insight would be appreciated i have checked my wiring again just to be sure and it is correct and i wont be able to know for sure til i get all my sensors and harness installed in the truck to try and do the real test im just trying to test as much as i can at the moment so when the time comes to install it everything will be ready to go! Also nothing show on the lcd display