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.'"

144 of 213 comments (clear)

  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 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.

    20. 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
    21. 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
    22. 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.

    23. 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.
    24. 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!
    25. 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
    26. 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.

    27. 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.

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

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

      --
      Oh, the beautiful gloss of greality!
    29. 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.
    30. 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?
    31. 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?
    32. 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.
    33. Re:Awesome... by neonsignal · · Score: 1

      to turn into yet another silly amount of waporware

      I see what you did there...

    34. 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.

    35. 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..

    36. 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 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
    2. 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...

    3. 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).

    4. 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.

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

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

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

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

    7. 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.
    8. 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.
    9. 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.
    10. 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.
    11. 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?
    12. 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.
    13. 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'.
    14. 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.
    15. 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
    16. 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.

    17. 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.)

    18. 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.

    19. 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.

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

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

      --
      http://www.acetonestudio.com
    21. 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
    22. 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.
    23. 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. Already here for cars by Quila · · Score: 2

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

  4. 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 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.
    4. 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.

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

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

    --
    No sig today...
  6. 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 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
    3. Re:Force-feedback built in? by BattleApple · · Score: 1

      and the engineering term is swashplate

    4. 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

    5. 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
  7. 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 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.

    2. 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.
    3. 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".

    4. 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.

    5. 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!
    6. 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.

    7. 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.

    8. 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
    9. 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.
  8. 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.

  9. 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 Co0Ps · · Score: 1

      This.

  10. 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.

  11. 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...

  12. 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

  13. 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 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.
  14. 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.

  15. 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.

  16. 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.

  17. 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.

  18. 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 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.

    2. 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.

  19. 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.

  20. 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).

  21. 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.

  22. 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.

  23. 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.

  24. 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
  25. Re:fly-by-wireless by digitig · · Score: 1

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

    --
    Quidnam Latine loqui modo coepi?
  26. 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.
  27. 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.

  28. 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.
  29. 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.

  30. 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
  31. Just Because You Can... by BoRegardless · · Score: 1

    Doesn't mean you should.

  32. 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.

  33. 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.

  34. 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

  35. 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.

  36. 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!

  37. 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.

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

    And they take up the WHOLE LANE with their cars.

  39. 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.

  40. 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.

  41. 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.

  42. 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.)

  43. What? by jgotts · · Score: 1

    What could possibly go right with this idea?

  44. 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.

  45. 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.