Jump to content

Some more self cancelling indicators........


Lyonspride

Recommended Posts

Decided to pull out the old Arduino prototyping board and have a go at my own "intelligent" self cancelling indicators :)

Need some solid state relays and some other bits n pieces, but the LEDs show what i'm trying to achieve.

 

I know indicators have flash between 60 and 120 times per second, but does anyone know if they can:

a) Have different speeds?

b) Have a longer on time than off?

 

 

 

 

Spolier.... The boot sequence is morse code :p

  • Like 1
Link to comment
Share on other sites

Do you account for indicating one way then the other in quick sucession?

Link to comment
Share on other sites

Do you account for indicating one way then the other in quick sucession?

 

Not yet, i'm undecided as whether to use a sensor on the wheel or to hard code a cancel feature, both have disadvantages.

Link to comment
Share on other sites

If it's between those two options I'd go for the latter, just in case you need to indicate without turning the wheel (not very likely but possible).

Link to comment
Share on other sites

Make sure you debounce your inputs. I'm half way through my Arduino based dash controller. I'm planning on controlling indicators, hazards, horn, dipped/main beam and start via it. I'll gladly share diagrams and code done so far. Early in the year I took on a sub project to tweak a fellow Westie drivers Arduino project and added debounce code as his indicators were flashing when the Vtec kicked in. I programmed a short press to flash 4 times for lane changes and a long press to flash 15 times for junctions etc

 

I'm not shy of admitting that my design is based on Mike's (R7 WSC) excellent work on his Arduino based steering wheel interface which I intend to fit post IVA.

Link to comment
Share on other sites

^^ I don't think i'm going to have an issue, the code checks for button press via an IF function and when detected it runs into a sub routine that starts with a 100ms delay. It effectively ignores multiple button pressed from the same button. I'll look into mitigating EMI and transient voltages a bit further down the road :)

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

Please review our Terms of Use, Guidelines and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.