 | | Re: Ultrasonic sensor interactions
|
|
(...) I was the one that mentioned that I couldn't find a way from the SW I have to turn the US sensor off. That said, I don't think it's time yet to worry about intractable problems: A hundred of us or so have been playing with this stuff for a (...) (19 years ago, 21-May-06, to lugnet.robotics)
|
|
 | | Re: Ultrasonic sensor interactions
|
|
(...) Wow! That's a lot lower than I'd have expected - at that frequency there is a good risk of harmonics from normal sound interfering with it. (...) Right - 350 meters per second is pretty slow by computer standards. (...) (Not to mention things (...) (19 years ago, 21-May-06, to lugnet.robotics)
|
|
 | | Re: Ultrasonic sensor interactions
|
|
(...) The device operates at 40kHz, the transmit and receive piezo devices are only resonant at that frequency. Even though the measurement period is short (time from transmit to time to receive) it is necessary to wait quite a while for the sound (...) (19 years ago, 21-May-06, to lugnet.robotics)
|
|
 | | Re: Ultrasonic sensor interactions
|
|
(...) The 'Aloha' protocol was the predecessor of this. (...) Someone earlier told us that the thing runs all the time and can't even be shut off. That being the case, I think we're pretty much doomed. (...) Yes - but the relatively low frequency at (...) (19 years ago, 21-May-06, to lugnet.robotics)
|
|
 | | Re: Ultrasonic sensor interactions
|
|
(...) How about a single computer that was Bluetooth accessable. The server could act as a "lockable" resource that a NXT could acquire prior to doing the US detection. Then the NXTs don't need to know about each other, just the main server (and it (...) (19 years ago, 21-May-06, to lugnet.robotics)
|
|
 | | Re: Ultrasonic sensor interactions
|
|
The problem here is the management of a single shared resource, i.e. the air through which the ultrasonic signals travel. The lack of a Bluetooth broadcast mechanism makes the implementation of a conventional resource locking system difficult, but (...) (19 years ago, 21-May-06, to lugnet.robotics, FTX)
|
|
 | | Re: Ultrasonic sensor interactions
|
|
(...) This is a great idea except for one very important item: there is no such thing as a broadcast message (ie: a message sent to everyone) using Bluetooth. So for any such system to work, each robot has to know about every other robot, and send (...) (19 years ago, 21-May-06, to lugnet.robotics)
|
|
 | | Re: Ultrasonic sensor interactions
|
|
(...) The problem with that is that both NXT machines may be listening. Neither hears anything - so both decide to emit a ping - and they still interfere with each other. The nasty part is that even if you can detect that an interference happened, (...) (19 years ago, 20-May-06, to lugnet.robotics)
|
|
 | | Re: Ultrasonic sensor interactions
|
|
(...) A better alternative would be to develop protocols in which the NXT controllers use their communications to tell each other what they are about to do. If you can sent a message that says "I'm about to do an ultrasound 'ping' - so you'd better (...) (19 years ago, 20-May-06, to lugnet.robotics)
|
|
 | | Re: Ultrasonic sensor interactions
|
|
(...) Very feasible... IF you could turn the US sensor off. As near as I can determine, the US sensor, when connected, is never off: it is always emitting a series of "pings" (you can actually hear a "click" from the sensor if you are really close). (...) (19 years ago, 20-May-06, to lugnet.robotics)
|