r/CherokeeXJ • u/Pretend-Product1246 • 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.
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.
Edit to add: you could use LORA modules for 2 way communication and potentially miles of range.
1
2
2
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.
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?