jmccorm
Well-Known Member
- Thread starter
- #61
Let me go down the rabbit hole real quick and chase this idea down for you. I think I'm seeing three different paths to get there:With your knowledge you could help those of us who want to get rid of the nanny crap. Also a aftermarket solenoid for the differential lockers. Thanks for what your doing.
1. CONVOLUTED:
You'd have a microcontroller hidden somewhere in the cabin that handles all the input/output control logic. You could either wire the axle locker control and status lines directly up to the microcontroller, or you could use the CAN bus to avoid extensive wiring. But that's going to cost you an additional microcontroller to do the translation between the lockers and the CAN bus. In the cabin, you directly wire a dedicated button and status light up the original smart microcontroller. But this is a solution looking for a problem. There are better ways to handle this without a CAN bus.
There's one alternative here. You could skip adding the extra interior controls and just repurpose an existing set of dash buttons to create a unique lock/unlock button combo. Like holding down the fog light button while tapping and up/down HVAC button. That would put a CAN bus connection to good use.
2. IMPROVED:
Same as above, but you add an authentic Rubicon axle locker dash module to your vehicle. Your microcontroller uses the module's native CAN connection to talk to it. It also reads the vehicle's current speed and transfer case status. Finally, it talks to your third party axle lockers, with or without their own dedicated CAN bus connection.
3. IDEAL CASE:
I've believe I've spotted the Drivetrain Control Module (DCM) variables which enable the front and rear axle locker featureset. If those features can be successfully enabled in the DCM, then you'll need to use authentic Rubicon dash module, and the vehicle itself handles the axle lockers just like the real thing. There's just one more hurdle, but it doesn't look so bad.
The Wrangler's stock axle lockers don't have CAN connections. They're wired directly into the Drivetrain Control Module, each with a status line and a control line. If someone could document the parameters for those two signals (should be easy), you'd just meed a microcontroller to help make your third party axle locker emulate a stock component. That should be fairly straightforward. (In fact, they may have avoided using a CAN connection for that very reason!) An enthusiast or an off-road solutions company to produce a small module that allows a third-party axle locker to look and act identical in all respects to the factory-made variety.
The funny thing is that the ideal case only uses the CAN bus one time, and that's to unlock the featureset in the DCM. The rest may not be so difficult, perhaps not even requiring a microcontroller.
Sponsored
.