Ozrockrat
Expedition Leader
Getting rid of the V-MUX:
1- no reasonable way to diagnose or repair.
2- Spares are very expensive.
3- Not able to reprogram functions without spending upwards of $6000 on software.
4- control for things like scene lights only function from the cab.
5- main isolator needs to be on to have control.
6- when isolator is on the screens light up the night too much for camping.
The main saving grace for the V-MUX is that it’s in place and working.
1- With the Raspberry Pi and all it’s components I can carry a full spares kit for around $200.
2- all associated sensors are cheap and easily available. (May not be rugged enough but time will tell)
3- ability to combine controls into a single button. I.e night viewing mode sets all lights to red and reduces intensity or camping mode enables right scene lights, rear scene lights, left scene light but disables door switches. Then when finished camping put it in drive mode(or truck is put into gear) turns off all scene and under body lighting and re-enables door switches.
4- Ability to include additional functions such as tank levels, motion detection, security cameras, messaging and maybe even monitoring key parameters on the trucks J1939 bus.
5- because it is a fun project I can do with my grand daughter (after we build a retro gaming machine)
A couple of key project guidelines for me:
1- all switchable functions must have a manual override. (Isolated manual switches can also control relays)
2- no/minimal bespoke hardware except for breakout/IO control boards.
3- reuse existing code where possible (I have a bad habit of thinking I can do everything better and reinventing the wheel)
4- keep it fun.
5- make it reproduce-able potentially commercially available.
My main focus initially is replacing the functions controlled by the V-MUX so basically all the lighting. Especially for the camping kit. Pump and scene lights currently need the V-MUX powered up. To turn on the pump (I repurposed the suction pump the same as every other ambo I have done) I need to:
1- turn on the isolated at drivers door.
2- go to the control panel in the module.
3- turn on pump.
4- go and use the pump (drivers side at the moment is the only outlet)
5- being lazy and if I remember I the turn off the isolator otherwise I have to either unplug the pump or switch the pump off in the module.
The RPi solution would have me set the truck up in camp mode and use a momentary switch plus flow switches to control how long it stays on when switched. For example when the shower is in use keep the pump on for 1 minute after flow stops (to allow for navy showers). But with the sink it only needs to stay on for 30?? seconds. But if there is water flow from the pump and neither of the flow switches for the shower or sink are active turn the pump off and set an alert for a leak.
There is a lot more potentially including controlling the engine preheat while the vehicle is stored. The good part being it can all be done incrementally. (agile development = always releasing a functioning product).
1- no reasonable way to diagnose or repair.
2- Spares are very expensive.
3- Not able to reprogram functions without spending upwards of $6000 on software.
4- control for things like scene lights only function from the cab.
5- main isolator needs to be on to have control.
6- when isolator is on the screens light up the night too much for camping.
The main saving grace for the V-MUX is that it’s in place and working.
1- With the Raspberry Pi and all it’s components I can carry a full spares kit for around $200.
2- all associated sensors are cheap and easily available. (May not be rugged enough but time will tell)
3- ability to combine controls into a single button. I.e night viewing mode sets all lights to red and reduces intensity or camping mode enables right scene lights, rear scene lights, left scene light but disables door switches. Then when finished camping put it in drive mode(or truck is put into gear) turns off all scene and under body lighting and re-enables door switches.
4- Ability to include additional functions such as tank levels, motion detection, security cameras, messaging and maybe even monitoring key parameters on the trucks J1939 bus.
5- because it is a fun project I can do with my grand daughter (after we build a retro gaming machine)
A couple of key project guidelines for me:
1- all switchable functions must have a manual override. (Isolated manual switches can also control relays)
2- no/minimal bespoke hardware except for breakout/IO control boards.
3- reuse existing code where possible (I have a bad habit of thinking I can do everything better and reinventing the wheel)
4- keep it fun.
5- make it reproduce-able potentially commercially available.
My main focus initially is replacing the functions controlled by the V-MUX so basically all the lighting. Especially for the camping kit. Pump and scene lights currently need the V-MUX powered up. To turn on the pump (I repurposed the suction pump the same as every other ambo I have done) I need to:
1- turn on the isolated at drivers door.
2- go to the control panel in the module.
3- turn on pump.
4- go and use the pump (drivers side at the moment is the only outlet)
5- being lazy and if I remember I the turn off the isolator otherwise I have to either unplug the pump or switch the pump off in the module.
The RPi solution would have me set the truck up in camp mode and use a momentary switch plus flow switches to control how long it stays on when switched. For example when the shower is in use keep the pump on for 1 minute after flow stops (to allow for navy showers). But with the sink it only needs to stay on for 30?? seconds. But if there is water flow from the pump and neither of the flow switches for the shower or sink are active turn the pump off and set an alert for a leak.
There is a lot more potentially including controlling the engine preheat while the vehicle is stored. The good part being it can all be done incrementally. (agile development = always releasing a functioning product).