Slashdot Mirror


Traffic Light Control For The Masses

uniformed1 writes "Eliminating red lights along the routes of their vehicles can give emergency response teams the few extra critical minutes that can save lives and property. A front page article in today's Detroit News details the emerging problem with a device that is now being made available to the public -- a traffic light changer. Originally intended only for emergency vehicles, the $300 MIRT (mobile infrared transmitter) emits an infrared beam that signals traffic signals to turn green and gives the vehicle the right-of-way. It is only a matter of time before self-centered drivers start using the devices widely to skirt traffic congestion, which is creating fears that chaos will ensue." Maybe if everyone had these, it would lead to smarter intersections.

120 of 824 comments (clear)

  1. No Encryption keys? by HermanAB · · Score: 5, Insightful

    What idiots make these things???

    --
    Oh well, what the hell...
    1. Re:No Encryption keys? by shird · · Score: 4, Insightful

      that would require a challenge-response type system. Thus, it would have to be a transmitter and reciever with processor etc, rather than just blindly transmitting all the time.

      A lot more difficult to develop, a lot less fault tolerant.

      I guess it could just digitally sign todays date with a secret key and transmit that or something. However, eventually the key would be leaked or reverse engineered. Basically, if you are going to give the 'key' (the little box which does the transmitting) to anyone, then eventually that key will be figured out. No amount of encryption can avoid that. (Although tamperproof smart card type devices are a good start).

      --
      I.O.U One Sig.
    2. Re:No Encryption keys? by wfberg · · Score: 3, Insightful

      I guess it could just digitally sign todays date with a secret key and transmit that or something.

      You've got the right idea!

      However, eventually the key would be leaked or reverse engineered.

      The fun thing about keys is, you can have as many keys as you have mirt boxes - one goes missing, you remove the key from the receivers.

      --
      SCO employee? Check out the bounty
    3. Re:No Encryption keys? by Pyromage · · Score: 2, Insightful

      How do you remove the key?

      Do you network all the boxes and just broadcast a remove code? And what do you do when some l33t hax0r starts sending his, unofficial, broadcasts on that network?

      Or do you send out a tech every time someone hacks one box? Maybe eventually we just have techs camp out under the poles...

    4. Re:No Encryption keys? by Anonymous Coward · · Score: 2, Insightful

      Most of these things were installed in the 1980s, back when you couldn't buy stuff over the internet. The threat model 20 years ago was totally different. Goes to show you why security systems need to be designed for the future, not just today.

    5. Re:No Encryption keys? by j3110 · · Score: 2, Insightful

      Still won't work... I would "bug" the lights near where emergency vehicles pass frequently and gather the info using IR as I drove by. Probably a 5$ disposable item, and I would collect the days key the first time it was used. You'ld have to put cameras and cops at lights to figure it out, then again, I might be able to do it from further away than just the intersection as well. I may even be able to make some buddies with the right people and set up the janitor with the system if he lets me make it. Also keep in mind that the bug I'm talking about would be about the size of dime as well. It would only be an ATMEL (one of the 8-pin chips), a LED, a photo transistor, and a coin cell. If it only transmits IR once a day, it would probably last at least 3 months, probably 6-12.

      The best way to do it is the challenge method and RF, not IR. This would help track the progress of emergency vehicles as well and could be wired directly back to 911 so they can tell how far away the vehicle is. If you put one on your car, 911 tracking systems would see it, then you would get busted pretty fast. Nothing beats wiring the whole system up properly with security in mind to begin with. Eventually you would request a per incident key through hardwired land lines that are transmitted over using site keys that are carried out to the site so that loosing a key anywhere is a simple matter to fix.

      --
      Karma Clown
    6. Re:No Encryption keys? by mattdm · · Score: 2, Insightful

      Still won't work...

      Sure it would. Ok, no, it wouldn't stop a single devoted and evil geek, but it anything that puts the bar up above metaphorical *knee-level* would be sufficent to solve the problem -- if one had to continually jump through the hoops you mention to keep it working, there's no way they could be sold to the public in enough quantity to make it worthwhile.

      Sure, an overall better solution would be, well, better -- but anything that makes the device a pain for mass-market use would make the main problem go away.

    7. Re:No Encryption keys? by Perrin-GoldenEyes · · Score: 4, Insightful

      Do you network all the boxes and just broadcast a remove code? And what do you do when some l33t hax0r starts sending his, unofficial, broadcasts on that network?

      Then the emergency vehicles run the same way we do in places where we don't have those systems. We run red lights (legally) with lights and sirens on, but we do it carefully. It might take a little bit longer to get where they're going, but it's not a catastrophic failure.

      BTW, if you're wondering about my use of "we", I'm a Maryland EMT.

      --
      -Perrin.
      Now I want you to go in that bag and find my lightsaber. It's the one that says bad mother-fscker on it.
    8. Re:No Encryption keys? by Anonymous Coward · · Score: 2, Funny
      or even better, just pay the fines for running the red lights constantly. Just as cheap, less hassle.

      Getting broadsided by a truck is less hasle than hacking the traffic lights?

    9. Re:No Encryption keys? by Dolly_Llama · · Score: 4, Insightful

      Isn't the simplest method to simply flash the red-light camera at whoever uses the device and send big fat nasty tickets to those caught doing it fraudulently?

      --

      Somewhere, something incredible is waiting to be known. -- Carl Sagan

    10. Re:No Encryption keys? by Nogami_Saeko · · Score: 4, Informative

      Wouldn't work if it was done right.

      I use an infrared remote to access my condo - it uses an infrared remote system that's fairly simple, yet effective:

      -The remote (much like garage door openers) uses a rolling pseudo-random number sequence. The remote generates a code based on the next number in sequence from a random number generator seeded with a known key for that particular remote (the main controller needs to be "paired" with the remote before use so it knows what seed each remote is using).

      -The controller keeps track of all of the remotes for the building and pre-computes the next 256 valid codes that each remote will generate based on the seed exchanged when the remote is paired.

      When a remote triggers, it sends the random number code (NOT the key) by way of infrared to the controller receiver. The controller checks to see if the number the remote transmitted is in the next 256 valid numbers for that particular remote, if so, you get in. If not, you don't and the attempt is logged.

      If you press the button more than 256 times (playing with the remote button for example) when you're not around the sensor, none of the precompute codes will match the next time the remote is used and it will be useless until re-paired.

      Even if you capture the code being sent from the remote, you won't know the key that the random number generator is using in that particular remote to generate the number sequence, or any of the subsequent numbers that the remote would generate. You'd only capture the code that was sent, and once that was used, it wouldn't work again anyway.

      If a remote key is compromised, it's simple to simply deactivate that particular remote key. If the system is brute-force attacked, it can either deactivate the sensor that's being attacked, or just call security to the appropriate location.

      N.

      --
      "Nothing strengthens authority so much as silence." - Charles de Gaulle
    11. Re:No Encryption keys? by crucini · · Score: 3, Interesting

      Well, police departments, or rather their vendors, already face these issues for encrypted radios. Typically a fixed key is used for a large group of radios for a period of time, loaded via a key loader box. Some systems allow OTAR - over the air rekey, where the new key is encrypted with (I think) the old key and broadcast.

      This problem is a little harder because an attacker could steal either the traffic light equipment or the vehicle equipment. The traffic light equipment is probably more numerous and vulnerable. Public Key crypto would be very useful here, because then stealing the receiver doesn't help you impersonate the transmitter. Unfortunately, it probably needs too many bits for the IR strobe carrier. So unless we "cheat" with a supplemental data channel or something, there's no good solution.

      Although - you could have an operational key (symmetric) and a rekey key (public key). The rekey box is guarded like the crown jewels. Once a month, or if the operational key is known to be compromised, you bolt the rekey box to the roof of a police car and drive slowly around town, pausing 60 seconds or so at each light. Enough time for the slow public-key transmission. Then you rekey all the vehicle units off the rekey box. Could work.

  2. Here's a link to a place that makes them... by mikeylebeau · · Score: 5, Informative

    www.themirt.com has a lot of info on these devices. Even a dealer list of where to get one. Man, I'm tempted...

    -mikey

    1. Re:Here's a link to a place that makes them... by insertionPoint · · Score: 2, Informative

      Even a dealer list of where to get one. Man, I'm tempted...

      Careful of local laws. Chicago crime bo...er mayor banned these early last year (which probably means that the Illinois gov. office sells them)

    2. Re:Here's a link to a place that makes them... by Lumpy · · Score: 4, Informative

      go for it and buy it.

      Oh, and I don't want to be you when the cops pull you over. In Chicago it's a $4000.00 fine and 30 days in jail.

      They are easily detected, they blast a massive floodlight of IR.

      I welcome every complete moron that buy's these to use them... just like the police radar jammers.

      --
      Do not look at laser with remaining good eye.
    3. Re:Here's a link to a place that makes them... by Lord+Kano · · Score: 5, Insightful

      I welcome every complete moron that buy's these to use them... just like the police radar jammers.

      As with any device that is in a legal grey area, judicious use is the key. Think of these things like stinkbombs in high school. If you are the ONLY one in the room where you use it, it will be more than obvious who is responsible. If you do use it in an auditorium with 500 other students around you, it is much harder to find out who is the culprit.

      If you are in a fair sized group of cars, you are pretty safe when using a radar jammer or device to change the traffic signal. Sure it may be illegal, but when the effort required to catch you makes in impractical to do so, the police don't even make the effort. How often does the office football pool get busted?

      LK

      --
      "Hi. This is my friend, Jack Shit, and you don't know him." - Lord Kano
  3. Change the Behavior by Dolohov · · Score: 4, Interesting

    One thing to do, then, would be to change the behavior of the traffic lights so that on receiving this signal, they go to four-way red. Since emergency vehicles can run red lights, it doesn't stop them, while simultaneously deterring civilians from using them.

    (The trouble is the lack of feedback. You'd need some kind of indication that the other ways had gone to red before the ambulance driver will have confidence going through the intersection at full speed)

    1. Re:Change the Behavior by sahrss · · Score: 2, Interesting

      Some people would then buy these things just because it would give them the power to annoy everyone else...

      Kind of like trolls on /.

    2. Re:Change the Behavior by Yottabyte84 · · Score: 3, Insightful

      You drive on the left side of the road, around them.

    3. Re:Change the Behavior by bluGill · · Score: 4, Interesting

      All the lights I've seen have a light next to the recieving unit that indicates which direction has the right away. This was done after 2 emergency vechicals going different directions (or at least coming from different directions) crashed in the middle of the intersection because they assumed they had the right away.

    4. Re:Change the Behavior by Jah-Wren+Ryel · · Score: 4, Informative

      In most cities, the light goes green for the guy with the transmitter, but a white strobe light on the same pole goes off too. If all lights went red, but the strobe still went off, the should be enough to make the driver confident that all directions are indeed red.

      --
      When information is power, privacy is freedom.
    5. Re:Change the Behavior by Izago909 · · Score: 5, Insightful

      The lights in the direction of the emergency vehicle turn green so people can move out and away instead of blocking the intersection. I've seen people at regular 'dumb' intersections sit in front of a fire truck and block it because he thought he would get in trouble for running a red to let them through. Also, I'm not sure if it's lke this everywhere, but around here if something comes through such an intersection the light goes from green to red with no yellow warning at the exact same time the other direction gets the green. That sould defiately cause some chaos if ignorant drivers decide to get selfish.

      One thing people always forget is that speeding and runing reds rarely gets you there faster. People who dodge and weave through rush hour highway traffic are a whole 2 or 3 cars in front of me when I get to the off ramp. I've learned the timing of lights around my office and home so now I can actually get there faster by driving just few miles under the limit. Usually it's the impatient people that create traffic in the first place. The more that people obey speed limits the better the timing of intersections gets.

    6. Re:Change the Behavior by BuckaBooBob · · Score: 2, Interesting

      Still have problems with that idea... How many young highschool kids would think its cool and funny to sit on a hill top are a building top and keep signaling the lights red creating traffic jams. Price of these doesn't matter as car breakins are common so eventually a kid would get ahold of one and weak havoc.

      --
      Who needs WiFi when we can have Packet Over Sheep! http://datacomm.org/PoS-InternetDraft.txt
    7. Re:Change the Behavior by caitsith01 · · Score: 2, Interesting

      "Speeding and running reds rarely gets you there faster."

      So your contention is that two objects travelling the same route, one going faster than the other, are likely to arrive at their destination at the same time?

      I understand that you are probably referring to the effect of red lights stopping all vehicles regularly and allowing the slower car to catch up, but they also have a corresponding inverse effect - if the faster car goes through a few seconds before a red light and the slower car has to stop, the faster car gets a huge boost as it now has up to 30 seconds or so where it is still moving but the other vehicle is stopped.

      I used to think that speeding wouldn't really help, but testing around my city to and from numerous destinations (admittedly without very good light synchronisation) has convinced me that speeding does pay. At the very least, you end up no worse off than a slower driver, except maybe in terms of stress levels and speeding fines... and the fact that noone wants to ride with you... and engine wear... and the chances of having an accident.

      But apart from those minor drawbacks, consistently driving 5-10 km/h above the limit certainly can get you to a destination quicker in my opinion.

      Nonetheless, planning a decent route is definitely the most effective way to go, I totally agree. Minimising turns across traffic and lighted intersections and maximising give ways, roundabouts and turns away from traffic can all make a huge difference.

      --
      Read Pynchon.
    8. Re:Change the Behavior by Ieshan · · Score: 2, Funny

      If you can't capitalize the first words of your sentences, what makes you think other people want to read your grammar corrections?

      Zing! :)

  4. Easy solution... by Realistic_Dragon · · Score: 5, Funny

    IR guided Maverick anti tank missiles mounted on traffic light poles. Bet those suckers shut off their IR transmitter then!

    --
    Beep beep.
  5. Once again, Slashdot trumps logic for technology . by Rotten168 · · Score: 2, Insightful

    Um, if everyone had one of these, wouldn't that be the same as when noone had these? How would it choose one holder over another? It probably wouldn't.

  6. Illegal? by marshac · · Score: 3, Insightful

    Why are these devices not illegal? Seems to me that the intersection should take a picture of the vehicle using the device... if there aren't flashing lights, send a ticket in the mail.

    Once people know that they will be fined, they will stop using it. If you can't deal with red lights, then don't drive.... it's part of the agreement that we all agree to live by when driving (aka "the law"). These rules are there to make driving safer for everyone.

    1. Re:Illegal? by Pakaran2 · · Score: 2, Insightful

      It's legal for a very basic reason - there's no law against it.

      Some radar jammers and such things are illegal because they break FCC rules against unlisensed broadcasts. You can't set a licensing requirement for an infrared transmitter - my hands are putting out infrared right now, as is the air coming out the back of my PC - and so you need a special-purpose law against these specific devices (or more likely their use by ordinary people).

    2. Re:Illegal? by nacturation · · Score: 5, Insightful

      Why are these devices not illegal? Seems to me that the intersection should take a picture of the vehicle using the device... if there aren't flashing lights, send a ticket in the mail.

      The only problem there is how do you know which driver among the 20 approaching the intersection has the device? Sure, if you see someone with their arm out the window pointing a remote at the traffic light it's a no-brainer, but an IR transmitter peeking out of the front grill or behind some trinket on the dash would be impossible to make out.

      Just make it some enourmous fine... $25000 per offense or some such figure when the device is used for a non-emergency purpose. That way, the devices themselves aren't illegal (though I agree that they probably should be) but the uses are. You could, conceivably, drive your wife to the hospital when she's about to give birth, but you couldn't use it just because you're late for work.

      --
      Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
    3. Re:Illegal? by marshac · · Score: 5, Informative

      your average CCD will detect IR. Don't believe me? Pull out your camcorder and aim a remote at the camcorder. It looks like white light. I know where I live, we have CCD DOT cams at almost every intersection. It would be easy to pick out the car emitting the bright flashes.

    4. Re:Illegal? by schematix · · Score: 2

      that is cool as hell i didn't realize it was so simple to detect IR. i wish i had some mod points for ya... MOD THE PARENT UP!!!

      --
      Scott
    5. Re:Illegal? by man_ls · · Score: 2, Informative

      Infared (Heat) and Infared (Light) are two different things.

      The former is "far infared" (more far away from the visible-light region of the EM spectrum) and the later is "near infared" (closer to the visible-light region of the EM spectrum)

      In order for a CCD camera to detect *heat* infared, you'd have to heat the thing up to the point where the metal would be pretty damn close to glowing -- and at that point, it's releasing visible light/near-IR also, so it's a moot point.

      Your hands and PC are *not* releasing the same kind of IR energy that is talked about in this article. If it were possible to control release of such energy, then we'd have heat rays.

  7. Re:I remember... by digital+bath · · Score: 2, Interesting

    Sure, but would you if everyone else had one and kept cutting your green light off? Would you be tempted then?

    --
    find / -name "*.sig" | xargs rm
  8. Lame by Midnight+Warrior · · Score: 3, Interesting

    The specs have been out on how to build these things for years. Never caught on, maybe because they felt like the whole beige/black/red/blue box phenomenon. MAYBE if they start showing up in places like Best Buy it will catch on, but even still, I doubt it. Besides, I asked some EMTs/the driver one time if the light at the intersections would benefit them by this light predetermination technology. They said no. Doesn't matter because people still run the yellow and red lights so they still have to slow down. And this was for a signal 100 ft. from the station driveway.

    I concede that yes, it may help in congested downtown areas like LA or NY, but in 95% of the U.S. they either aren't installed or useful enough to justify their cost.

    BTW, it's just a pre-canned, encoded signal on a fixed carrier wave over an infrared signal. Think "really powerful remote control" for you newbies.

  9. Obligatory Simpsons reference by bartyboy · · Score: 4, Funny

    Professor Frink: "We studied traffic patterns and found that drivers move the fastest through yellow lights, so now we just have the red and yellow lights, mm-haiai."

    Lenny [flooring it]: "Stay yellow! Stay yellow!"

  10. Ambulance drivers don't go full speed by JohnQPublic · · Score: 5, Insightful

    The only time an ambulance driver goes full-speed through an intersection with the siren screaming and cars breaking left and right is in the movies. In real life, they slow down and approach the intersection with all the care appropriate to one who's about to violate the traffic pattern. Because, after all, it doesn't help the dying guy in the back if the ambulance gets in an accident on the way to the ER.

    1. Re:Ambulance drivers don't go full speed by Avenger · · Score: 5, Interesting

      OK, a few things here (and yes I have experience wiht this, only not with an ambulance, but with a fire truck, however the concepts are still the same.)

      First off if the ambulance driver is any good, he/she does not go full speed through a green light, or a red light, or a yellow light for that matter. If they are really good, they stop and make sure they have the right of way. Believe it or not, in most cases that have made it to court where an accident occured between a civilian and a emergency vehicle, the Emergency Vehicle driver was held accountable. This is true even in the case where the Ambulance had a green light to go and the ambulance was struck BY the civilian running a red light. (I don't remember the specific case but was taught to us when we took our driving course.) Personally I stop at every light, green or not and make sure that I have EVERYONES attention before going through an intersection. It is better to get my truck, and my fellow fire fighters there in one piece than to crash the truck and not get there at all.

      Another interesting point of fact, (at least in New York state) the flashing red lights give NO legal rights to disobey the speed limit. This is something I allways try and keep in mind, because you do kind of feel invincible when you are driving those big red trucks.

      --
      Of all the things I miss .... I miss my Mind the ...... ummmmmm what is that word.
    2. Re:Ambulance drivers don't go full speed by Rorschach1 · · Score: 3, Insightful

      Exactly. I know that at least around here, the ambulance company policy REQUIRES that all ambulances come to a complete stop at all red lights.

      You know what's REALLY irritating, though? When you pull up to a red light with the lights and siren going, and some idiot sees you stop and decides it's their turn to go.

      Yes, I'm a nerd AND an EMT...

    3. Re:Ambulance drivers don't go full speed by lommer · · Score: 2, Insightful

      The whole fucking point of this thread, as the parent pointed out, was that how would the ambulance know the difference between a red light and a four-way stop until its practically in the intersection?

      furthermore, if the light up ahead is red, there's not going to be any oncoming traffic, now is there?

    4. Re:Ambulance drivers don't go full speed by Kymermosst · · Score: 2, Informative

      and that's why folks, you pull over, ALL the way over.

      Unless you are on a multilane highway (read: freeway/expressway.), in which case you get all the way into the righthand lane and keep going. DO NOT STOP ON THE FUCKING FREEWAY. Just get over to the right lane and let the damn ambulance/cop/firepeople go around you.

      Sorry, I've been wanting to vent this for a long time. In Oregon, you are not required to pull off the road and/or stop for an emergency vehicle when you are on a multilane (2 or more lanes in both directions) highway. For some stupid reason, about half the people don't understand that all you have to do is get into the righthand lane and keep going.

      --
      "Alcohol, Tobacco, Firearms, and Explosives" should be a convenience store, not a government agency.
    5. Re:Ambulance drivers don't go full speed by smellystudent · · Score: 2, Funny

      I was sitting in my village pub (UK) one evening. It's on a narrow road, and silly people sometimes park on the wrong side of the road, making it difficult to pass. A fireman walked in the door and announced that they had a large truck to get through. If the illegally parked cars weren't moved by their owners in 30 seconds, they would be moved by force (read: driven into by a large red vehicle). I've never seen people move so fast...

      --
      Predictive text is shiv!
  11. Minneapolis/St. Paul by prabhath · · Score: 2, Interesting

    We've had these little devices on the streets of Minneapolis/St. Paul and the surrounding Metro areas for about 7 or so years now.. They're little sensors that (i believe) get activated by the lights on emergency vehicles.

  12. Re:Once again, Slashdot trumps logic for technolog by gregfortune · · Score: 2, Insightful

    No, not at all. In fact, it would be much worse. The lights are supposed to be timed so a batch of cars can travel through most of the stoplights on a main street without having to stop if everyone is traveling the speed limit. Every car having one of these would mean that the lights would cycle on and off much more quickly meaning you would be stopping at every light in the city.

  13. Re:"Maybe if everyone had these, it would lead..." by Theatetus · · Score: 4, Insightful

    I think the idea was that mass dueling transmitters might be smarter than weight sensors or cameras. I see this, however, as a perfect case study for the Tragedy of the Commons.

    --
    All's true that is mistrusted
  14. Re:Once again, Slashdot trumps logic for technolog by cgranade · · Score: 3, Funny

    Um... if it has a range of 1500 ft., people would activate it at 1500 ft, it would get trumped at 1499 ft, so they'd activate it at 1498 ft... you get the picture. In short, there'd be two people hurdling toward each other, hoping that the light would stay on their side.

    --

    #define DRM chmod 000

  15. Easy enough to catch by ArsonPanda · · Score: 4, Funny

    1. There's an awfull lot of cameras at intersections these days. (and not just red light still cameras either, where I am there's a few vid cams at every major intersection).

    2. IR shows up on B&W CCD cameras.

    1+2 = just have someone watch vids for cars that have bright IR pulses coming from the dash.

    3 ????

    4. Profit

    --

    --I don't want the world, I just want your half.
  16. Chrome box by Eiki · · Score: 2, Informative

    Indeed, as one commentator noted, this device was imagined, if not implemented, by the phone phreaks, and was named the "Chrome Box" - just a bit of a tidbit from my misspent youth!

  17. Isn't this illegal? by ezraekman · · Score: 2, Interesting

    This kind of thing strikes me as the real-world equivalent of exploiting an unsecured software backdoor. You are, in effect, "hacking" the streetlight network. Hmm... sounds like a good book title. ;-) I'm not sure I buy into the "chaos will ensue" hype. There are European cities that use similar devices (though, with different technologies) to allow public transit to get through traffic quickly, to advocate leaving your car at home. But that's where control over lights should lie: with the appropriate authorities.

    Why do these lights exist? To solve traffic problems. They do this by effectively "controlling" drivers. If the traffic authorities decide that it is beneficial to give the priority to emergency vehicles and public transit, so be it. I feel that this is beneficial to society. But when drivers force the system to obey their wishes, they are circumventing the apparent benefits of such a system, putting themselves before society. IMHO, this is wrong.

    I'm waiting for the first case to go to trial. Think it'll be seen as the equivalent of running a red light, or gaining unauthorized access to a network?

  18. We have light-sensitive systems in the UK by jo_ham · · Score: 5, Interesting

    There are sensors on the top of traffic lights in the UK that respond to headlights.

    If an ambulance is approaching lights on red he can flash his full beams a few times and the sequence changes.

    I use this feature all the time at the lights near my house, especially late at night when the deafult sequence on the lights is to stay green for the main road all the time unless a car approaches on the minor road.

    1. Re:We have light-sensitive systems in the UK by dtdns · · Score: 2, Informative

      Weight sensors are for truck weigh stations. You're probably referring to an induction coil embedded in the road farther away from the light so it knows you're coming.

    2. Re:We have light-sensitive systems in the UK by phthisic · · Score: 2, Informative

      While I hesitate to put you squarely in the club to which also belong those people who flap fresh polaroids in the belief that doing so makes them develope quicker, I have to take what you say with a measure of skepticism.

      A quick, but admittedly not thorough, google search revealed no such devices. Furthermore, I have lived in Tallahassee, Florida all my life. One of your child posters said that they had these devices in Tallahassee and I have never heard of them nor have I seen them. I have also never seen people flashing their lights at intersections. And Tallahassee is not a big town.

      I should like to mention, moreover, that my father has been a Traffic Engineer in Tallahassee, Florida for over 15 years . I just now called him up and asked him if he had ever heard of anything like this and he said he had not. He, a professional traffic engineer, said they sounded like a bad idea.

      If you're interested, you might submit some sort of proof of your claims.

      If it makes you happy flashing your lights, then I'm happy for you. But until I see better evidence, I'm going to remain skeptical on the proposition that there is a causal relationship in evidence here.

  19. THINK BEFORE YOU POST!!! by fmaxwell · · Score: 2, Insightful

    Maybe if everyone had these, it would lead to smarter intersections.

    How "smart" would it be to have 28 vehicles and an ambulance all approaching a four-way, urban intersection with these devices fighting to get the green light? It would serve you right to be the heart attack victim in that ambulance as it sat there in gridlock.

    If you want to think stupid things, go ahead, but don't encourage your fellow idiots to do something that could kill innocent people.

  20. Rarely used by bobthemuse · · Score: 3, Informative

    I've worked for several ambulance companies and spent a good amount of times in cities on the east coast, and I have never seen an ambulance with this device installed.

    On top of that, traffic regulations technically require ambulances to stop at red lights and proceed through after the've verified that traffic is stopped. I think the siren would be more effective than a sudden red light.

    Maybe I can see a use for turning it green, as it would help get the traffic in front out of the way, give them space to pull over, but for this to work, they'd have to activate it from a distance. Since IR isn't focused like a laser, I doubt it would work from a great distance.

    1. Re:Rarely used by thebigmacd · · Score: 2, Informative

      Next time you go by a traffic light, observe the little black cylinder on top of a small pole. Each black cylinder has a sensor which is shrouded by a shroud similar to what is on the traffic lights themselves. This is the infrared sensor. In my town fire trucks and ambulances use them. One of the traffic lights has the sensor on about a 20-foot pole above the lights cuz there is an overpass and it wouldnt trigger soon enough if it were lower. I heard that the ones around here can be triggered with a consumer strobe light.

    2. Re:Rarely used by thebigmacd · · Score: 4, Insightful
  21. Could this be the a classic Chrome Box? by EMIce · · Score: 4, Informative

    I guess the slashdot editors editors weren't too into the hacking/phreaking scene back in the day. This was documented some 10 years ago.

    If you want proof, consult the google time machine. Scroll down or search for "Chrome Box".

    1. Re:Could this be the a classic Chrome Box? by GeorgeH · · Score: 3, Funny

      Yeah, I was trying to figure out if this was Slashdot in 2003 or 2600 in 1994. Damn daylight savings time, what with the screwing up of the time and the glaven

      --
      Why can't I moderate something "Wrong" or at least "Grossly Misinformed"?
    2. Re:Could this be the a classic Chrome Box? by aardwolf204 · · Score: 2, Interesting

      Whats next, some company starts selling beige boxes to the public with instructions on how to use them. How about a kit complete with 3/8" socket wrench and modified tone dialer (redbox). This is sick.

      I remember using these 'tools' back in the day when it was cheap thrills and soldering experience but now a days the only box I want is the one that gets 12v off ring and tip for power outages (forgot the color, anyone remember?)

      PS: #phreaks on dalnet was the shit in 1993 (pre-Hackers the Motion Picture). Wish I still had those logs.

      --
      Im dreaming ofa big bndwdth, That can resist the /.crowd.May ur days b merry & bright & may al
  22. More info about optocom sensors by NetMasta10bt · · Score: 4, Informative

    Here is some more information with pictures of the Optocom sensors (mounted to the signals) and of EMS and Fire transmission units.

  23. One legit use I can think of by finkployd · · Score: 3, Insightful

    Motorcycles. Generally I cannot trigger a light change to save my life, so I sit there like an idiot waiting for a car to come up behind me and hopefully get close enough to trigger it for me. Especially annoying at intersections where one must wait for a green arrow to turn left. Still though, I do not believe that is enough of a problem to warrant the general public getting these.

    The idea of non emergency people having these is insane. And you know it is going to be the H2 driving, cell phone yapping, news paper reading, oblivious to the world around them group that will absolutly HAVE to have these. I mean my god, I have to get to my office to start on today's fancy bookeeping and intern bonking, RIGHT THIS MINUTE! Damn all these plebes and their "right of way" nonsense, can't they see I'm more important?

    Damn I'm bitter today.

    Finkployd

    1. Re:One legit use I can think of by segfaultcoredump · · Score: 2, Insightful

      you may want to check out products like the GreenLight Trigger. Its basically a magnet under the bike that trips the sensor.

  24. no, no, no! by twitter · · Score: 2, Insightful
    Maybe if everyone had these, it would lead to smarter intersections.

    Ye Gods, NO! It's taken city planners decades to install and tweak centrally controled lights so that traffic flows. Now assholes will come along and make EVERYONE wait when they disrupt a flow that's been synchronized to minimize group time spent. You might as well request additional traffic accidents. People here are polite compared to other places and wait their turn when the lights go out, yet the delay is awful. Things were just starting to work where I lived. Polling systems that simply count cars won't work. It would take enourmous computing power to adjust the flow programs bassed on traffic. That's worth persuing, but boxes that flip the switch should earn the user a heafty ticket. I can just imagine the kinds of nimrods who will use this. Uhg, we have set up a system of privalidge (that's Frech for privat law, Gus) that will be abused. I hate it.

    --

    Friends don't help friends install M$ junk.

  25. Re:Plans? by Micro$will · · Score: 4, Informative

    I assume the old ones where nothing more than an infared flashlight, and the "upgraded" ones use some sort of modulation something like a TV remote. The picture in the article shows what looks like a 3rd brake light with a lighter plug. It probably costs $20. They're basically charging $300-$500 for a long range TV remote control

  26. Pigs in paradise. by ratfynk · · Score: 2, Insightful
    The problem is a "Pigs in paradise attitude" that comes with todays (ME FIRST) ethics. Might as well just give in and let the assholes do their thing. We tolerate this kind of behaviour in business so whats the difference. I have driven bus and truck proffessionaly when I was younger. I quit because of this. Life is too short, and my sanity is more important! It got so bad that when someone deliberately sped up coming through a light towards me, so they would not miss the stale light I did something very unproffessional: I started to look them straight in the eye and pretend to turn the wheel and excellerate. This would usually cause the asshole to leave some rubber on the pavement, thinking that I was actually going to cut them off with 100,000 LBs plus of MACK.

    Needless to say common sense got the better of me and I realised that another line of work was called for. Driving by intimidation "me first" is for assholes not pros. Emergency vehicle drivers need to be given the right of way PERIOD. This law cannot change, otherwise the carnage of today will be nothing compared to what will happen with assholes using this device.

    --
    OH THE SHAME I fell off the wagon and use sigs again!
  27. *sigh* by Guppy06 · · Score: 3, Interesting

    "Maybe if everyone had these, it would lead to smarter intersections."

    Maybe if everybody drove the speed limit they'd synchronize with the timers in the traffic lights and not get stopped by a red light to begin with.

    (It also provides the enjoyment of sailing past the Honda weed-eaters, the ones that just had to hurry up and beat everybody else to the next red light.)

  28. Immediate 8 points and revocation of license... by ealbers · · Score: 2, Insightful

    Should be the penalty for having one of these in your car. Period. Your talking about people DYING here, maybe you or someone you love... Take anyones license for 5 years mandatory if they are caught with one.

  29. Alternate method by r00t3r · · Score: 5, Funny

    It might be easier to change the light by getting out and pressing the walk button on the sidewalk.

  30. Mostly unnecessary in California by StandardCell · · Score: 4, Interesting

    Although I lived almost three years in Northern California and disliked the place as a whole, the one thing that did stand out is the outstanding traffic control system with optical and pavement vehicle sensors. The volume of traffic notwithstanding, it was the fairest traffic systems I've ever seen.

    For example, if there are left turn lanes on opposing lanes at an intersection, and one of those lanes is empty but the other is full, when the lights turn green the left turn lane for the empty lane stays red and simultaneously turn the signal green for opposing straight-through traffic. Not only that, but the left turn signal would only stay green until the last car had cleared or until a maximum time interval elapsed, at which point it would turn red again and allow opposing straight-through traffic to flow. In fact, if there was no waiting straight-through traffic in the one direction, some lights would just stay green for the lanes that had it until a car attempting to cross the intersection would trigger a timer.

    Contrast this with, say, Edmonton, Alberta's dreadful traffic system, where nearly everything is on straight timers save for buses with road sensors and emergency vehicles, and there are no timing lights for freeway on-ramps. There are some sensors at some intersections, but by and large nearly everything is timed and it creates frustration and accidents. It's doubly ironic considering that Edmonton has the highest density of traffic lights in North America and traffic circles on major roadways!

    In other words, if you design your traffic system the right way the first time, devices like this become unnecessary. An economist once commented that traffic lights are a nearly perfect unbiased system for resolving conflict. Why create bias in favor of certain selfish individuals? It doesn't work in economies, and it doesn't work on roadways.

  31. Re:Plans? by AKnightCowboy · · Score: 2, Insightful
    I assume the old ones where nothing more than an infared flashlight, and the "upgraded" ones use some sort of modulation something like a TV remote. The picture in the article shows what looks like a 3rd brake light with a lighter plug. It probably costs $20. They're basically charging $300-$500 for a long range TV remote control

    It had to happen sooner or later. If they don't already the next versions will just employ strong encryption to foil the morons buying these.

  32. Come on, fellow libertarians! by MillionthMonkey · · Score: 5, Funny

    We're going to hear a lot of people calling to make these devices illegal- except in the hands of qualified emergency response personnel. We must resist them. Traffic light control is yet another prime target for deregulation and privatization, and keeping these wonderful devices out of the hands of ordinary citizens restricts our liberty to control intersections that we've paid for with our tax dollars.

    Competition and free markets make everything better. They work great for companies, which is a strong indicator that they improve everything else, too- like public schools, the electrical power grid, and traffic lights at intersections. Why should emergency response vehicles receive a government-granted monopoly on the control of traffic lights? This is just old-fashioned, socialist thinking. If I want to turn my light green and yours red, and I'm willing to pay money for the privilege, why shouldn't I get the right of way? I've got more discretionary income, which means my time is probably more important than yours anyway. Government should not be standing on our necks and telling us who can and can't control traffic lights. The "invisible hand" can do a better job of guiding traffic through intersections anyway!

    I can hear the socialists whining even now. "But what about the poor ambulance and police cars?" they'll say. They're so addicted to government regulation they don't realize how wonderful things would be if it were every man for himself. Hey, why should the government have a monopoly on ambulance service and law enforcement? My Expedition has plenty of room in the back for a heart attack victim or a criminal. If I'm willing to pay the money I should be able to offer a competing emergency response service as I sail through an endless sea of green lights and yap on my cellphone. To argue otherwise is socialist, and we've learned from the fall of the Soviet Union that socialism doesn't work, people.

    OK, so it's a cheap shot at you guys. I can't resist- it's so much fun, and you make it so easy!

  33. Lame by xpccx · · Score: 4, Insightful
    "We'll probably try to avoid (selling to the public) if it may cause problems in the future," said Pregler, whose company is named Vision Aerodynamics.
    So what are they going to do, wait until ambulances or fire trucks can't get to their destinations before making a determined effort not to sell to the public? It's a little late at that point, no?
  34. Chrome Box? by hazzey · · Score: 2, Interesting

    I remember first hearing about these things about 5 years ago. Back then you had to build them yourself. They were called "Chrome Boxes" along the lines of all of the other phreakers tools. Just a little history.

  35. I emailed the owner a week ago... by Satan's+Librarian · · Score: 2, Interesting
    after I was spammed about this device... here's his response to me. Might be interesting...
    ------------

    Please let me explain a little about our web site and new product launch campaign.

    The web site should be very clear that we are looking for "dealers" to sign up and sell our new product. The site explains who the customers are, and the advantages of our new product.

    I am an electrical designer by trade, however the main focus of my business has been the sale and manufacture of firearms and accessories, of which we sell to Law Enforcement, Military and others. The idea for the development for this product came about from discussions I have had with our Law enforcement customers. They provided an explanation that many vehicles in there fleet are not equipped with traffic light preemption, because of the cost. The market is now dominated by 3M Corp. and they sell this technology for up to $5,000 per installation. I have applied my design back ground to offer an affordable solution to this problem.

    It took over 2 years of development and testing from outside labs to perfect this product. A substantial investment, in the multiple 6 figures has been expended. So now what do we do to "get the word out" we have several challenges. one is that 3M has factory reps all over the country, and we must establish our own rep network to promote our product. How can this be done? My answer to this was to hire 12 advertising executives with a budget of 100K per month to brand our name, to show our product, and to establish a dealer network quickly to provide maximum market coverage. The first phase was national branding, the second phase will be national TV news and talk shows.

    We have a unique product and we need to get the word out.

    Now, your view of what my company is doing is to sell to the public, please understand that every effort has been made to qualify what this product does, who will benefit from it and to find individuals interested in selling this item. I have chosen to do this in a bold way, which includes internet exposure to people in the trade (i.e. EMS, Law Enforcement, etc) and also to individuals that are interested in a unique business opportunity.

    When something gets advertised on the internet it seems it looses credibility, I understand this and am working hard to redesign the site to overcome this problem.

    Back to who we sell to and who we do not sell to. We require a legal agreement signed by a dealer, no one else in this industry requires this, after that we qualify the dealer to make sure we want them to represent this product. We go far beyond what is asked of us to qualify the dealer and NO individuals are allowed to buy this product for there own use. You and I both understand that this is not an option. We will not sell to individuals, even though there is no law preventing a company from doing so. We are trying to launch a truly revolutionary product, much different that what has been on the market for over 25 years. I feel great about this product having designed it myself and understand that it is truly a win solution for all involved. I can feel good knowing that my product will save lives, in two ways, one is that it will secure an intersection making it safer(plenty of stats available on this point from Federal ITC division) and two that it will allow first responders to get to where they need to be earlier than without this technology. For example, a heart attack victim has a diminishing chance of survival for every minute lost in response time.

    I'm sorry to make this so lengthily, but I feel a strong need to communicate these points to you, and if you would be kind enough provide me feed back as to where I'm going wrong with my presentation, what, in your mind would communicate this better?

    To wrap up, my policy is simple, if a dealer or end user uses this device improperly we will pursue immediate legal action, this cannot be allowed and won't be.

    Please respond as I would like your input.

    [deleted]

  36. Maybe by Andy+Smith · · Score: 2
    Maybe if everyone had these, it would lead to smarter intersections.
    And maybe it wouldn't.
  37. Some interesting tid-bits: by niko9 · · Score: 4, Interesting

    Here are some of the vehicle traffic laws as they pertain to emergency vehicles here in New York State, other states are mostly similar.

    Only police department vehicles are allowed to proceed through red lights without stoping.

    EMS and Fire trucks have to make a full stop at every red light while going lights and sirens to a job, regardless of the priority.
    In reality, I slow down significantly and roll through at a cool 3-5mph.

    Lights and sirens for EMS and fire are a courtsesy. The guy in front of you is in now way obligated to blow a red light for you if he feels it's unsafe for him to proceed. Oh, and btw, if a medic or emt gets on the P.A. and tells you to cross a red light, and you get into and accident, the medic is at fault for the acccident.

    Going down one way streets and driving on the opposite side of the road are allowed, with the understanding that you do so at reduced speed and with extreme caution, any accident in this situation is all on your shoulders.

    Here in Manhattan, slow and steady is the best way. You can't justify injuring bystanders for someone who is already sick.
    And with critical patients in the back, you'll drive even slower to the hospital 'cause there's alot of things that we need to that can't be done if you're bouncing around the back cab like a virgin's first visit to some Panamanian wha wha rumphouse.

    These device have been mentioned here in the city, and it was agreed that it would cuase more confusion and possibly more liability for the city than it's worth.

    --

  38. Saw one years ago by Anonymous Coward · · Score: 3, Interesting
    I guy I know built one of these devices several years ago. It had abourt 100 IR LEDs in it. He's open his sunroof and point it towards an interection. I was in his car once for a ride when he had it.

    First, it didn't always work. Those sensors are positioned to see the pulsing signal from a light on top of a tall vehicle, like an ambulance or fire truck. He had an ordinary car which meant it was a lot lower than it should be. The sensors seem to have a cone-shaped sensitive area which obviously narrows you approach the intersection. So as he got closer to the intersection, where the weaker light might have a chance, he'd usually be outside the sensitive cone shape.

    Second, it was hard to tell when it was working. We did get what seemed like an unusually large number of green lights... but it was hard to tell if the "go box" was triggering them, or if we were just getting lucky. In several cases, traffic was also flowing through the intersection the other way which meant it hadn't done anything. Apparantly, the lights turn red in all other directions.

    However, we did approach one intersection where there was absolutely no doubt it worked. The light was green, turned yellow, and then turned green again. That absolutely never happens under normal circumstances, and when I saw that I knew it did indeed do something. This interection was approaching the crest of a small hill, and it was complex with five streets (one at a funny angle). As we got closer, the light must have bounced off something else, because the obviously unnatural green light we got turned yellow briefly and then red. I don't know what the drivers saw in the other four directions approaching the interestion, but they must have seen something equally strange, because we sat there for a LONG time as did the cars in coming from the other directions. NOBODY was willing to drive into that interestion, because it was obvious to all the cars that the light was screwed up somehow. That's something that virtually never happens. Traffic lights are incredibly reliable (must not be running Microsoft's products). And when confronted with a screwed up light, nobody was willing to be the first to risk driving into the intersection, even as the controller recovered and started it normal sequence giving green lights. After about 10 minutes, people started to believe a green really was safe and we got to move forward. This was during rush hour on a very busy 4-lane road... so it must have caused quite a bit of traffic backup.

    Anyway, my friend's "go box" (as he called it) eventually stopped working. It was home made and it used massive power to turn on those LEDs. They were probably running many times over their rated current. He couldn't turn the switch on too long or it'd blow the fuse to his cigarette lighter. Apparantly he'd replaced the normal fuse with 30 amps which allowed it to run for a minute or so. The wires and everything else about it got really hot. So it's no wonder it stopped working after a while. He talked a few times about building a bigger and better one... but ultimately it was not worth the effort. It couldn't reliably trigger most of the lights. He had many other stories of turning a light green and being stuck behind someone who'd just stopped and wasn't paying attention to the light because it wasn't expected to turn green again for a while. He used to joke "you really also need the lights and siren to make the other cars get out of your way".

    Posting anonymously for obvious reasons...

  39. detection and prevention by pair-a-noyd · · Score: 5, Insightful

    1. Do what the military does, strobe the lights in a morse code fashion. Assign a seperate code to each city vehicle that needs to use the system. Any vehicle not strobing a proper code gets no joy.

    2. retrofit traffic light camera's to snap pictures of the traffic when the system is activated. Remove the infrared filter from the camera and the camera will easily and plainly show the vehicle that is attempting to open the intersection. You get a picture of the perp and his license plate, plus the light will be plainly visible to the camera. Perfect evidence for a court case.

    If the system is coded and someone attempts to copy the codes then they can prosecute them for hacking into a governemnt computer system.
    After all, the traffic lights are computer controlled, they should not be accessible to the public and if you hacked the system via the Internet it would be your nuts on the chopping block.

    1. Re:detection and prevention by zx75 · · Score: 2, Funny

      Heck, if they attempted to decode the correct flash sequence, you could prosecute them under the DMCA for breaking an encryption sequence!

      --
      This is not a sig.
  40. Double sigh by SuperKendall · · Score: 2, Insightful

    Perhaps some day I will live in a place that actually times the lights instead of having them be a mess. One local road - if you miss one light, you are stopped at EVERY light for ten miles even if you go the speed limit or a bit under. It's really frustrating to just miss twenty lights in a row and have to wait a few minutes for each. I don't mind going whatever speed is necessary to make all the lights (being a big fan of not stopping even if it means going a bit slow) but in practice almost never have I encountered lights that are well programmed.

    In order not to miss a light at the road I mentioned, you must go at least five miles over the limit. Then you make every light, and get to the end of the road about fifteen minutes faster than if you miss any of the early lights. Add that time out over a round trip, and it's definitely worthwhile. Who would not have an extra half hour - especially for a commute where you get 1/2 hour extra every day?

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
  41. Make "Red Light" for all directions.. by Dr_Marvin_Monroe · · Score: 4, Insightful

    That's how I've heard this system operates (at least in Seattle)...strobe light gives "all-stop" at the signal. From where I heard this, it was done deliberately to avoid this type of stunt with the strobe light on civilian vehicles. This is also the safest option too, as emergency vehicles are trained to run red lights (after slowing and checking) and go around stopped vehicles. "All Red" also gives the emergency vehicles the clearance to use the opposing lanes and any other clear space in the intersection etc, coupled with the fact that at any intersection, you ONLY want the emergency vehicles moving...no others.

    Any system that creates "green" for the person with the strobe is, in my opinion, an inherently dangerous system. It encourages people to try this kind of stuff and makes people think that the ambulance or fire-engine behind them "won't mind if I go through too". The more moving vehicles there are, even if they're with the flow of the emergency traffic, the more dangerous.

    I can't imagine this system staying like it is for too long.

    How about tracking the emergency vehicles through GPS, then having the central traffic computers switch the lights around the emergency vehicle (far ahead) in such a way as to clear the path 2 blocks away and keep all opposing traffic off the intended path. For instance, lanes turning away from the path would be allowed to turn green so the vehicles could clear the area, lanes crossing would be halted 1 or 2 blocks away, and lights behind the emergency vehicle would stay red for some reasonable period of time to keep the lawyers a reasonable distance from the ambulances...most people wouldn't even see the emergency vehicles, as they would be sitting at a red light 1 or 2 blocks away, or simply shunted away from the path, and the ambulance/fire-truck driver would not even have to contend with stopped or moving traffic.

    This isn't too much to put on one of those little PLC traffic computers, and it would be a lot better than "strobe light gets the green" solution that these people thought up.

  42. Outdated by b1ng0 · · Score: 3, Informative

    Most traffic light sensors these days use a combination of infrared and visible light strobes, as well as encryption, to signal the light to change. These infrared emitters wouldn't do anything . Check out 3m Opticom system for more information.

  43. Re:Plans? by Davak · · Score: 4, Funny

    This will probably been the next gadget added to the Swiss Army PDA/phone combos.

    Before long will see those soccer moms with 3 kids in the back of her gas-guzzler pointing her cell phone at the light in between breaths of talking to her friends from the social club.

    Life is so unfair. :)

  44. Opticom by san+diego+codepig · · Score: 5, Informative

    The traffic light control system itself is called Opticom . It is patented and manufactured by 3M.

    It operates using very short pulses of light (< 10uS) occuring at a precise frequency (usually crystal controlled). The normal pulse rate is about 10Hz. An optional rate of around 12.5Hz can be used to give priority to other vehicles (ex. ambulance vs firetruck).

    The system is configurable and normally set to give a green light to the emergency vehicle (helping to clear traffic) but it can also be set to go red in all directions.

  45. Re:Plans? by Anonymous Coward · · Score: 2, Interesting

    I've had one for 2 years now... I built it... pic chip some pic asm with the sequences plugged in and $20 dollars worth of pepsi while sitting at on the corner waiting for the ems vehicles to pass by flashing there codes right into my transistors waiting for their juicy juicy codes... juicy codes... but I dye dress.

  46. Re:Plans? by zcat_NZ · · Score: 5, Insightful

    PROBLEM; Light goes green.

    Design the device to make the lights go RED in all directions. Emergency vehicles can safely drive around the waiting traffic on the 'wrong' side of the road, because there's no oncoming traffic. There's no 'subtle' way for a non-emergency vehicle to use this type of device.

    --
    455fe10422ca29c4933f95052b792ab2
  47. A different idea by Briarwood · · Score: 2, Informative

    The devices that are used around here don't turn the upcoming light green for the emergency vehicle. They turn the lights in all directions of the upcoming intersection red. This ensures that the emergency vehicle is the only one with the right to enter the intersection. Makes sense to me...

  48. These aren't going to work in most cities. by crazyhorse44 · · Score: 2, Interesting

    For a fact... in Los Angeles... the antiquated traffic control systems are not equipped to deal with these devices. I know... I used to install the traffic control systems and these things haven't been upgraded since 1972. And ever notice that every LA car chase has police running red lights behind the perp? Me too.

    --
    . SLASHDOT: Home of the vicious nerd.
  49. Enhancement to this idea: by teddlesruss · · Score: 2, Insightful
    I've often thought that idle lights should have a speed camera type sensor on them, and if there's a vehicle approaching from just one direction, change the lights to give them a green wave - EXCEPT in the case of vehicles exceeding the speed limit, in which case the lights should always drop an immediate red.


    When I first thought of this, speed detectors were microwave and couldn't discriminate between one or more cars, but now with smart computing and cheap cameras, every set of lights could have speed/positional sensing, decide how many cars were at each direction, and set the green accordingly.


    An unfortunate downside would be that any car whose image moved farther than the predetermined distance for the local speed would be automatically photographed and get a speeding fine as well as getting stuck at a red light - but then, speeding in built-up areas where the lights are is bad anyway.


    But think of it - every set of lights would have inbuilt speed cameras, inbuilt redlight cameras, and be able to adjust traffic flow precisely for local conditions. Build in a link to a central database and you could preload lights with best strategies based on learned traffic behaviour...


    So yeap - it's very Big Brother, but it would save petrol, save engine and brake wear on cars, save driver patience, and save lives too. Worth a thought.

    --
    -- ted russ http://www.arach.net.au/~ted/mydynes/ http://www.arach.net.au/~ted/myblogs/
  50. A different spin. by Matrix2110 · · Score: 2, Interesting

    Where I live if you expect people to respect a red light you are mistaken. I am a very cautious driver and here is a reason why: I am sitting next to this impatient dude with a car full of people blaring the radio loud and obviously impatient sitting next to me in the front row in a double left turn lane. The speed limit for the cross traffic is 35. The light turns green. I wait to look off the possible approaches while Mr. Impatient hit the gas rather than look around. Guess what? MI did not see the red light runner that clipped the front bumper off of his car because somebody thought they could make the yellow-red.

    My spin is that if you look at the article you will notice that it changes the light immedietly.

    Having witnessed such a light change in person I noted it also cuts the yellow down to half a second.

    These devices are accidents waiting to happen.

  51. Re:Once again, Slashdot trumps logic for technolog by OSSMKitty · · Score: 2, Interesting

    The city I live in is moving away from the pavement-embedded sensors to a system that mounts a low-resolution camera above the light (facing the oncoming traffic). The camera is connected to a vehicle recognition system that can tell if traffic is approaching.

    Supposedly, this system is cheaper (repairs don't have to tear up the pavement) and more effective for just the reasons you describe. Also, it solves the problems motorcycles have with being too light to trigger the pavement sensor. The govt. claims the cameras are too low resolution to be used as surveillance.

    They didn't say how well the cameras perform in heavy rain, snow or fog, however.

  52. Might detection with cameras be easily defeated? by name_already_taken · · Score: 2, Interesting
    Integrate the IR emmitters into the headlight assemblies, and turn the headlights on.

    The parts of the CCD elements where the image of headlights focuses in the cameras could be washed out with visible light and won't show the additional IR.

    I haven't tried it, but why not?

    --
    Putting moderation advice in your .sig lowers your karma!
  53. Re:Plans? by bubbazanetti · · Score: 4, Funny

    Obviously you have never driven in Louisiana...red light means hurry up.

  54. Re:Plans? by pi+eater · · Score: 4, Funny

    yesss i'm building one in my basement right now.

    gonna bet my gf a bj that there are no red lights on our drive home tomorrow.

    wish me luck!

    geek gear

  55. it won't work as planned they are smater than that by lunatick · · Score: 2, Interesting

    Ok let a Medic who has been using these devices for 15 years shed some light on this.

    there are a few different types of devices on the market for controling traffic lights.

    The idea behind them is to turn the light red in all directions but the one that the emergency vehicle is comming from. this way the vehicle can proccede unimpeaded through the intersection.

    Most at first just required a frequency (light or radio)at first. Most if not all now require a 2nd carrier wave with a ID broadcasted. So the sensor recieves the signal, then recieves the ID carrier then changes the light. if the ID carrier is not present it doesn't work. This was done to prevent abuse by emergency vehicles while driving around not on a emergency.

    So most people will buy these not read the fine print that a ID carrier must be installed for it to work in some areas then get pissed off at losing their money.

    BTW the system i have used is the 3M Opticom (TM) system

    --
    The Lunatick, Carpe Corpus!
  56. Except that... by phorm · · Score: 4, Insightful

    Emergency vehicles are still required to stop on a Red, then proceed. Stopping at each red light before proceeding shaves off seconds, and in the case of life-threatening injuring those few seconds could be crucial.

    I'd say that it should be very, very illegal for normal people to have these devices, perhaps you could give certain traffic lights a camera that snaps the license of whomever flashed it the "green" signal, therefore determining whom is making unauthorized use of the system

    1. Re:Except that... by kaltkalt · · Score: 2, Insightful

      haven't we learned that making the use of new technology "very very illegal" in order to prevent it from being misused does not work AT ALL?

      --

      Stupid people make stupid things profitable.
    2. Re:Except that... by zurab · · Score: 2, Interesting
      I'd say that it should be very, very illegal for normal people to have these devices, perhaps you could give certain traffic lights a camera that snaps the license of whomever flashed it the "green" signal, therefore determining whom is making unauthorized use of the system


      The system is prone to abuse any way you cut it. You can easily make the use of these devices illegal by general public. You can even try to outlaw the devices themselves (although I doubt that would be successful). You can spend lots of money investing in technology, surveillance video, flash cameras, etc. in every intersection, try to determine who used the device and prosecute them, etc., etc., etc.

      In the end all it takes is a clueless pedestrian teenager with a device he assembled or purchased for $20, having nothing to do one (or many) afternoon(s) but watch how powerful he can be. It's a waste of tax money that would be better spent on more fire stations, emergency workers, and other methods of increasing the real response time.
  57. Re:Plans? by `Sean · · Score: 2, Informative

    Just do a Google search for "chrome box" and toss in some other keywords for good measure like traffic, phreak, hack, etc. Plans for these things as well as the proper timings and patterns for different cities and regions have been available for years. I built one for gits and shiggles over 10 years ago and used to play around with it. The novelty quickly wore off, however, because of the standard Garfield ism of "it's not the having, it's the getting". I used up all of my fun trying to figure out the proper timings and patterns and then actually implementing the box proved to be quite boring.

  58. Re:Thought this was an urban legend. by Vegeta99 · · Score: 2, Informative

    We have a few around here in PA. The ones that change if you "flash to pass randomly" usually have a camera-like thinger near the light itself. And yes, if you're lucky enough, you can sometimes get the right frequency to get it to change.

  59. In my town... by callipygian-showsyst · · Score: 2, Insightful
    ..the emergency vehicle's "traffic light" device makes the light RED in all directions. This way it can't possibly be abused, and makes the intersection safer to get through.

    I suspect they all work this way, and any talk about a device that makes lights green is PURE NONSENSE.

  60. Re:OT: H2 Short Bus by crucini · · Score: 2, Insightful

    Good point. Sometimes there's a tradeoff between aesthetics and practicality. The HMMV is incredibly cool, and incredibly impractical for anything non-military. The H2 is incredibly pathetic - nothing worse than a phony version of a something cool.

    The fact that this was modded down points to a problem with slashdot. I think the offtopic mod should be reserved for material that seriously disrupts the conversation. And likewise, 'troll' should be used for page-widening posts and the like, not for subtle sarcasm. It bothers me that someone took a few minutes to post something coherent and interesting and got modded down so it sinks below tons of 5-second posts saying "lol linux rules omg" or something.

  61. Boston by shadowxtc · · Score: 2, Informative

    Many of the cities (such as Revere) in the Boston area already have very smart intersections. Drive up to almost any red light here, and the inductive loop detector will notice you're there, and the lights will promptly change (if, of course, there's no line of traffic approaching on a greater right-of-way street... these are truly smart). Some actually don't use inductive loops anymore, because the contacts wear down over time, and are hard to adjust if not installed properly. Instead, they've been using those optical scanners the infrared transmitter works with. However, these scanners don't just pick up infrared - they are smart enough to detect normal vehicles approaching, and adjust the lights accordingly. There's really no reason to cheat. Also... many cities around here don't even USE the infrared transmitters. At least in Revere, the lights are centrally controlled. When a fire truck, for example, is dispatched - its course is entered into the system and the lights change accordingly, clearing traffic IN ADVANCE of the vehicle even reaching the intersections. I noticed this just a few weeks ago, and was in awe at how advanced and dependent on technology we've actually become, and just how cool it is we can save those few lives that might have needed just one or two seconds faster response time.

  62. GNUTraffic? KRAFFIC?... by TheMysteriousFuture · · Score: 2, Interesting

    Anybody know of any Open Source traffic control system? I hear a lot of people complaining about how poorly many of the lights in their city work. Maybe "we" can do better?

    Would it be feasible to code such a system as an open source project? I guess I can't think of any reason why not. Just need enough volunteers with the appropriate knowledge.

    Then of course you'd have to figure out how you'd get anyone to use it... I suppose the best way (probably the only way) would be to start a company that manufactures the control hardware. Though it likely would be very difficult to break into what is I assume well established market.

    Ideas?

    Or maybe this is just a stupid idea...

    -future

    --
    .sig
  63. Much like here actually by Sycraft-fu · · Score: 2

    In Tucson, we have the system, but it doesn't appear to change the lights. All it does is activate strobes to let drivers know they need to perk up and get out of the way. Seems to affect surrounding streets too. I'm not sure precisely how the system works but it's not an all-green, all-the-time system. None the less, our ambulances and fire trucks (cops don't get them) get where they need to go.

  64. What's Wrong with Just Jumping the Lights? by gilgongo · · Score: 3, Insightful

    Why have lights you can override at all? Why don't the emergency services just jump the lights like they do in the UK?

    If I come up to a red light, I'm stopping. If I hear an ambulance behind me, I expect it to jump the lights! The poeple on the green lane hear the ambulance and stop/slow down too.

    Works fine over here. Is there something special about US traffic?

    --
    "And the meaning of words; when they cease to function; when will it start worrying you?"
  65. Re:Once again, Slashdot trumps logic for technolog by Kymermosst · · Score: 3, Informative

    Also, it solves the problems motorcycles have with being too light to trigger the pavement sensor.

    You may have to explain this one... too light?

    The system used here works the same as a metal detector. A wire loop is embedded in the pavement (and it's not that difficult of a process you cut, insert the loop, and tar-seal) and it simply detects metal near the loop (because it changes the resonant frequency of the inductor). I've got two friends that ride motorcycles and they say it has never been a problem for them.

    --
    "Alcohol, Tobacco, Firearms, and Explosives" should be a convenience store, not a government agency.
  66. You're forgetting one detail... by CrystalFalcon · · Score: 3, Insightful

    "All Red" also gives the emergency vehicles the clearance to use the opposing lanes and any other clear space in the intersection etc, coupled with the fact that at any intersection, you ONLY want the emergency vehicles moving...no others.

    Actually, you DO want other vehicles moving. Specifically, the ones in front of the emergency vehicle. There's not always room to pull over or give way within your lane, and giving the vehicles immediately in front of you a red light will... well... stop you too.

  67. Re:This could also be used ... by butt-rock+camaro · · Score: 2, Informative

    I'm not so sure that technique would be very effective against red light/ toll cams. Here is the spec. sheet for Ilfords special purpose traffic surveilance film; it doesn't seem to be particularly sensitive to infrared. Most IR film is sensitive in the 800-900 nanometer range; this film gives up at about 775.

    The other thing to think about would be that these surveillance cameras (to photograph red light runners and whatnot) operate with flash and a pretty fast shutter speed. (1/500 or 1/1000th of a second is quick for night use; it must be powerful flash.) There is the chance that since your MIRT is flashing at say, 14Hz, and typical flash tube duration is only 1/1000th of a second or so (which means there is only IR coming out of your MIRT for 14/1000's of any given second), that the surveillance camera has a fair enough change of snapping the picture when the MIRT is not emanating light.

    What would probably be effective would be to rig a bright source of visible light near the license plate facing outwards (towards a potential camera) so that it would oversaturate the film in the vicinity of your license plate. Ideally, this could be a slave flash that would be triggered by the surveillance camera's flash, so that it would definitely be firing when the picture was taken.

    Either way, we have no red light runner cams or any surveillance cams (other than DOT video, which typically doesn't have the resolution to read plate numbers) in this area. All of this type of surveillance is done by concealed police. So, I have no incentive to test this around here.

  68. What about a free market by Rhys_Lewis · · Score: 3, Interesting

    Why not have a system where you pay as much as you like to whoever fixes/controls/maintains your local roads. You would have a box on your car that wirelessly beamed your ID number to traffic lights as you came up to them. If you were the only person at the intersection with a box, you would 'win'. If there were two people, then the one with the highest balance would win, if there were three, it would be the combined balances of the two going in one direction etc. And whatever money you donated would be reduced by 1/365 each day.

    All the money gathered would be put back into road maintenance/improvement.

    1. Re:What about a free market by JohnnyKlunk · · Score: 2, Insightful

      So your suggestion is those with less money have less right to the roads. Those that choose to make less money (ethical careers, nurses, teachers and coders that choose not to work for MS/SCO) should have to wait twice as long to get where they are going.

      I suggest a system where those who are creating the least congestion get a box that gives them right of way. Pedestrians and cycles first, then motorcycles, then cars in order of size.

  69. Comparing it to something geeks understand by Awptimus+Prime · · Score: 2, Informative


    Think of a RSA SecurID token. A 6 number sequence that both the token and the authenticator know that changes at preset intervals.

  70. No soup for you! by Awptimus+Prime · · Score: 3, Funny


    Too late, I just submitted a pantent on that technology. You may continue your research upon purchasing a license.

  71. Re:Plans? by Jellybob · · Score: 2, Insightful

    I believe the technical rules are that if an emergency vehicle driver causes an accident due to driving recklessly - even if on the way to an emergency - they can be prosecuted.

    Obviously the court will probably be lenient, since they were doing it for a good reason, but the drivers still need to be aware of the dangers they can pose by not at least slowing down a bit before hitting a red in case somebody is still driving across the intersection.

  72. Translation by LittleGuy · · Score: 2, Funny

    Originally intended only for emergency vehicles, the $300 MIRT (mobile infrared transmitter) emits an infrared beam that signals traffic signals to turn green and gives the vehicle the right-of-way. It is only a matter of time before self-centered drivers start using the devices widely to skirt traffic congestion, which is creating fears that chaos will ensue.

    Computer Support Version:
    "Let's give everyone Admin Rights!"

    Who's designing this.... Microsoft?

    --
    Mod Karma -1: I sed bad wurds. If I cep my mouf shut, I wud be at riyses.
  73. Another problem with this ... by jefeweiss · · Score: 2, Insightful

    is that you can sometimes make lights with this device change by flashing your high beams. I used to do this all the time with a light that was supposed to change with a weight sensor in the road that didn't work. The light also happened to be right next to the fire company so it had one of the sensors (not all lights in the area had them.) So, I would flash my high beams really quick on and off a couple times when I was about 50 yards from the light and it would change in time for me to go through.

    My point being, that if I can do it like that I'm sure that any system that would write tickets for this would have false positives, from just random effects such as sunlight bouncing off of chrome, or a car hitting up bump which throws the headlights up. False positives are one thing that courts have frowned upon in the past, especially in systems that try to write tickets without having a human operator present.

    1. Re:Another problem with this ... by jefeweiss · · Score: 2, Interesting

      Well, in the case I gave the light wouldn't ever change. There was one of those loops in the ground that is supposed to change the light when a car or something heavy stopped on top of it. But the loop didn't work. And the light wasn't on a timer. I once sat at the light for 5 minutes in the middle of the night. I think one car went by on the road going the other way. Five minutes is a LONG time to wait at a light in the middle of the night. I just wanted to see if it would change. Then I backed up 50 yards flashed my high beams and went on through the green light. So don't believe it if you don't want to, it's no skin off my back, but I believe it.

  74. Re:Plans? by gfxguy · · Score: 4, Funny

    Don't worry, some day maybe you'll be able to afford a gas guzzler and join a social club, too.

    --
    Stupid sexy Flanders.
  75. FYI by Joe+U · · Score: 2, Informative

    Strangely enough, the USPS (Yes, the mail) is up there with the police, fire and EMS in being able to go thru traffic lights.

  76. Read-only lights by StormReaver · · Score: 2, Interesting

    I would be very happy to have a device in my car that would tell me (and all those red light running morons) a traffic signal's current status and how much longer until the light changes status. While it wouldn't eliminate the more aggregious violators, it would give the law abiding drivers the needed information to plan their approach.

    I've seen several cases where drivers, in heavy traffic congestion, were paying too much attention to the light above them to notice the stopped car in front of them.

    I've also noticed lot of insane acceleration on the highways cutting through town when drivers see the green light a mile or so down the road. Many of them go from about 60 (the limit) to about 95 because (due to the road curvature before the light comes into view) they don't know how long the light has been green, and they smash the gas pedal in hopes that they can make it.

    Knowing the light's status and timing with certainty from an adequate distance would at least allow more informed insanity (where slowing down or keeping a legal speed would be more likely to place you at the next green light safely -- for yourself and the other drivers).