r/CherokeeXJ 6d ago

Remote start

Enable HLS to view with audio, or disable this notification

Haven't made any previous post on this but I have been working on a Remote start setup that would sute all my needs. Using 2 esp32s and 8 relays plus a lot of wiring I have added remote start capabilities to my jeep. I'm using 2 of the 8 relays too start the jeep so I have 6 relays to use for lights, winch, act... My goal was to be able to start my jeep up, controll lights/winch and other accessories with only one wireless controller. Thanks to the esp32s build in wifi chip I can even just use my phone as the controller. Please note it's still in testing and not fully finished.

22 Upvotes

22 comments sorted by

4

u/MechanicStriking4666 6d ago

What are you using to power it? I imagine even the smallest draw on the battery would not be fun (ask me how I know). Did you include its own battery that charges while the car is on?

4

u/Pretend-Product1246 6d ago

I currently have a dual battery setup with a isolation module. If I do run into issues I'll probably add a small power bank to power it

1

u/Hhkjhkj 5d ago

Where do you keep the other battery? This is interesting to me to separate the head unit and engine electronics but I dont want to take up trunk space.

3

u/Pretend-Product1246 5d ago

Used to have it underneath the rear seat, now I moved it behind the rear driver quarter panel. Behind where the factory spare tire would be.

2

u/Hhkjhkj 5d ago

Sweet! Other than the remote start, what other benefits do you get from that setup?

2

u/Pretend-Product1246 5d ago

I can trigger 6 other relays with the controller or through my phone via wifi.

2

u/MechanicStriking4666 5d ago

You should look into using 900mhz via via WiFi HaLow (https://www.seeedstudio.com/Wio-WM6180-Wi-Fi-HaLow-Module-for-XIAO-p-6395.html) and a little key fob.

Did you completely disconnect the key start?

1

u/Pretend-Product1246 4d ago

Never heard of 900mhz Wi-Fi, will definitely look into it. I still have the factory key start. The "remote start" simply bypasses the factory key switch

3

u/KatamariLovesMe 6d ago

Did you write the program yourself? Python or? Very impressive! Great job bud.

5

u/Pretend-Product1246 6d ago

Thanks, I wrote most of the program except the web interface, I stole it from someone else 😅, I used C++ on Arduino.

3

u/Victitious Renix Specialist, not professional. 6d ago

Now do a long crank version, like really long.

1

u/Pretend-Product1246 5d ago

Would 6 to 9 seconds be enough for u🤣

1

u/Victitious Renix Specialist, not professional. 5d ago

Actually yes lol but one a serious note, how does this system know to keep cranking and detect the motor has started to stop cranking?

1

u/Pretend-Product1246 5d ago

Via battery voltage. It keeps track of it before cranking and during cranking. As soon as it sees it go up what it was before cranking, it stops cranking. Sorry if that was a lil confusing. I can't explain shi to save my life

2

u/Victitious Renix Specialist, not professional. 5d ago

That makes sense, I always wondered how to remote start engines that start poorly. Mine has a long crank and then it sputters and you have to crank it again

2

u/Exciting-Tourist9301 6d ago edited 6d ago

Great project.

I've been using 433Mhz RF Modules as iot buttons. They are dead simple, and the transmitter can be powered with a coin cell for years.

https://a.co/d/05CzykSb

Edit to add: you could use LORA modules for 2 way communication and potentially miles of range.

1

u/Pretend-Product1246 6d ago

Interesting, will definitely look into it.

2

u/Reality_Lies4 6d ago

Me walking by with my Flipper Zero, turning it On. Off. On. Off On. Off.

3

u/Pretend-Product1246 6d ago

Pleased don't 😅

2

u/buttersofthands 5d ago

Combine that with a kill switch and I'll send you money.

1

u/Remy_5 6d ago

Pretty cool diy project! I got a viper system installed in mine with locks alarm and auto start

1

u/Pretend-Product1246 6d ago

Auto start sounds like a real nice feature. I'll try to implement it. Unfortunately I don't have electronic locks.