Standalone Volvo Electric Power Steering Pump Controller

Sdílet
Vložit
  • čas přidán 26. 07. 2022
  • Standalone speed control of Volvo TRW electric power steering pump using ESP32
    github.com/jssteinke/Volvo-EH...
  • Auta a dopravní prostředky

Komentáře • 28

  • @wingit6275
    @wingit6275 Před rokem +3

    Following for the GitHub links. I run this pump on my V8 Swapped e46. I just started trying to use Arduino to control it but you're board is much smaller and compact. Good work 🤘

  • @snail.mailll
    @snail.mailll Před rokem +1

    Do you have a parts list of everything used?

  • @kyletaylor2181
    @kyletaylor2181 Před 2 lety +1

    Do you have a GitHub for this? Im thinking about something similar activated by speeduino below 10 mph. Are you sending pwm or a digital signal?

    • @clutch-slayer
      @clutch-slayer  Před 2 lety +2

      Hey! Working on getting everything up on gitlab, might take a week or two but I’ll post links when it’s up.

    • @clutch-slayer
      @clutch-slayer  Před 2 lety +2

      This is sending CAN bus messages, but the esp32 can ingest pwm and output the appropriate can messages

    • @clutch-slayer
      @clutch-slayer  Před rokem

      Still working on documentation and getting the diagrams uploaded, but basic sketch can be found here: github.com/jssteinke/Volvo-EHPS-Pump-Control

  • @marcocisafrulli3623
    @marcocisafrulli3623 Před 6 měsíci

    Does this code work also on other hydraulic pumps made by TRW? For instance on a TRW pump mounted on the opel Astra

    • @PDMGarage
      @PDMGarage Před 2 měsíci

      i'm working now on my project, previously car had pump from opel astra, so soon i will test this kit with opel pump

  • @clutch-slayer
    @clutch-slayer  Před rokem

    Still working on documentation and getting the diagrams uploaded, but basic sketch can be found here: github.com/jssteinke/Volvo-EHPS-Pump-Control

  • @wingit6275
    @wingit6275 Před rokem +1

    I've tried twice to comment contact info . And it doesn't show I have replied 🙃

  • @muhammadyusuff5727
    @muhammadyusuff5727 Před rokem

    How many amps..??

  • @7eis
    @7eis Před 2 lety

    Do you have documentation somewhere?

    • @clutch-slayer
      @clutch-slayer  Před 2 lety

      I’m working on uploading everything, I’ll post links when I have it done.

    • @clutch-slayer
      @clutch-slayer  Před rokem

      Still working on documentation and getting the diagrams uploaded, but basic sketch can be found here: github.com/jssteinke/Volvo-EHPS-Pump-Control

    • @Recorderer94
      @Recorderer94 Před 8 měsíci

      @@clutch-slayer Do you have the Speed car - EPS RPM chart? Thank you.

  • @RjVatt
    @RjVatt Před rokem

    Hello! Can you post some documentation now?

    • @clutch-slayer
      @clutch-slayer  Před rokem

      Hey, I’m still working on getting everything on GitHub publicly.

    • @clutch-slayer
      @clutch-slayer  Před rokem

      Still working on documentation and getting the diagrams uploaded, but basic sketch can be found here: github.com/jssteinke/Volvo-EHPS-Pump-Control

  • @wingit6275
    @wingit6275 Před rokem

    Anyone by chance recognize the hardware ? I'd like to go ahead and have the parts ordered so I'll have them and also to design and 3D print some cases. I see a esp32? Uncertain if normal esp or the can32. And a mcp2551? Unsure of what they are socketed to tho

    • @clutch-slayer
      @clutch-slayer  Před rokem

      It’s a custom board I designed with an esp32 and mcp2551. It’s essentially a stripped down version of this, but i changed the power supply to be more forgiving for automotive voltages and reverse polarity protection. It’s also designed to fit in the same enclosure haltech uses for their tpms module. copperhilltech.com/esp32-wifi-bluetooth-classic-ble-can-bus-module/

    • @clutch-slayer
      @clutch-slayer  Před rokem +1

      If you can give me your contact info I can sell you a board at my cost, if you’re interested. Just give me some feedback on if it works for your use case.

    • @gRuHa89
      @gRuHa89 Před rokem

      @@clutch-slayer does it need to be a custom board, or would regular ESP32 work as well? GREAT PROJECT BTW!

    • @clutch-slayer
      @clutch-slayer  Před rokem

      @@gRuHa89 regular esp32 will work, but you’ll need a can transceiver to communicate with can bus

    • @gRuHa89
      @gRuHa89 Před rokem

      @@clutch-slayer like MCP2562, or do you recommend anything else?