Sidewaze Samm said:
What does the light do if the brakes are applied when reversing?
This was queried earlier in the thread
So everything is in a priority order:
1) Braking
2) Reverse
3) Left / Right / Hazards
So basically, no matter what’s happening, if you brake, the light will turn red.
Imagine this, you’re pulled over at side of road, left indicator on. So the left indicator ‘animation’ occurs. If you then put the car in reverse, the entire strip goes white and acts as reversing light. Reverse takes priority (at least, that’s how it’s currently codes) over indicators etc. Now, if you were to brake during reversing (and still indicating) the light would go red since brake light is highest priority. When you then release the brake it would go back to white since you’re still reversing. Once you’re out of reverse gear, assuming indicators are still flashing and you’re not braking then the indicator would be seen again.
As an update on this too - I’ve had about 50 messages on Facebook since I posted this into 2 Z4 groups... I’m drawing up a custom pcb which would be the “control module”.
Now, to keep it “hobbyist AND newbie” friendly - I’ve designed it so that you just solder on an Arduino Nano, then solder on a buck converter, then the headers / wires etc. Now - the downside is it makes it a larger pcb than I’d personally like - measuring about 62mm wide, 50mm tall and about 20mm-30mm high/thick once inside a case I’ll 3D design. The plus side (and main reason for doing it) is it will be easy for the average joe to DIY it. Just buy the nano and buck converter off eBay or wherever, solder it in place via header pins then just upload my pre-made code. Those who are comfortable with the Arduino IDE and writing their own code can edit it to the desire but for most the “default” code and config will be perfect.
To simplify the indicator choice, I’ve made a simple jumper point. Eg. Join the jumper via a jumper or solder bridge and the indicator will flash static/solid, without the jumper they will animate sequentially flowing. (That way those who don’t code can still choose easy enough)
Once I’ve finished designing the pcb and completed my code etc I will go over everything in what is fast becoming a comprehensive write up and how to
