When I was commuting daily in the SF fog, I discovered that putting on of these [1] on my helmet did wonders to keep cars further off my tail. It moves the brake light up to eye level for people in SUVs and also triggers on engine braking. Wish it were cheaper, but was a worthwhile investment for me. Also, consider looking into airbag vests if you ride regularly. Also expensive but (supposedly) make a huge difference…
My quest to make motorcycle riding that tad bit safer
121–130 of 390 posts
Re: My quest to make motorcycle riding that tad bit safer
#122When I was commuting daily in the SF fog, I discovered that putting on of these [1] on my helmet did wonders to keep cars further off my tail. It moves the brake light up to eye level for people in SUVs and also triggers on engine braking. Wish it were cheaper, but was a worthwhile investment for me. Also, consider looking into airbag vests if you ride regularly. Also expensive but (supposedly) make a huge difference…
They started via a kickstarter in 2015: https://www.google.com/search?q=lumos+helmet+history
...they kindof "always" had reliability issues w/ detecting braking accurately, I think switching between the handlebar remote/sensor or phone sensors. It's an existing product with a direct analogue to your project goal, and minimally you could trawl for contacts within customer reviews or online reports to get some ideas about the good/bad in this problem space.
Beware of patents (as relevant), but it's a noble and useful project and goal.
Re: My quest to make motorcycle riding that tad bit safer
#123Re: My quest to make motorcycle riding that tad bit safer
#124When I was commuting daily in the SF fog, I discovered that putting on of these [1] on my helmet did wonders to keep cars further off my tail. It moves the brake light up to eye level for people in SUVs and also triggers on engine braking. Wish it were cheaper, but was a worthwhile investment for me. Also, consider looking into airbag vests if you ride regularly. Also expensive but (supposedly) make a huge difference…
Re: My quest to make motorcycle riding that tad bit safer
#125Earlier quoted context omitted.
Oh, now I see that it's just based on an accelerometer. Marketing it as "wireless" seems to suggest that it is monitoring the brake lights rather than "automatically" flashing based on motion.
Tbf, even cars put the brake lights on based purely on deceleration nowadays in addition to triggering when the brake pedal is pressed. It's covered by legislation in both EU and US, since BEVS and PHEVs can have very aggressive regen braking, and the legislation basically says if your rate of deceleration is above X, then lights need to be on even if the brake pedal hasn't been pressed.
Now in regen the brake lights come on above a certain harvest level.
Re: My quest to make motorcycle riding that tad bit safer
#126I suspect a lot of the effort here is marketing, so you might extract extra value (and do more good) with a complementary product.
A big benefit might come from controllable red light and warning bell for the rider when you're more than 15% over speed limit. Speed is the biggest risk by far, and also the risk you can control (since no brake light can defend against the inattentive driver). It's way too easy to not realize how fast you're going.
Indeed, for that you could also factor in stopping distances. Starting out with lighter, nimble bikes, I got in real trouble with the 650+ lb monsters that dither about stopping. Those would get a lower threshold. And you'd apply a higher threshold for open road vs. traffic, etc.
Then build out a UI workflow and logging, and it might grow into an interesting intelligent copilot product line addressing all the pilot-controllable factors. As a motorcyclist, it's really on you to save your own bacon.
Re: My quest to make motorcycle riding that tad bit safer
#127Earlier quoted context omitted.
Another problem is that on most bycicles right leaver is the REAR brake, while on motoryclces it FRONT. It make difference when braking in turns. I was actually considering swapping my bike brakes left to right but it turns out one of the cables is too short. :(
US bicycles, that is. In the UK the bicycle brakes are the other way around.
Re: My quest to make motorcycle riding that tad bit safer
#128I actually think it is lame when engine braking activates the brake light. There are two distinct behaviors: slowing down gently, with engine braking, and slowing down intensely with physical brake application. When I am engine braking like going down a long hill I do not want to flag the drivers behind me that I am braking ... I just want to use the compression of the engine to regulate my speed. Anyone who lives in…
Re: My quest to make motorcycle riding that tad bit safer
#129When I was commuting daily in the SF fog, I discovered that putting on of these [1] on my helmet did wonders to keep cars further off my tail. It moves the brake light up to eye level for people in SUVs and also triggers on engine braking. Wish it were cheaper, but was a worthwhile investment for me. Also, consider looking into airbag vests if you ride regularly. Also expensive but (supposedly) make a huge difference…
Re: My quest to make motorcycle riding that tad bit safer
#130Out of curiosity, wouldn't an accelerometer alone not work for this purpose? I see you've hooked it up with engine RPM as well, but realistically you want to indicate when you're slowing down, no matter the reason, right? Is there something I'm fundamentally missing here? This is a great idea though, and definitely something that more bikes should come stock with. There's a very clear benefit for safety.
Thank you for your question, it does not hook with the engine RPM, but I did have an issue with the sample rate syncing with the engine rpm therefore picking up noise, I solved that issue with randomizing the sample interval with pseudo random numbers.