| | Re: How to implement continuous drive with NXT motors?
|
|
"David Wallace" <dww.robotics@gmail.com> skrev i en meddelelse news:JB74z0.K8v@lugnet.com... (...) Same here, except my move will be to Java which I know best. I may try out NBC at some point. It seems to me the downramp in speed when using the (...) (18 years ago, 2-Jan-07, to lugnet.robotics.nxt)
|
|
| | Bluetooth/Brick
|
|
Dear all, I'm working now with a bluetooth to communicate with my NXT. The comport is COM7. When I run NXT Remote the NXT is responded to the commands. When I run BricxCC the Bluetoot is not recognite, message no connection to the programmable (...) (18 years ago, 2-Jan-07, to lugnet.robotics.nxt)
|
|
| | Re: NBC Control of RCX Sensors
|
|
(...) The RCX sensor itself does not work without activating its LED. IN_TYPE_REFLECTION is the mode you should use with it (IN_TYPE_LIGHT_INACTIVE and IN_TYPE_LIGHT_ACTIVE are for NXT light sensor). As you noticed, the RCX light sensor has some (...) (18 years ago, 2-Jan-07, to lugnet.robotics.nxt)
|
|
| | Re: NBC Control of RCX Sensors
|
|
Another observation. It seems that the IN_TYPE_LIGHT_INACTIVE is really not meant to be used with the RCX light sensor. There is very little sensitivity with this setting. The IN_TYPE_REFLECTION setting is much more sensitive. Too bad that we lost (...) (18 years ago, 2-Jan-07, to lugnet.robotics.nxt)
|
|
| | Re: NBC Control of RCX Sensors
|
|
OK, I answered my own question. I just needed to set the sensor type to: IN_TYPE_LIGHT_INACTIVE for RCX light sensor with the LED ON IN_TYPE_REFLECTION for RCX light sensor with the LED OFF (18 years ago, 2-Jan-07, to lugnet.robotics.nxt)
|