Slashdot Mirror


Scientists Build Wireless Bicycle Brakes

itwbennett writes "Computer scientists at a German university have built a set of brakes controlled using a small motor for a braking mechanism and a wireless signaling device to tell it when to brake and how hard. 'Making a popular set of bike brakes wasn't really the point of the project,' says blogger Kevin Fogarty. 'The project was to find out how to make the wireless connections between two components of a system that has to operate in real time – with milliseconds of difference between success and failure (PDF) – more reliable than systems that are normally connected by a wire.'"

213 comments

  1. Awesome... by AngryDeuce · · Score: 5, Funny

    I haven't had a head injury in a while, where do I sign up to try them out?

    1. Re:Awesome... by Anonymous Coward · · Score: 4, Interesting

      I haven't had a head injury in a while, where do I sign up to try them out?

      On a slightly more serious note, where can I buy some? I'll need about 3 dozen before the next local marathon bike race.

    2. Re:Awesome... by nedlohs · · Score: 1

      Why not RTFA and notice it's presented as something that not a single cyclist will use.

      When you are building things you start with the end object I take it? Rather than picking something that is trivial and cheap to work with?

    3. Re:Awesome... by mvar · · Score: 1

      What could possibly go wrong

    4. Re:Awesome... by grimmjeeper · · Score: 2, Funny

      Cut him a little slack. He may still be suffering from one of the other head injuries he had a while ago...

    5. Re:Awesome... by OeLeWaPpErKe · · Score: 3, Funny

      And where do I buy the signalling device ? I would love to mount this on the side of my car, having all bikes around me lock up entirely, with hilarious results.

      Joking aside, I do hope this guy thought about security.

    6. Re:Awesome... by Crudely_Indecent · · Score: 3, Insightful

      I hope there is some sort of Make sure you mix up the levers and calipers so the radio pairs aren't installed together on the same bike.

      Yeah, no thanks. This sort of technology adds multiple potential points of failure to a system that is currently reliable and simple.

      Whereas a bicycle brake system can experience a cable failure (among others which are shared with a wireless system, such as pads) a wireless system can experience transmitter failure, receiver failure, radio interference, battery failure (transmitter or receiver). This team tries to mitigate that potential failure by adding more transmitters. That reminds me of a SNL skit - Christopher Walken "More Cow Bell"

      In my time as a cyclist (3 decades), I've only experienced brake communication failure (broken cable) a couple of times - after which I learned to stop buying cheap cables and I've never experienced brake failure again.

      I realize this is not a product that will likely see the light of day. It was an exercise in the reliability of critical communication as indicated by a quote early in TFA:

      "Wireless brake" and "hit by a truck" sound the same to a cyclist

      --


      "Lame" - Galaxar
    7. Re:Awesome... by TheRaven64 · · Score: 2

      Why RTFA? The summary makes it quite clear. It's actually a very good test application. Bicycle breaks are mechanically simple and cheap to construct, but require the same sort or control latency as a lot of aerospace applications. It's a lot cheaper to stick an experimental control system on a bike than an aircraft, and if it doesn't work it's probably a lot less painful...

      --
      I am TheRaven on Soylent News
    8. Re:Awesome... by 0100010001010011 · · Score: 1

      it's probably a lot less painful...

      Says the person not on the bike.

      -

      I doubt they even used a full bike. They probably just set up a bench of a tire and mechanical brakes and connected it to normal brake handles that were actuated by some sort of servo. Then right next to it the 'wireless' version. The tires were probably driven by a motor so that they could setup and run hundreds of hours of back to back automated tests.

      It's not like they just threw a bunch of guys on bikes and said "So, how does this feel, lets tweak that carrier frequency..."

    9. Re:Awesome... by Migraineman · · Score: 5, Insightful

      Most of the responses so far are people getting hung-up on the example and responding "wireless brakes on a bike are teh shitz." If you read the PDF, they're pretty clear that the experiment is about real-time control systems using wireless communications links. The wireless bike brake is a convenient structure to do some real-world prototyping, and provides some environmental bounds (response time, lag, bandwidth, etc.) that ratchet this up one level above being a purely academic exercise.

      That said, the authors are faced with the horrible reality of wireless links - they are completely unreliable. Fundamentally. Period. The aether is a shared medium, and as such, you have to deal with collisions from other transmitters and interference from unintentional radiators (microwave oven, I'm looking at you.) The objective response time in this experiment is 150mS in the wireless link, and 100mS in the physical actuator. Ignoring the actuator time, 150mS is an abstract number without context. If you're brewing coffee wirelessly, 150mS to close the loop on the temperature control is effectively "instant." [no pun intended] However, if you're measuring RPM feedback on a turbine shaft, 150mS may be an eternity.

      If you're placing the wireless link in the feedback path of a control loop, which these guys are doing, you have to account for the characteristics of the wireless link as part of the control loop stability analysis. Modeling packet loss and transmission delay as the equivalent phase shift and frequency characteristic of a classical analog component can be quite challenging. Further, the characteristics of interference sources may place you squarely in the "doomed from the start" category. If the above mentioned microwave oven can impair your wireless link for the duration of a bag of popcorn, your 150mS response time is irrelevant.

      Wireless links and hard real-time control systems go together like fish and bicycles do.

    10. Re:Awesome... by nedlohs · · Score: 1

      I suspect your brakes failing on a bike is considerably less painful than your controls on a jet aircraft failing. Assuming we count "died instantly" as more painful that "broke leg" even though I guess there might be no pain involved due to the instant part.

    11. Re:Awesome... by Fnord666 · · Score: 2

      The aether is a shared medium, and as such, you have to deal with collisions from other transmitters and interference from unintentional radiators (microwave oven, I'm looking at you.)

      After that we need to start talking about intentional interference that will screw your control system. Jamming a signal is fairly trivial if the control system is going to be reasonably priced. You will also see a lot of late stage design change failures when someone in a different department decides that an intervening panel needs some extra thermal protection and adds a metal backed sheet of insulation.

      Just tag this "DoomedFromTheStart".

      --
      'The tyrant will always find pretext for his tyranny.' - Aesop's Fables
    12. Re:Awesome... by Joce640k · · Score: 1

      I don't think he really intends to build this. It's more of a study into the reliability of wireless controls.

      --
      No sig today...
    13. Re:Awesome... by History's+Coming+To · · Score: 1

      The whole point is that they're experimenting with wireless in safety critical systems. Now, they could do this by experimenting on jet airliners, or they could do it on something a little less "killing hundreds" safety critical.

      They need some kind of safety critical system, and pushbike brakes seem like a good compromise.

      --
      Please consider this account deleted, I just can't be bothered with the spam anymore.
    14. Re:Awesome... by ShavedOrangutan · · Score: 1

      a wireless system can experience transmitter failure, receiver failure, radio interference, battery failure (transmitter or receiver). This team tries to mitigate that potential failure by adding more transmitters.

      I recommend they add a cable operated backup.

      --
      Godaddy is a scam and a ripoff.
    15. Re:Awesome... by TheDarkMaster · · Score: 1

      I never have mod points when i find a comment worth of then... Interesting and informative comment, Migraineman.

      --
      Religion: The greatest weapon of mass destruction of all time
    16. Re:Awesome... by Migraineman · · Score: 1

      Wires can be pretty damned reliable things, in spite of needing occasional replacement when "worn out" on moving subassemblies. Using a wireless interface in a situation that doesn't absolutely require one is "not smart."

    17. Re:Awesome... by nedlohs · · Score: 1

      Which is exactly what I said.

    18. Re:Awesome... by Walt+Dismal · · Score: 1

      Yes. It's bad enough that cars have been converted to fly by wire (to lower weight, but adding more points of failure) but it's folly to take simple lightweight mechanical systems and add complexity. Except for lab research into technology.

      However the good side of this is you'll be able to remotely start your bicycle's engine with a keyfob now. And the bicycle's pollution control system will be able to signal your dealer what that check engine light meant. Oh, code 54 meant 'bicycle's catalytic converter needs replacement'? Okay...

    19. Re:Awesome... by Anonymous Coward · · Score: 0

      You mean them.

    20. Re:Awesome... by del_diablo · · Score: 1

      As somebody who has crashed on a bike:
      Crashing on a bike is not that bad. Unless one of your limbs hit something so you start twisting around the object(flailing i think the term is), the impact will be quite equal, and not that damaging.
      Another issue: If it fails 3 times per 3 trillion, does that not mean that if it fails, it will send another signal that arrives a millisecond later?
      The only real issue left is that the breaks get bad due weardown and teardown, which is why I crashed on my own bike. What does that mean? It means we have a better breaking system, more effective than today, in a mass producable design.
      I think we should test it.
      Or rather: I want one, and i don't want such a cool thing to turn into yet another silly amount of waporware.

    21. Re:Awesome... by Crudely_Indecent · · Score: 3, Funny

      bicycle's pollution control system

      That's a different industry - Fruit of the Loom makes the filters, and Gas-X makes the fuel system additive.

      --


      "Lame" - Galaxar
    22. Re:Awesome... by yurtinus · · Score: 2

      Cars aren't fly by wire for weight savings as much as for efficiency - a throttle cable vs servos is sort of a wash. However, computer controlling your acceleration curve and fuel flow can give more efficient results when the driver mashes the pedal.

      --
      +1 Disagree
    23. Re:Awesome... by Anonymous Coward · · Score: 0

      I suspect your brakes failing on a bike is considerably less painful than your controls on a jet aircraft failing.

      You assume that people are never killed in bicycle accidents. If your brakes don't work and you go into 4 lanes of traffic...you are probably looking at a far more painful death than an air crash.

    24. Re:Awesome... by Anonymous Coward · · Score: 0

      So building this into cycle brakes was a complete waste of time and effort - he could have done this just measuring the responses from the wireless controls and comparing with a wired alternative.

    25. Re:Awesome... by SomePgmr · · Score: 1

      Sometimes a kinda-practical application is just the context you need to realize what you forgot about on paper.

      Doesn't mean you're going to try to sell the stuff you come up with.

    26. Re:Awesome... by gstoddart · · Score: 2

      As somebody who has crashed on a bike: Crashing on a bike is not that bad.

      Well, we just had someone killed recently because someone flung open a door, nailed the cyclist, knocked them into traffic, and they got run over.

      Oddly, your one data point doesn't necessarily cover all cases of crashing on a bike. There are plenty of circumstances where crashing on a bike is anything but "not that bad".

      And, if you've ever seen the guys doing downhill ... well, tell them it isn't all that bad or damaging to fall off. Hell, at lower speeds on tight single-track I wear some body armor ... I won't even ride in traffic. The drivers more or less treat you like you're using their space, and will come awfully close to running you over without a second thought. In fact, they're probably cursing at you while they're inches away from killing you.

      I wouldn't downplay the severity of crashing on a bicycle.

      --
      Lost at C:>. Found at C.
    27. Re:Awesome... by icebike · · Score: 0

      a wireless system can experience transmitter failure, receiver failure, radio interference, battery failure (transmitter or receiver). This team tries to mitigate that potential failure by adding more transmitters.

      I recommend they add a cable operated backup.

      Easier to stick with the current cable and add a bike shoe on the back tire backup.
      You want it simpler? Go fixed gear.

      --
      Sig Battery depleted. Reverting to safe mode.
    28. Re:Awesome... by davester666 · · Score: 2

      There already is a backup braking system on your bike...think Flintstones...

      --
      Sleep your way to a whiter smile...date a dentist!
    29. Re:Awesome... by Anonymous Coward · · Score: 0

      S stands for siemens (conductance), s for seconds.
      the rest is very true afaics.

    30. Re:Awesome... by The+Wild+Norseman · · Score: 1

      microwave oven, I'm looking at you.

      Just remember that if you look at the microwave long enough, it ends up looking back at you. On the plus side, you do end up with tasty, tasty burritos though.

      MMmmmmm... existential burrito.....

      --
      "A government is a body of people usually -- notably -- ungoverned." -Shepherd Book
    31. Re:Awesome... by Anonymous Coward · · Score: 0

      100mS? What do Siemens have to do with this? Or do you mean 100ms?

      this isn't the first time I've seen this. What's your nationality?

    32. Re:Awesome... by Algae_94 · · Score: 1

      technically yes, but I'm sure the guy got a lot more enjoyment out of his work by building the bike brakes. A real world test always demonstrates the point and gets publicity better than publishing some numbers in a paper.

    33. Re:Awesome... by Algae_94 · · Score: 1

      why would you test an experimental wireless bicycle braking system anywhere near 4 lanes of traffic. Perhaps a park or trail would be a better place.

      This IS just a wireless test application with no plans to make a consumer device.

    34. Re:Awesome... by Pf0tzenpfritz · · Score: 1

      Don't forget to buy six dozen sets of batteries,,,

      --
      Oh, the beautiful gloss of greality!
    35. Re:Awesome... by History's+Coming+To · · Score: 1

      Yes. I was agreeing with you and backing up your commentary. Got your back bud. :) (Redundant, perhaps, but I reckon data gathered from internet fora would be much better if people agreed with each other just as much as they disagreed)

      --
      Please consider this account deleted, I just can't be bothered with the spam anymore.
    36. Re:Awesome... by Coren22 · · Score: 1

      I've done that before, it doesn't work quite as well as in the show. :)

      --
      APK likes to ask for responses to the same things over and over. Maybe he just likes the responses?
    37. Re:Awesome... by Coren22 · · Score: 1

      Yup. Fly by wire is more reliable in the long run as well, as there are less moving parts. I love my Camry :)

      --
      APK likes to ask for responses to the same things over and over. Maybe he just likes the responses?
    38. Re:Awesome... by fotoguzzi · · Score: 1

      I'm sure the lever industry balked when someone suggested cable operation for bicycle brakes.... As long as both brakes do not fail simultaneously, some sort of a stop will be possible. Reliability will probably be the same as or better than we have today, and it will no longer be necessary to lubricate and route a bunch of ugly cables.

      I can't wait for this! Derailleurs next!

      --
      Their they're doing there hair.
    39. Re:Awesome... by neonsignal · · Score: 1

      to turn into yet another silly amount of waporware

      I see what you did there...

    40. Re:Awesome... by sjames · · Score: 1

      If my cable breaks, I can still stop using my feet. If the brakes suddenly lock down (as can only happen in a wireless device), I'm screwed.

    41. Re:Awesome... by Anonymous Coward · · Score: 0

      Your cable system also has a transmitter (the coupling at the handle end of the cable) and a receiver (the coupling at the pads end of the cable) and can experience transmission interference (cable faults of all types, including breakage, rust, external pressure, kinks, etc). Battery failure is the only unique failure mode, because the cable-based system is totally passive and uses no power outside of the input signal.

      Now the relative likelihood of each of those failure modes may be different between different implementations, but let's compare bananas to bananas.

    42. Re:Awesome... by micheas · · Score: 1

      Although the lack of reliability of wires is why most heavy equipment uses hydraulics instead of wire. (Although some of the largest equipment still uses wires, it is relatively rare.) The advantage of wire systems is that it is very clear if it has or has not failed and you can make things at a larger scale than other systems..

    43. Re:Awesome... by Anonymous Coward · · Score: 0

      Actually it's not gas-x it's Devrom aka bismuth subgallate the internal deodorant. http://en.wikipedia.org/wiki/Bismuth_subgallateUntilthat'sworkingcarbonimpregnatedclothing

      And follow that up by adding active culture yogurt to the fuel and cutting down on meat.

    44. Re:Awesome... by Beacon11 · · Score: 1

      I would love to mount this on the side of my car, having all bikes around me lock up entirely, with hilarious results.

      Agreed. Similarly, it would be hilarious to jam the frequency and watch them sail through red lights.

  2. Works GREAT! by aardwolf64 · · Score: 2

    Works GREAT... until the battery dies and you hit a car.

    1. Re:Works GREAT! by Anonymous Coward · · Score: 0

      I would hope being on a bike they can run off a dynamo.

    2. Re:Works GREAT! by ZeroExistenZ · · Score: 1

      Or when you are trying to overtake someone with your bike, and the other one brakes to let you pass...

      --
      I think we can keep recursing like this until someone returns 1
    3. Re:Works GREAT! by AngryDeuce · · Score: 2

      And think of all the fun when someone figures out a way to mimic the signal with another device! We'll know the future has finally arrived when a bully can fling a kid off his bike from across the street...

    4. Re:Works GREAT! by Anonymous Coward · · Score: 0

      I would hope being on a bike they can run off a dynamo.

      So they've got the wireless power thing sorted out now, too? Cool!

    5. Re:Works GREAT! by Anonymous Coward · · Score: 0

      Well that would invalidate the design for any competitive cyclists. Who (from that class of folks) would want any of their work output going into charging something and not into moving them forward?

    6. Re:Works GREAT! by roalt · · Score: 1

      When the breaks gradually go into breaking mode when the battery dies, I see no problem (sorry for spoiling the fun).

    7. Re:Works GREAT! by sunderland56 · · Score: 1

      If they were smart, they would design them like the air brakes on trucks - they default to on, the air pressure is required constantly to be able to move the vehicle. That way if an air line leaks, the truck will come to a stop.

      The project is pretty ambitious as it is - they are designing *two* things that are not normally done on a bike: electrically activated brakes, and wireless brakes. A totally silly idea for a bicycle, but potentially useful for trailers.

    8. Re:Works GREAT! by OutputLogic · · Score: 1

      Works great until somebody else hacks and starts messing around with the breaks.

    9. Re:Works GREAT! by tepples · · Score: 1

      Would a regenerative braking system be too heavy to be worth it?

    10. Re:Works GREAT! by maxwell+demon · · Score: 1

      Would a regenerative braking system be too heavy to be worth it?

      From the bike's manual: "If you don't have enough energy to trigger the break, trigger the break in order to gain energy from regenerative breaking. That energy can then be used to trigger the break." :-)

      --
      The Tao of math: The numbers you can count are not the real numbers.
    11. Re:Works GREAT! by maxwell+demon · · Score: 1

      When your desire is to break, you definitely do want energy to go out of moving forward. So activating the dynamo to take some of the energy out would actually have the desired effect in that case.

      --
      The Tao of math: The numbers you can count are not the real numbers.
    12. Re:Works GREAT! by maxwell+demon · · Score: 1

      Errr ... of course I meant desire to brake. :-)

      --
      The Tao of math: The numbers you can count are not the real numbers.
    13. Re:Works GREAT! by maxwell+demon · · Score: 1

      s/break/brake/ in my entire post!
      But then, it's a manual ... so maybe it's just more realistic that way. :-)

      --
      The Tao of math: The numbers you can count are not the real numbers.
    14. Re:Works GREAT! by digitig · · Score: 1

      I would hope being on a bike they can run off a dynamo.

      So the brakes go off if the bike slows down? Or maybe they fail on (no, I've not read the article) -- in which case you can't release the brakes unless the dynamo is running, and the dynamo won't be running unless you release the brakes.

      --
      Quidnam Latine loqui modo coepi?
    15. Re:Works GREAT! by maxwell+demon · · Score: 1

      When the breaks gradually go into breaking mode when the battery dies, I see no problem (sorry for spoiling the fun).

      Ah, I see I'm not the only one who breaks his brakes. :-)

      --
      The Tao of math: The numbers you can count are not the real numbers.
    16. Re:Works GREAT! by Jaqenn · · Score: 2

      No, you know the future has finally arrived when the most successful bullies torment their victims with intelligence and technology instead of burly muscles and indian-burns.

      --
      You are awash in a sea of fiercely stated opinions. Obvious exits are: 'File->Quit', 'Reply', and 'Page Down'.
    17. Re:Works GREAT! by Anonymous Coward · · Score: 0

      Given the skills needed, more like a nerd getting back at the bully from a safe distance :)

    18. Re:Works GREAT! by tibit · · Score: 1

      The project is not ambitious at all. Their main "contributions" are:

      0. A poor-mans tutorial of a new modeling system.
      1. Basic equations that model networks with packet collisions (they never reproduce them, but oh well), known for decades, provide same numbers as their model.
      2. The off-the-shelf hardware works, in idealized conditions, about as well as the model predicts, and in line with how the manufacturer has designed it to work in the first place. No shit, Sherlock?
      3. ...

      There's no profit, there's no new results, there's nothing there. Engineering-wise, their approach is silly from about every angle because they miss everything that would be important in a real-life implementation. They are hung up on TDMA and time slots like it was a God-given thing that such a system must use such a transmission scheme.

      They got a bunch of off-the-shelf hardware, got it to work pretty much as the application note says, and they confirm nothing new, and nothing exciting. I was going to say that this should have never gotten accepted for publication, but then it was in conference proceedings, so perhaps you get to publish just because you want to show up? I guess IEEE WoWMoM symposium is a joke where anyone who gets off-the-shelf stuff to work per application note and adds "in a realtime this-or-that" gets to have their say. It's sad on so many levels.

      Their article is decent if it were destined for night-time reading like Circuit Cellar, not an IEEE conference.

      --
      A successful API design takes a mixture of software design and pedagogy.
    19. Re:Works GREAT! by hvm2hvm · · Score: 1

      There already are systems like that in place... They have some kind of energy battery which gets charged by braking or peddling.

      --
      ics
    20. Re:Works GREAT! by Anonymous Coward · · Score: 0

      It might not be a problem. The wires of mechanical brakes also snap occasionally (I've worn out many of them).That's why you typically install both front- and back brakes - you'll still be able to stop, safely. You should do the same for your wireless brakes- After all, all you need is to have the same kind of redundancy and a transfer mechanism with a lower failure rate than the wires of mechanical brakes. And for people to stop bitching about how unsafe it is, when you can actually prove that it's safer than the original design.

    21. Re:Works GREAT! by DillyTonto · · Score: 1

      It looks like TDMA was the focus of the experiment. They weren't that concerned with making the brake a commercial product, just in using the process of making it work reliably as a way to prove defining when and how each end of a wireless connection can talk should make any app work more reliably across a wifi link. In IT, at least, if the response is slow or the messages aren't getting through, they just add more replicators and send the same message more times. These guys showed that approach actually degrades performance. Might not be huge news, but I doubt it's front-of-mind even for most corporate developers.

    22. Re:Works GREAT! by ShadoHawk · · Score: 1

      Indian-burns... Man, it has been a long time.

      "Thank you for bringing up such a painful memory. While you're at it why dont you give a nice paper cut and pour lemon juice in it?" --Miracle Max (Who worked for the king all those years.)

    23. Re:Works GREAT! by Anonymous Coward · · Score: 0

      Why would the battery die? As long as the wheel is turning it is possible to use a dynamo. It is not exactly a new concept. I know that news travels slowly to the slashdot reader but dynamos have worked for well over a century now.
      If the wheel is at standstill I don't see the need for breaks.

    24. Re:Works GREAT! by MozeeToby · · Score: 2

      If you think bullies are all about beating people up and taking their lunch money, you haven't spent any time around teenage girls or any adults in an office environment for that matter. Give people power over other people and some number of them will abuse it. In grade school that power is in terms of hitting puberty a few years before their peers and having extra muscle mass. People associate that with bullying because the effects are obvious and the kids are least equiped to deal with it. But even by high school you can have social bullies, technical bullies, and, yes indeed, even technology bullies.

    25. Re:Works GREAT! by MozeeToby · · Score: 1

      One difference here is that a failure that affects one of your wireless links is more likely to affect both. A burst of interference microwave could easily knock out the connection to both brakes simultaneously. Basically there's only one medium the signal is being sent through, whereas with mechanical breaks there are two. You can alleviate that somewhat by using widely separated frequencies, but wide spectrum interference (such as a leaky microwave) will still cause problems.

    26. Re:Works GREAT! by oldmac31310 · · Score: 1

      heh, where I come from they were called 'Chinese Burns'!

      --
      http://www.acetonestudio.com
    27. Re:Works GREAT! by The+Wild+Norseman · · Score: 1

      heh, where I come from they were called 'Chinese Burns'!

      You're from India then, I take?

      --
      "A government is a body of people usually -- notably -- ungoverned." -Shepherd Book
    28. Re:Works GREAT! by HeadlessNotAHorseman · · Score: 1

      In Australia they are called "Chinese burns".

      --
      I like my coffee the way I like my women - roasted and ground up into little tiny pieces.
    29. Re:Works GREAT! by The+Wild+Norseman · · Score: 1

      I was just teasing. :)

      --
      "A government is a body of people usually -- notably -- ungoverned." -Shepherd Book
  3. All your brakes belong to us by Anonymous Coward · · Score: 0

    In a police state the cops will be asking for remote overrides of these wireless brakes. Police cars driving past and asking to pull over will be a thing of past. Now they just have to override your wireless brake.

    1. Re:All your brakes belong to us by Anonymous Coward · · Score: 0

      I know you're trying to be funny, but onstar already has a feature to cut the engine power to idle and with features like panic break assist and other assorted features, it won't be hard to add it in.

    2. Re:All your brakes belong to us by Anonymous Coward · · Score: 1

      OnStar has to be the scariest add-on for a car I can think of. There's no fucking way I'd let some device controlled by a remote person control the engine/braking of my car.

      The day brain implants that can override your own muscle controls, designed for paraplegics etc., becomes a standard offering from hospitals will be the day someone in government has the thought "can we install these in ciminals?"

      Slippery slope...

  4. Reliability by Anonymous Coward · · Score: 0

    Smart, because wireless is always more reliable than wired. Oh wait, it isn't.

  5. Over-complicated given the goal. by Anonymous Coward · · Score: 0

    'The project was to find out how to make the wireless connections between two components of a system that has to operate in real time – with milliseconds of difference between success and failure – more reliable than systems that are normally connected by a wire.'

    My solution would have been to fill the cable sheath with silicone grease. Lock out moisture and air; prevent corrosion.

    1. Re:Over-complicated given the goal. by Anonymous Coward · · Score: 0

      Granted I'm still pro wire vs wireless, that could have multiple variables make it go wrong, like a microwave or something. The only downside to a physical cable is that after prolonged use, eventually the cable will stretch. By this time, an aware rider would notice and either replace the cable or have it replaced. If it's not terribly broke, don't fix it.

    2. Re:Over-complicated given the goal. by hawguy · · Score: 1

      Granted I'm still pro wire vs wireless, that could have multiple variables make it go wrong, like a microwave or something. The only downside to a physical cable is that after prolonged use, eventually the cable will stretch. By this time, an aware rider would notice and either replace the cable or have it replaced. If it's not terribly broke, don't fix it.

      I don't think the cables stretch so much as the housing compresses. But in any case, it's a gradual process, and the rider only needs to twist the cable adjusting barrel that most bikes have a few turns to make up for it.

  6. Awesome, what could possibly go wrong? by Anonymous Coward · · Score: 0

    *fiddles with directional antenna on a dumb white-noise transmitter, readies camera*

  7. Wireless is Foolproof by Anonymous Coward · · Score: 0

    How many times has my wireless bike speedometer failed? This could add a whole new dimension to bike riding!

  8. fly-by-wireless by Anonymous Coward · · Score: 0

    It must be great to rely on wireless breaks. This is even better than fly-by-wire. Can't wait for fire-by-wireless.
    Check, check can't connect to breaks.

    1. Re:fly-by-wireless by Joce640k · · Score: 2

      "Brakes". The word you're trying to write is "brakes".

      --
      No sig today...
    2. Re:fly-by-wireless by Anonymous Coward · · Score: 0

      when the mechanism slows/stops your forward progress, they're known as brakes.

      when they allow you to plunge full speed through a crash barrier, then over a cliff, they're known as breaks.

    3. Re:fly-by-wireless by Anonymous Coward · · Score: 0

      sorry for that, do you consider all people who do not speak/spell english morons ?

    4. Re:fly-by-wireless by digitig · · Score: 1

      Actually, in this context, "breaks" might be right.

      --
      Quidnam Latine loqui modo coepi?
  9. Already here for cars by Quila · · Score: 2

    Welcome to OnStar, can I help the police violate your rights today?

  10. Re:Hmmmmm... by Anonymous Coward · · Score: 0, Troll

    Awww, did a cyclist steal your boyfriend mid-fuck?

  11. Increasing complexity to reduce failure rates? by Shivetya · · Score: 1

    I guess I am not understanding the issue here but how is adding touch points reducing the failure rate? Regardless that is fixing a problem that does not really exist.

    I know people who ride competitively, reliability is key and introducing more components that can break or add weight is not going to get acceptance. Modulation is key and I really doubt you can simulate that with any wireless system.

    --
    * Winners compare their achievements to their goals, losers compare theirs to that of others.
    1. Re:Increasing complexity to reduce failure rates? by rjstanford · · Score: 1

      I know people who ride competitively, reliability is key and introducing more components that can break or add weight is not going to get acceptance. Modulation is key and I really doubt you can simulate that with any wireless system.

      That's what makes it an interesting exercise. It would be trivial - and non-newsworthy - to try to build a crappy on/of system that didn't work very well. It's far more interesting to try to figure out how to solve the problem and meet your criteria.

      --
      You're special forces then? That's great! I just love your olympics!
    2. Re:Increasing complexity to reduce failure rates? by rhsanborn · · Score: 1
      FTFS:

      'Making a popular set of bike brakes wasn't really the point of the project,' says blogger Kevin Fogarty. 'The project was to find out how to make the wireless connections between two components of a system that has to operate in real time...'

      It was an academic exercise to test some theories on how to build high-speed, reliable wireless systems.

    3. Re:Increasing complexity to reduce failure rates? by Anonymous Coward · · Score: 0

      I guess I am not understanding the issue here but how is adding touch points reducing the failure rate? Regardless that is fixing a problem that does not really exist.

      I know people who ride competitively, reliability is key and introducing more components that can break or add weight is not going to get acceptance. Modulation is key and I really doubt you can simulate that with any wireless system.

      The reason for this is not that bike brakes don't work (hydraulic disc brakes work fabulously) but that cables and housing are a pain in the ass (they require maintenance, they rub the paint off of your nice $2000 frame, etc). With traditional cables, you already lose modulation and power through the elasticity of the cable. That's why hydraulic brakes are so popular, but maintenance on those is complex, and if they break on the trail you're walking. In short, because cables suck.

      Adding weight is perfectly acceptable so long as the payoff is worth it. See disc brakes, suspension forks, full suspension, through-axles, overbuilt frames, 2.5 inch tires, remote seatposts, etc, etc, etc. Most riders will add all kinds of cool toys to their bike even if it weighs it down, and even XC racers were on full-suspension bikes well before they got them back down to 25 lbs. XC racers also use heavier disc brakes because they are soooo much nicer than V-brakes.

      With that said, I agree that reliability is critical and breakage is not acceptable in a critical component. However a lot of technology on bikes was seen as ridiculous at first. The designers of this system have identified a problem (cables suck) and they are trying to solve it. Maybe they will, maybe they won't. But adding a 10 pound fork to a 22 pound bike in order to get 2" of travel was once a widely-mocked idea, and look how that worked out.

    4. Re:Increasing complexity to reduce failure rates? by tibit · · Score: 1

      And they have essentially added nothing new to what has been already out there for ages. Their only contribution is a tutorial in applying a stochastic modeling package to a not-very-interesting problem. They have limited themselves to on-the-air aspect of the system only, and on top of that all they show is that in TDMA fixed time slot assignment results in better reliability than random slot assignment. In the latter you get collisions and packet loss rate that's 5 orders of magnitude higher.

      All this is done in total isolation from real life. They do not even pretend to take into account various forms of interference, reliability of individual components, etc. I'd never let them publish this paper -- it's just regurgitation of well known stuff under pretense of some "fancy" application. It's pathetic, really. Sorry, but I have nothing better to say about it. It's not a useless paper -- I enjoyed reading it, it's a nice if pretentious introduction to stochastic modelling using Prism, but it belongs on their departmental website as a tutorial, and that's about it. Even if they did it using bidirectional communications and force feedback, it'd still be way too far from being a sensible contribution to the field.

      --
      A successful API design takes a mixture of software design and pedagogy.
    5. Re:Increasing complexity to reduce failure rates? by Anonymous Coward · · Score: 0

      They're from the Saarland University, home of "X-Pire", the technology that our Angie thought would lead the world in data privacy... At least their marketing department isn't sleeping.

    6. Re:Increasing complexity to reduce failure rates? by blair1q · · Score: 1

      They do not even pretend to take into account various forms of interference, reliability of individual components

      I was wondering about that yesterday when this story first broke. The article I read had no details other than the zillion digits in the reliability number, which told me immediately that someone wasn't doing the math right.

      Turns out they're not doing the math at all. It's not a reliable brake, it's a reliable channel-assignment method.

      They get that reliability number by putting conditions on the test and excluding all of the mechanical and electrical parts of the system.

      I bet if I can put more conditions on the test and exclude more parts of the system, I can make their channel-assignment technique 100.000000000000000000000000000000000000000000000% reliable.

      Then they'll owe me royalties.

  12. Force-feedback built in? by Urban+Garlic · · Score: 1

    To be useful, this would probably have to include some kind of force-feedback, so you know how hard you're pressing. You can't deduce this from lever position, because the brake pads wear down over their life. So, you'll need a motor in the handle, as well as in the brake itself.

    On the up-side, it will mean you can incorporate front brakes on those BMX stunt bikes where some of the tricks involve spinning the handlebars all the way around.

    Also also: "brake" == device for slowing something down, or the process or effect of slowing something down; "break" == to damage or destroy something, the act of destroying something, or a gap or discontinuity. FYI.

    --
    2*3*3*3*3*11*251
    1. Re:Force-feedback built in? by dragonsomnolent · · Score: 1

      Actually they've had little gizmos on the front forks of bikes for years to allow brakes on the handlebars of those bmx stunt bikes. The cable connects to an upper ring on the fork and then that connects via bearings to a lower ring. The cable from the handle pulls the upper ring, which then pulls up the lower ring, pulling the cables that run from that to the brakes themselves. I was like 10 when I first saw them, so they've been around for a few decades at least.

      --
      I got nuthin
    2. Re:Force-feedback built in? by Anonymous Coward · · Score: 0

      nicknamed a gyro

    3. Re:Force-feedback built in? by Urban+Garlic · · Score: 1

      Keen! That's cool, I (obviously) didn't know that.

      Also, having finally RTFA, I see that they've already met my other objection -- the way their system actually works is, it measures the *force* applied by the lever arm, and applies the same force at the brake pad. Of course this means you can't feel the sharply rising force when you really hit the binders, but it does mean that the reaction force of the lever really is (proportional to) the normal force on the brake pad.

      --
      2*3*3*3*3*11*251
    4. Re:Force-feedback built in? by BattleApple · · Score: 1

      and the engineering term is swashplate

    5. Re:Force-feedback built in? by BattleApple · · Score: 1

      I think the most useful feedback would be the negative G's you feel as you squeeze the lever. The brake lever feels the same every time you squeeze it whether the bike is moving or not

    6. Re:Force-feedback built in? by Bucky24 · · Score: 1

      I imagine that would take some getting used to.

      --
      All the world's a CPU, and all the men and women merely AI agents
  13. Don't you just peddle backwards? by Will+Steinhelm · · Score: 1

    Don't you just peddle backwards?

    1. Re:Don't you just peddle backwards? by Anonymous Coward · · Score: 0

      Peddle backwards? Is that a euphemism for stealing?

    2. Re:Don't you just peddle backwards? by godrik · · Score: 1

      There is pretty much only in netherland that I saw bikes that brakes by peddling backwards. Personnaly, I find more convenient to have dedicated brakes since it allows to be ready to accelerate quickly despite I am currently braking.

    3. Re:Don't you just peddle backwards? by hack++slash · · Score: 1

      I was in a bike shop today replacing a front wheel, changing from rim to disc brakes and the discussion led to brakes in general, one guy said he couldn'd help laughing when in the Netherlands on holiday cycling with his wife she went for the brakes on the handlebar only to find they weren't there and subsequently went straight into a lake.

      --
      To do something right, you often have to roll up your sleeves and get busy.
    4. Re:Don't you just peddle backwards? by Anonymous Coward · · Score: 1

      Unless you're trying to sell drugs or encyclopedias door-to-door, the word you're looking for is "pedal".

    5. Re:Don't you just peddle backwards? by Anonymous Coward · · Score: 1

      What is it with you fuckwits who can't spell grade-school words? It's PEDAL, you numbskull.

    6. Re:Don't you just peddle backwards? by Anonymous Coward · · Score: 0

      "Rücktrittbremsen" are popular in Germany too. They were out of fashion for a while due to their incompatibility with derailleur gearing, but with the recent popularity of gear hubs, backpedaling brakes have made a comeback. They're usually fitted in addition to the front and back caliper brakes for a total of three independent brake systems.

      Backpedaling brakes are cheap, low maintenance and highly reliable. What's not to like?

    7. Re:Don't you just peddle backwards? by camperdave · · Score: 1

      These existed in Canada as well. Single speed bikes, aka. coaster bikes, used to all be that way (and may still be that way for all I know). It was only the 10-speed bikes that had hand brakes.

      --
      When our name is on the back of your car, we're behind you all the way!
    8. Re:Don't you just peddle backwards? by artor3 · · Score: 1

      The backwards-pedal-to-brake feature is common on children's bicycles in the US, but I've never seen it on an adult's bike.

    9. Re:Don't you just peddle backwards? by quenda · · Score: 1

      Backpedal brakes are still common elsewhere on single-speed bikes made for young children.

    10. Re:Don't you just peddle backwards? by yurtinus · · Score: 1

      Coaster brakes only work on the rear wheel - if you need to lose a lot of speed in a hurry you are at an extreme disadvantage.

      That said, I still love them on a low speed bike like a beach cruiser...

      --
      +1 Disagree
    11. Re:Don't you just peddle backwards? by idontgno · · Score: 1

      Geez, give them a brake. Save your rage for spammers and trolls trying to pedal they're shoddy ideas.

      (Ouch. My inner English teacher is wincing and glaring at me right now.)

      --
      Welcome to the Panopticon. Used to be a prison, now it's your home.
  14. Uh huh by DogDude · · Score: 1

    Wireless systems... needing power and chips and antennas and receivers and complicated communication protocols... more reliable than steel wire... Hmmm... Best of luck with that!

    --
    I don't respond to AC's.
    1. Re:Uh huh by LordLimecat · · Score: 1

      Man, I wonder where you could get power from on a moving bicycle that you would like to slow down?

    2. Re:Uh huh by DogDude · · Score: 1

      It's not hard... of course, you'd have to add a flywheel, and alternator, some wires... nothing that could ever break down, I'm sure. Much more reliable than ... a single steel cable...

      --
      I don't respond to AC's.
    3. Re:Uh huh by LordLimecat · · Score: 1

      Why would you need a flywheel for storage? Any time you would need power for the brakes, you have it on demand from the wheels. Drawing power would in fact slow the bike itself.

      As for wires, ive never seen wires "just break down". Not sure about the alternator, either-- why couldnt you simply run off of DC current? Dont most wireless electronics these days use a transformer to convert to DC?

      It really seems like this should be as simple as sticking capacitors on the wireless parts, and then providing power from peddling. Possibly you could use batteries as well, but I dont see the need.

  15. I'd Never Use Them by Anonymous Coward · · Score: 0

    As an active cyclist, I would never use such a device that has no merit other than "it can be done." My safety will be entrusted only to the tried-and-true steel wire conection.

    1. Re:I'd Never Use Them by rrossman2 · · Score: 1

      But now you can use your android device or Ipa/od Device to stop your bike!

    2. Re:I'd Never Use Them by xaxa · · Score: 1

      My bike has hydraulic brakes. They're really nice, they're so responsive.

      (Apparently it's complicated to bleed the liquid etc, but that's shouldn't be necessary. I've ridden 8000km and so far the only maintenance I've needed to do to the braking system is to replace a set of pads, which took about 5 minutes.)

  16. Stop whining by hackertourist · · Score: 4, Insightful

    This isn't about wireless bike brakes, it's about reliable, real-time wireless connections. Surely that's something nerds can find a use for?

    1. Re:Stop whining by tompaulco · · Score: 1

      Great, now you will have to turn off your cell phones, laptops and mp3 players whenever you start to get too close to a cyclist.

      --
      If you are not allowed to question your government then the government has answered your question.
    2. Re:Stop whining by DriedClexler · · Score: 1

      Not when they have to comply with FCC rules (one of its few reasonable ones) that require such a device to accept all interference from higher-ranked EM transmitters, even if it means degradation of performance. (Check the notice on any short-range EM transmitter device you have -- anything blue-tooth and/or wi-fi only should have it.)

      Not a dig on FCC rules, this is actually a reasonable one. If you want to get your wireless brakes upped in communication priority (probably requiring you to own a piece of the spectrum just so you can reject interference and guarantee the same reliablility that comes from cheap bike parts) and spend all the money and hassle it would take ... more power to ya!

      We already long had short-range wireless devices we can use, it's just that they don't have catastrophic effects if the signal is interrupted for a millisecond.

      --
      Information theory is life. The rest is just the KL divergence.
    3. Re:Stop whining by Anonymous Coward · · Score: 0

      Reliable. Real-time. Wireless.

      Pick any two.

    4. Re:Stop whining by Anonymous Coward · · Score: 0

      I work for a Paper mill located in maine as database/unix monkey. I also admin their wired wrapping paper systems and a few other systems that use automated measurements and drive control systems. Wireless control systems for breaks and these things are nothing new. Infact these units exist for closing vents, monitoring and moving motors, cranes, etc. We use bluetooth on chipper and crane here as well.. The chipper is an 800 horse power motor controlled wirelessly. These things are out there using a wide variety of technologies such as PLC's etc. Just they are not usually found on the consumer market due to price and complexity.

      One thing to note with wireless controllers is its battery life is completely dependent on the querying or usage of the device. One manufacturer who held an expo at my mill noted that hi activity devices you are pretty much always going to want to have a wired connection for the foreseeable future, due to a factor of management and uptime.

    5. Re:Stop whining by Co0Ps · · Score: 1

      This.

  17. I will wait a few years by rgbe · · Score: 1

    1 in a trillion. Yeah right. What happens when someone signal jams my brakes, or you are driving past an electric fence, near lightning or some other failure. I will let others be the guinea pigs.

  18. need hack/virus please by Anonymous Coward · · Score: 0

    im waiting for the headline bicycle hack makes bikes flip end over end

    lets make that fun happan ... jam on front brakes for a split second when riding above a certain speed

  19. Bad application by Anonymous Coward · · Score: 0

    So I actually RTFA, and the first half is basically, "If you use a fixed allocation of time slots to each side of a communication channel, you get less packet loss". This is great best practice advice for real time systems where loss is unacceptable and each side has a small amount of predefined data to transmit. The end of the article however applies this to wireless networks in general, saying that network admins should see if their WAPs support this fixed allocation. That application is completely and utterly wrong. The problem with fixed allocation is you need to know up front how much bandwidth to allocate to each sender. Get that allocation wrong and your users will be suffering with horrible lag while most of your bandwidth sits idle. Obviously there is just no way a network admin can know the exact allocations needed. No way at all.

  20. Over-Engineering - Full Throttle by Anonymous Coward · · Score: 1

    Why don't they go full Java Enterprisey Enterprise Edition Library - Government Edition, and make a hamster-fart-powered brake factory factory-making Rube-Goldberg machine factory production contractor factory... factory?

    Then at least it wouldn't be trivial. :P

  21. Jackass by hack++slash · · Score: 4, Funny

    Someone needs to give one of these bikes to the Jackass guys - with a 2nd remote control.

    --
    To do something right, you often have to roll up your sleeves and get busy.
    1. Re:Jackass by tibit · · Score: 1

      That's about the only sensible use of their research setup, actually. At least it's not a total waste that way. Because I'm convinced they wasted everyone's time doing that project. Not only there's no new science, but no new engineering either. It's just sad.

      --
      A successful API design takes a mixture of software design and pedagogy.
    2. Re:Jackass by Anonymous Coward · · Score: 0

      but no new engineering either. It's just sad.

      WTF are you going on about

      "The project was to find out how to make the wireless connections between two components of a system that has to operate in real time – with milliseconds of difference between success and failure"

      Not even from TFA, but from the summary.

    3. Re:Jackass by tibit · · Score: 1

      This is hyperbole. You have to read the article. The time scale is nothing special and nothing new. They use off-the-shelf RF modules, configured per their appnote/datasheet. A typical GSM cellphone connection on the same network has fixed end-to-end delay that is well under 150ms. "Well" as in it can he half an order of magnitude less. Heck, they could have gotten their stuff to work similarly well, in controlled conditions as they have, by using two GPRS modems. It'd at least require some more effort to produce even a simplified model for a GPRS-based system. They cut as many corners as possible.

      --
      A successful API design takes a mixture of software design and pedagogy.
  22. So does this mean that Belkin... by orphiuchus · · Score: 1

    ...Will make brakes that stop working for like, no reason?

    1. Re:So does this mean that Belkin... by hack++slash · · Score: 1

      Or Apple will bring out some that will require regular software updates, and if you don't click Agree on the T&C's the brakes lock in the off position.

      --
      To do something right, you often have to roll up your sleeves and get busy.
    2. Re:So does this mean that Belkin... by blair1q · · Score: 1

      Yes, but they will be easy to replace with Netgear brakes, which stop working due to firmware updates, then start working with the next firmware update.

      The devil you know is better than the devil you don't.

  23. I doubt it. by Stumbles · · Score: 1

    Sorry, but TFA is hard pressed to convince me a wireless connection will be more reliable than a wire (even with consideration of the mechanical connections). I'd not want to be in a airplane that used fly-by-wireless instead of fly-by-wire.

    --
    My karma is not a Chameleon.
    1. Re:I doubt it. by blair1q · · Score: 1

      A lot of people said that about fly-by-wire vs. mechanical and hydraulic linkages.

  24. fly-by-wireless is a reality already by Anonymous Coward · · Score: 0

    For airplanes, helicopters, and spacecraft, a significant fraction of the mass is in the wiring harness. As a result, there's a lot of interest in wireless interconnect technology, to the point where they're actually doing it. In commercial aviation, wireless is used primarily for non-critical functions (entertainment, airconditioning controls, etc.), but there are military helicopters which use fly-by-wireless at a significant mass savings. All that mass that isn't in copper/insulation/supports can go into payload or armor or other "useful" stuff.

    The research reported here is interesting, but it's not clear that they had really studied the existing state of the art. Going to fixed slot allocation in a TDMA system is an obvious performance improvement, but oops, it requires a) preplanning and b)enough bandwidth to accommodate worst case demand. And that costs mass/power/money. So what you REALLY need is a robust, reliable demand allocation system so you can deal with reconfiguration (oops, engine control unit 1 just was disabled by shrapnel, switch to engine control unit 2) and load changes (switch to zero visibility landing approach mode), etc. Some form of reliable mesh routing would also be nice, because box A in the nose might not be able to see (in a RF propagation sense) box Z in the tail, so the message needs to be deterministically forwarded through Boxes B, C, D, etc.

    And as for all those bogus comments in the thread about interference, and reboots and such.. Doh... do you think the guys and gals designing wireless flight control systems haven't thought about that. Of course they have. Thats the *first* thing that people ask about.

    1. Re:fly-by-wireless is a reality already by hawguy · · Score: 1

      but there are military helicopters which use fly-by-wireless at a significant mass savings. All that mass that isn't in copper/insulation/supports can go into payload or armor or other "useful" stuff.

      Can you provide a reference for this?

      With as much RF shielding that military radio/navigation equipment gets for resistance to jamming, I'm really surprised that they'd go fully wireless for control systems.

  25. Scientists built them? by BMOC · · Score: 1

    No, Engineers built them. Doesn't matter what profession these guys have or what investigations into the universe they do while on the clock. This development is outside the realm of question, therefore it's not science, it's engineering.

    --
    I swear they give me mod points to shut me up.
    1. Re:Scientists built them? by orphiuchus · · Score: 1

      Oh that's all just Semitics. ... What? I'm misusing that word? ...That would explain a lot actually.

  26. Milleseconds? by hawguy · · Score: 1

    The summary says with milliseconds of difference between success and failure, but the article and paper says it has to react within 250 milliseconds - that's 1/4 of a second. My cable brakes react much quicker than that.

    Calling that mere "milliseconds of difference" is like saying something that costs $2.50 costs only "pennies".

    1. Re:Milleseconds? by Anonymous Coward · · Score: 0

      Your brake may be able to break extremely fast but as a human you can't. 250ms can be often faster then a human reaction especially if not prepared to break (surprised event).

    2. Re:Milleseconds? by Anonymous Coward · · Score: 0

      Or life and death as others like to call it.

    3. Re:Milleseconds? by hawguy · · Score: 1

      Your brake may be able to break extremely fast but as a human you can't. 250ms can be often faster then a human reaction especially if not prepared to break (surprised event).

      Yes, it can take a human 250ms to react to a situation, but after I squeeze the brake lever, I don't want my braking system to take *another* 250ms to react.

    4. Re:Milleseconds? by BattleApple · · Score: 1

      Glad to see you're making an effort to understand the difference between "brake" and "break"... You're almost there.

    5. Re:Milleseconds? by Anonymous Coward · · Score: 0

      Unless these wireless brakes are going to react before the human operator does, you don't have a point to make.

  27. Re:Hmmmmm... by Anonymous Coward · · Score: 0

    Hey enjoy your ever increasing gas prices, fucktard!

  28. I am a professional cyclist. by Anonymous Coward · · Score: 0

    Can the motors in question apply the same amount of pressure that can be produced by squeezing the human hand?

    1. Re:I am a professional cyclist. by hawguy · · Score: 1

      Can the motors in question apply the same amount of pressure that can be produced by squeezing the human hand?

      Since they were designing an impractical proof-of-concept, I think it's safe to say that they could easily come up with motors that can provide the same (or more) pressure as human hands. When you have no real weight or energy concerns, anything is possible.

    2. Re:I am a professional cyclist. by Anonymous Coward · · Score: 0

      When you have no real weight or energy concerns, anything is possible.

      Well, not quite. Obviously, this is POC, but I bemoan that since systems like Di2 work very well, but few use them because they add too much extra weight.

    3. Re:I am a professional cyclist. by hawguy · · Score: 1

      When you have no real weight or energy concerns, anything is possible.

      Well, not quite. Obviously, this is POC, but I bemoan that since systems like Di2 work very well, but few use them because they add too much extra weight.

      Not quite what? The designers of this system weren't trying to build a workable wireless brake system for bikes, they were only interested in the wireless control system, hence they had no constraints at all for the actuator motor - they could have used an 15 pound ABS actuator from a car powered by a 20 lb car battery and still met their design goals.

      From TFA:

      In this paper we are looking at a very tiny control problem
      of precisely that sort. It is safety-critical, has hard real-
      time requirements and does not have an obvious fail-safe
      state.

  29. What happens when... by Simozene · · Score: 1

    ...someone figures out how to send a brake command to other people's bikes from a laptop? Even better yet, just send the brake command to people's front brakes... flipping them over when they least expect it! I imagine sitting by the window in a coffee shop while all the bikers who attempt to ride by are in for quite a surprise.

  30. Very bad idea. by pecosdave · · Score: 1

    I like my brakes reliable. I know as a BMXer when the current trend is to go brakless I sound like a heretic. I'm old. I'm an old-school BMXer, I think the trend is stupider than these brakes, but at least someone who follows the trend knows they're riding without brakes unlike the people with these wireless ones.

    I would be worried about other problems. When I ride my dork bike I have a pair of Cy-Fi Bluetooth speakers on my handlebars blaring AC/DC and Beastie Boys at people I pass. Every time I stop at a stoplight something happens. My music get interrupted. I'm not sure exactly what goes on with stoplights, but there's very definitely something going on wirelessly that interferes with my Bluetooth speakers. When I got caught at the train tracks the speakers were out for more than just the little blips stop-lights create. This isn't metal from the train blocking my signal, the phone that the music is getting streamed from is in the leg pocket on my carpenter pants. I would be worried about this phenomenon not only engaging my brakes when I don't want them engaged, but also preventing them from working as well. This isn't just failure after poor maintenance and abuse, this is every single stoplight in the Houston area and I'm sure other places as well.

    I'm glad they aren't looking to deploy these yet, and I hope they don't. It's hard to beat the simplicity of a simple wire. It's also the same reason Soviets in MIGs could pull off maneuvers our pilots in F-whatever planes couldn't because the electronics wouldn't allow them to.

    --
    The preceding post was not a Slashvertisement.
    1. Re:Very bad idea. by Joe_Dragon · · Score: 1

      some stoplights have sensors that use EM waves to detect the presence of vehicles.

    2. Re:Very bad idea. by Maow · · Score: 1

      I wonder if the induction system implanted into the road for detecting vehicles is interfering with your speakers at stop lights?

      As for train tracks, they use electric current to turn on the crossing signals. Short the tracks with a wire and set the crossing warning system off (games we played as kids, a long, long time ago).

  31. Thinking toward the future... by Anonymous Coward · · Score: 0

    Granted, it's probably far into the future, if we ever do go this route... think about cars that drive themselves, or even that take some level of control in dangerous circumstances. I think there are already cars now that can sense the distance from themselves to the next car in front... what if a control system like this could be added to allow such cars to have more information and to coordinate with each other?
     
    This could allow such vehicles to avoid collisions, or at least minimize their effects - something very worthwhile. I'm glad to see this sort of project come through and succeed - we need reliable, split-second wireless communication because it gets us a little closer to such a dream.

  32. Pointless by Maximum+Prophet · · Score: 0

    Making a popular set of bike brakes wasn't really the point of the project,' says blogger Kevin Fogarty. 'The project was to find out how to make the wireless connections between two components of a system that has to operate in real time – with milliseconds of difference between success and failure (PDF) – more reliable than systems that are normally connected by a wire.'"

    New project: Getting into space by jumping. The purpose isn't to actually get a satellite into orbit, just to find out how to get there by "Jumping Real Hard (tm)".

    --
    All ideas^H^H^H^H^Hprocesses in this post are Patent Pending. (as well as the process of patenting all postings)
  33. Batterys by Joe_Dragon · · Score: 1

    Now why do need to have a Battery to have working brakes? On a bike?

    on trains at least the brake systems fails to a stop state but any ways on a train why not have a cable any ways you need them to power it and the pipes for the air system.

    Cranes, drawbridge motors, and industrial machinery all need power cables and or hydraulic tubes and running cat 6 / other data cables is next to nothing in scale.

    1. Re:Batterys by blair1q · · Score: 1

      Trains fail to a stop state because they don't stop within feet when the brakes are applied, and are stabilized by having two tracks and no steering.

      Jam on the brakes when someone isn't expecting it on a bicycle and they could easily be pitched to the ground.

      The contact patch on a bicycle with rolling wheels is experiencing static friction because it isn't sliding. The contact patch on a bicyle with suddenly non-rolling wheels is sliding and experiencing kinetic friction, which is far less than static friction. The bicycle's lateral force input from the ground is instantly reduced by a large fraction, and its force vector is directed counter to the direction of travel rather than purely laterally, so the bicycle's natural ability to stabilize itself under the rider is totally eliminated. Unless the rider is highly experienced at being put into a skid in random situations (not at all the same thing as putting himself into a skid in known situations), his chance of getting into a stable skidding attitude is going to be minuscule.

      Wear your helmets, kids.

  34. Track bike by OhHellWithIt · · Score: 1

    I'll stick to my track bike, thank you, which has a single, cable-operated brake that I use for emergency stops two or three times a year.

    --
    "Who controls the past controls the future. Who controls the present controls the past." -- George Orwell
  35. Re:Hmmmmm... by Anonymous Coward · · Score: 0

    It's not a question of not wanting to share the road, it's a matter of being pissed off at idiots who constantly ignore red lights and stop signs, swerve back and forth between lanes (including the oncoming ones), don't signal or even look before turning across in front of traffic, and aren't physically capable of reaching anything approaching the speed limit, despite blocking off the entire road during mid-day traffic. The majority of cyclists should have their bikes taken away from them permanently, for public safety.

  36. They missed their mark in the spectrum by a bit :) by tibit · · Score: 1

    If anything, the system should have used optical transmission. It'd be fairly interference- and jam-proof, had they decided to use a modulated transmission -- modulated using a carrier and a PRN code so that multiple bikes in vicinity would not interfere with each other. GPS satellites do transmit at the same frequency, after all, and there's no interference.

    Due to small distance between the handlebar and the actuator/receiver, you'd need a fairly powerful laser system to do any sort of large-area jamming, and any small-scale jamming would need tracking -- of course it can be retrofitted to existing, say, tracking camera systems they have on police choppers. Yet, if the transmission was done using two layers of PRN: PRN-driven frequency hopping for the optical subcarrier *and* a digital PRN code, then it could be pretty much jam-proof unless you knew the generator settings. Heck, it the PRN could come from a cryptographically secure generator, where it's "nigh impossible" to know the future code sequence without physically hacking into the box.

    I don't think I would want to use any sort of a wireless brake system that uses radio, especially an unlicensed ISM band. It's a fairly preposterous idea. You could trivially swamp the receivers in bikes on a whole block using off-the-shelf radio gear with a concealed antenna. With an optical system, it's line-of-sight. A tinfoil umbrella is all you need to shield it from airborne jamming ;)

    --
    A successful API design takes a mixture of software design and pedagogy.
  37. 250 ms limit by pz · · Score: 1

    I skimmed the PDF of their report. It's quite interesting, and despite the armchair quaterbacking on Slashdot, these people have done a pretty good job of using a life-critical system for testing out high-reliability wireless connections.

    The one issue I have with their work is that they imposed an acceptability limit of 250 ms -- that is, there could be no more than 250 ms lag between a change in command (squeezing more or less hard on the brake handle) and the brake shoes actuating. That seems quite long, even unnecessarily so.

    --

    Put my fist through my alarm clock with its ding-dong death inside my ear. - The Blackjacks.
    1. Re:250 ms limit by tibit · · Score: 1

      The fact that they applied it to a "life critical" system is mirrors and smoke. It's a completely useless pretense, it did not affect their approach. They got some off-the-shelf RF communication modules, set them for either fixed-slot TDMA or random-slot TDMA, used a fairly "new" modeling system to show that the performance matches theoretical predictions known for decades, then wrapped it all up in a safety critical burrito. It's the filling that counts, and the filling was hot 50 years ago. Seriously. This is nothing new, and their engineering sucks donkey balls for the purpose -- they ignore almost everything that counts in such an implementation. They ignore reliability of the medium (interference), they ignore reliability of the RF modules, of power sources, of whatever sensors and actuators they use -- it's an academic exercise that's good as a tutorial, but it doesn't belong on first page of Slashot. I took a reliability engineering class a while ago, and I'd be laughed out of the classroom if I presented their work as a final paper. The modeling part of paper's contents would be a reasonable early homework assignment in a graduate level class on stochastic network modeling. Their experimental results are a single lab assignment for such a class. That's about it. It a tutorial exercise, it's not useless, but as a conference paper it's a joke.

      --
      A successful API design takes a mixture of software design and pedagogy.
    2. Re:250 ms limit by blair1q · · Score: 1

      There's usually a cm or so of travel in the handle, and a few mm at the pads, before any contact is made.

      The human control system learns to adjust for rather large amounts of lag and control imprecision. American cars wouldn't have survived the 50s, 60s, and 70s without that.

  38. Some more dissing, I just can't stop by tibit · · Score: 1

    I guess the real reason the article reads like a solid WTF is that they are, supposedly, computer scientists with no experience in RF, controls, or safety-critical system design.

    --
    A successful API design takes a mixture of software design and pedagogy.
  39. Hybrid? by Anonymous Coward · · Score: 0

    Hybrid would make more sense, with the wireless for performance, and a standard wire as a backup.

  40. Not revolutionary or innovative by GameboyRMH · · Score: 1

    This could have been done for decades, it's just that nobody did because it has no advantages over conventional cable brakes and a shit-ton of safety issues.

    --
    "When information is power, privacy is freedom" - Jah-Wren Ryel
    1. Re:Not revolutionary or innovative by blair1q · · Score: 1

      No, it's never been done because nobody doing real-time RF control was doing it for bicycle brakes. They had other fish to fry.

      This guy does it to something we've all frobbed and suddenly it's news. Tells you a lot about what journalism is.

  41. Re:Hmmmmm... by Anonymous Coward · · Score: 0

    You do realize that a good portion of your post also describes many automobile drivers out there, right? When looking at the situation, make sure that you're looking at all aspects of it. I don't disagree that there are many inconsiderate cyclists out there. But you also need to acknowledge that there are an equal number of idiot drivers percentage-wise.

  42. Heh by argStyopa · · Score: 1

    I think it would be great to hack these, and then remotely trigger them for laughs.

    Yeah, for some things I'll take the old-fashioned mechanical control systems.

    --
    -Styopa
  43. Re:Hmmmmm... by Anonymous Coward · · Score: 0

    I brew my own, proud future eunuch.

  44. Re:Hmmmmm... by Anonymous Coward · · Score: 0
    Awww, shaking your tiny fists in impotent rage at the screen won't get you your boyfriend back. He's gotten used to being fucked longer than 15 seconds: *I*'m in good shape.

    ("ball cancer"? Where did you get that? The GM big book of medicine?)

  45. Re:Hmmmmm... by Anonymous Coward · · Score: 0

    I spent four months counting the numbers of automobiles versus bicycles versus those stupid "e-bike" scooters running lights, running stop signs, swerving wildly between lanes, driving on the wrong side of the road mid-lane, running into pedestrians, running into buildings, and generally obstructing traffic, just along my commute to work. Note that there are bicycle lanes along 90% of that route, and only twice in that time did I actually see the bicycles in those lanes.

    Want to know the conclusion? Cyclists were approximately ten times as frequently doing those things as automobiles, despite the actual number of cyclists on the road being considerably less. There goes your equal percentage-wise equality - next time you're making statements, maybe you should do some actual research too.

    The only reason automobiles running lights beat out the e-bikes is because there were more cars running lights than there were e-bikes in total, of which only three actually stopped at red lights. (Note: e-bikes are heavily advertized in my area as "Lost your license? You don't need one for this!" ...)

  46. Practical Application by Anonymous Coward · · Score: 0

    Schools and intersections. Real time analysis. Driver backup. Maybe a bridge towards automated vehicles.

  47. wireless on the bike by Anonymous Coward · · Score: 0

    the interesting thing is, that I'm ranting for years against my wireless tachometer. It transmits velocity from the wheel and heartrate from the chest wireless. the one connection where wireless is needless - bridging less than a meter where the brake and light cable are anyway and both parts have fixed position always[1] fails. the one where a cable would really disturb me works perfectly.

    nice that these people work on "working" wireless while ironically they picked /the/ counterexample for working wireless.

    [1] actually it only fails if there are cell-phone stations close or the light is turned on. so if i would leave industrial countries it would work during day time.

  48. What could possibly go wrong? by Anonymous Coward · · Score: 0

    Is Toyota manufacturing the parts?

  49. Just Because You Can... by BoRegardless · · Score: 1

    Doesn't mean you should.

  50. They've had this for shifters already by jfengel · · Score: 2

    http://www.wired.com/gadgets/miscellaneous/news/2008/07/shimano?currentPage=1

    Yeah, brakes are a different class, since they're a safety requirement rather than a nicety. It's especially nice in shifters, because it takes some of the tedious adjustment out of the picture.

    Mostly, I think it's about clean aerodynamic profiles and simplicity: no wires means nothing to adjust. They've had batteries on bikes for a while, so this isn't novel on that score.

    It's definitely for high-end road bikes only, real top-of-the-line stuff. I don't know if it will make a difference at that grade or not (it's way out of my league) but it sounds as if the doomsayers don't really know what it is high-end cyclists want and why. Yes, there are issues to be worked out, but I'm pretty sure they're aware of that.

    1. Re:They've had this for shifters already by Anonymous Coward · · Score: 0

      Actually the Shimano DI2 Electronic Shifting just replaces steel cable with wires... The advantages of electronic shifting is much smoother and reliable shifting (effectively you have a computer doing realtime adjustments to the derailleur to adapt to changes.) The advantage to Shimano of course is they charge big bucks for it.

      We do have lots of wireless gear on the bike... There are various power meters that send measured work information to the head unit using the same band using Ant+ protocols. The head unit also gets information from other Ant+ devices (cadence, wheel speed, heart rate) and records it (for later analysis) and displays it to the rider. There are various head units, the most popular being from Garmin (e.g. 805). Garmin also is the current owner of the Ant+ technology.

      Same argument applies though. This is not safety critical gear. And it is not unknown to get the head unit paired with the wrong sensors if you turn it on in a large group of riders.

    2. Re:They've had this for shifters already by Anonymous Coward · · Score: 0

      Wireless has nothing to do with adjustment - it could be electrical without wire or hydrolic with passive electronic correction to achieve the same adjustment result.

  51. Re:Hmmmmm... by SleazyRidr · · Score: 2

    It's not a question of not wanting to share the road, it's a matter of being pissed off at idiots who constantly ignore red lights and stop signs, swerve back and forth between lanes (including the oncoming ones), don't signal or even look before turning across in front of traffic.

    Yeah, I hate car drivers too, but there's not much you can do about them, so I just learn to live with it.

  52. Re:Hmmmmm... by Anonymous Coward · · Score: 0

    Wow, you fail pretty hard at reading comprehension.

  53. A SYN flood at the Tour De France by goffster · · Score: 1

    I wonder if these guys are building reasonable security into their wireless connections?
    Or are they doing what everyone else does, and create a wireless technology
    and the security in later.

    1. Re:A SYN flood at the Tour De France by woodsrunner · · Score: 1

      Imagine how today's racer bots would be absolutely lost without the wireless heart rate details, power meter details, derailleurs and race radios to get detailed instructions play by play instructions from the boss. If wireless brakes were in the mix.... it might not be funny. Although it would separate the guys who rely on brakes and the guys like Hinault (if any still exist) who keep theirs adjusted so the brake pads barely touch the rims until the levers meet the bars.

      Lady Ada has a cool RF Jammer that fits in a cigarette box that I've always thought would be fun to sneak onto a pro bike (you'd actually be surprised as to how many cyclists smoke, particularly sprinters. Always amazed me to watch the dash after the field sprint where the sprinters would race to the nearest hideway to lightup.)

      As mentioned elsewhere, the failure rate on wireless derailleurs is dumbfounding like when the batteries die the things drop into the largest gear. The real blindspot in implementation thus far is why should the batteries ever fail? Why not recharge the batteries either through a frictionless generator in the hubs or the very least a solar panel. Bike designers are always looking for ways to keep their lightweight machines above the UCI mandated minimum weight so why not?

      http://www.ladyada.net/make/wavebubble/index.html

  54. Un-closed System by Anonymous Coward · · Score: 0

    In addition to having a wireless system that operates reliably, it needs to exclude/ignore unwanted signals (intentional or otherwise). Imagine a bunch sprint in the TdF where a hacker locks everyone's brakes or a bullet train running at 200+kph suddenly locking up.

  55. Glad they are planning to really use these on bike by Anonymous Coward · · Score: 0

    My wireless bike computer craps out for a quarter mile or so once or twice a ride, every ride. If they can learn something about making wireless connections more reliable, then great, but I'm not holding my breath.

  56. LED bike lights = tons of interference by acomj · · Score: 1

    I know someone who bikes a lot (From california to Massachusetts this year.) He has a wireless bike computer, which basically measuses each time your wheel goes around, and sends it wirelessly up to a little display on the handlebars. This worked great till he turned on his LED light, then the link was severed. By repositioning the light he could get the computer to work mostly. But computer isn't a key to functionality as brakes.

      I think as a proof of concept this is fun, I would caution against testing at night.............

    Bikes are a interesting engineering compromise between "make it state of the art" and "keep it simple/exposed/fixable" engineering. We'll see if hub brakes/ belt chains and other "advances" make a mark..

    1. Re:LED bike lights = tons of interference by hackertourist · · Score: 1

      hub brakes

      Are you talking about drum brakes, or something else? Drum brakes are as common as mud (in .nl), and have been for at least 30 years.

  57. Re:Hmmmmm... by dr2chase · · Score: 1

    And they take up the WHOLE LANE with their cars.

  58. I realize this was just a proof-of-concept by dr2chase · · Score: 1

    but it does not hurt to keep all the other failure modes of mechanical brakes in mind (which may or may not be addressed by this device). These include:

    - forgetting to reattach the cable, or deactivate the quick-release after service
    - cable separates from soldered end
    - binding nut not tight enough
    - ice in cable housing makes cable immobile
    - wet rims
    - iced rims
    - melted brake shoes
    - melted coaster brake
    - broken chain (on a fixie)
    - derailed chain (on a fixie)
    - brake-worn-rim separation
    - internal hub leaks oil onto a disk brake rotor

    And you might think, "oh, but this would never happen (to me)", except that most of these things happened to me at one time or another, though never with serious consequences. And I've done some bicycle maintenance/repair sessions with boy scouts and church groups, and my-oh-my-oh-my. The real world is not an orderly place.

    Our uneasiness with the idea of wireless brakes has a lot more to do with illusions of control.
    That said, bicycle electronics don't get an easy life. The vibration is terrible, and bikes get used in the cold and the wet, and sometimes they get road salt on them.

  59. Re:They missed their mark in the spectrum by a bit by blair1q · · Score: 1

    Optical transmission? How? By line-of-sight? That might work in good weather, for the front brake. But how are you going to get it to the back brake? And what if a drop of water or mud gets on the sending or receiving unit? Optical fiber is still a cable, so that's not a real change, either.

    RF could work if more than just channel crosstalk is eliminated as a source of unreliability.

  60. Why not use the bicycle frame? by mj1856 · · Score: 1

    Instead of it being completely wireless, find a way to send the signals through the frame of the bike. Why use air when another conductive medium is available? I realize the experiment was specifically about wireless, but this application seems more suited for the same kind of "wireline" technology that lets you use your home power lines for ethernet.

  61. skateboard by Anonymous Coward · · Score: 0

    As a child I often dreamed of a braking system for my skateboard similar to this. I was always too terrified of the big hill in my town to skate it. Now...

  62. I read the article... by Anonymous Coward · · Score: 0

    ..and, maybe I'm simplifying this a bit, but in order to get the signal through reliably you need to yell loud and make sure the receiver is listening. They tried all sorts of stuff which are used in our lan networks, i.e. sending many redundant signals etc., but (if I understand it right) more power and making sure that the receiver is in 'receive' mode works the best/fastest?.

    I wonder how this will help the other wireless control systems this research is supposed to help. I imagine in the real world there are more channels and interference issues etc. I we ready for wireless train, crane auto controls yet?

  63. What? by jgotts · · Score: 1

    What could possibly go right with this idea?

  64. connection by Anonymous Coward · · Score: 0

    wait for batteries to run out? no... it will go wrong long before that...

    System: "Connection Lost....."

    Cyclist: "aaarrggg!!"

  65. Signals: a 50 year old subject at least.. by BlueCoder · · Score: 1

    Sending and receiving signals. The whole subject has been thought about for more than 50 years. Seems more like an undergraduate learning exercise to me rather than any new discoveries. The summary article dwells on synchronous verses asynchronous. All very obvious to me, nothing new.

  66. Re:They missed their mark in the spectrum by a bit by tibit · · Score: 1

    There is quite an ingenuous way of getting a small (<10mm^2) optical receiver to be insensitive to droplets of water, splotches of mud, etc. All you do is place it inside a larger dome ;)

    The remote for my iPod dock works if you point it anywhere in the same room. It also works very well if you open the door, go to the hallway, and point it almost anywhere in the hallway, as long as you're not too close to the wall. Heck, my desktop lamp, pointed straight at the table, illuminates almost the whole room. How about that!

    </sarcasm>

    Again, jamming RF is trivial with off-the-shelf components. Jamming optical is not trivial at all.

    --
    A successful API design takes a mixture of software design and pedagogy.