| | Re: Line Follower
|
|
(...) Thanks Steve! It's perfect. I will use it in one of the NXT robots. But now, part of this project is to show some comunications between two robots, (and the other one is a RCX driven. It will also follow a line). I saw some time ago a small (...) (18 years ago, 3-Jan-07, to lugnet.robotics.nxt, lugnet.robotics)
|
|
| | Re: How to implement continuous drive with NXT motors?
|
|
"John Brost" <john.brost@gmail.com> skrev i en meddelelse news:JB9BCx.Bt7@lugnet.com... (...) Aaargh. I looked into the complete collection of blocks again. I had only noticed the "Motor" block for legacy motors, not the one for NXT motors. Of (...) (18 years ago, 3-Jan-07, to lugnet.robotics.nxt)
|
|
| | Re: Line Follower
|
|
(...) Patrick, I've made a block for NXT-G (the software that comes with the NXT) that does all the "line-following" stuff. All you need to do is put it in a loop, and set the parameters... (URL) (18 years ago, 2-Jan-07, to lugnet.robotics.nxt)
|
|
| | Line Follower
|
|
Hi, I am starting a project for robotics in my daughter school, and I want to show a line follower example. The goal is to make the kids mount a custom path mande from EVA tiles with the line printed in it, and the robot will make this path. So, the (...) (18 years ago, 2-Jan-07, to lugnet.robotics.nxt)
|
|
| | Re: How to implement continuous drive with NXT motors?
|
|
(...) I'm not exactly following what you want here, but if you want a block that will turn on a motor, and then move on to another block, what you probably want is a "MOTOR" block, not a "MOVE" block. Using a Motor block, you can choose all kinds of (...) (18 years ago, 2-Jan-07, to lugnet.robotics.nxt)
|
|
| | 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)
|