To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.roboticsOpen lugnet.robotics in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / *45823 (-20)
  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) (19 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 (...) (19 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 (...) (19 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 (...) (19 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 (...) (19 years ago, 2-Jan-07, to lugnet.robotics.nxt)
 
  Re: straight line differential drive code
 
(...) I built a project to do just what you want. In a tracked vehicle I have each track driven by a separate motor and each also drives one side of a 'differential' but in opposite directions. If both motors run exactly the same speed the sum is (...) (19 years ago, 2-Jan-07, to lugnet.robotics)
 
  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 (...) (19 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 (...) (19 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 (19 years ago, 2-Jan-07, to lugnet.robotics.nxt)
 
  NBC Control of RCX Sensors
 
Has anyone tried to control the RCX sensors with NBC? I have the converter cable and hooked up my RCX light sensor, but only got back readings of 53 (percent full scale). I used the NBC SetSensorLight command which should set the sensor to turn on (...) (19 years ago, 2-Jan-07, to lugnet.robotics.nxt)
 
  Re: How to implement continuous drive with NXT motors?
 
I am not a NXT-G expert. I'm a programmer, so I moved to NBC pretty quickly. It's much easier for me to do things in a language than with graphics (not to mention the programs are 1/10 the size of NXT-G). Good Luck! David (19 years ago, 1-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:JB3HDF.3EL@lugnet.com... (...) I suppose you have to make the change between drive direction blocks by means of some "until sensor actuated" block, then? This was my very first (...) (19 years ago, 1-Jan-07, to lugnet.robotics.nxt)
 
  Re: Connect BT devices to the NXT without a passkey?
 
In article <JAynn0.90L@lugnet.com>, Jordan Bradford <jordan_bradfordREMO VE_THIS_SPAM_THINGY@...tmail.com> writes (...) I have not tried this, but I would expect it to work. (...) Alas, this will not work. Bluetooth is just a means of carrying (...) (19 years ago, 31-Dec-06, to lugnet.robotics.nxt)
 
  Re: straight line differential drive code
 
(...) Just one rotation sensor. The differential gives you the difference (hence the name) of the two sides. If it's zero, you're driving straight. A positive rotation means you are turning one way, and negative is the other. It's not pseudocode, (...) (19 years ago, 31-Dec-06, to lugnet.robotics)
 
  straight line differential drive code
 
Does anyone have some RCX code to make a simple differential drive (2 independent motor/wheel combinations) with 2 rotation sensors drive straight. I'm sure it's been done many, many times before and I don't want to reinvent the wheel here. NQC or (...) (19 years ago, 31-Dec-06, to lugnet.robotics)
 
  straight line differential drive code
 
Does anyone have some RCX code to make a simple differential drive (2 independent motor/wheel combinations) with 2 rotation sensors drive straight. I'm sure it's been done many, many times before and I don't want to reinvent the wheel here. NQC or (...) (19 years ago, 31-Dec-06, to lugnet.robotics)
 
  Re: Sending program by bluetooth
 
Hi Jan, I had asked this question of John Hansen a while back. His response follows. Note that this reduced my connection time in BricxCC from 17 seconds to 3 seconds. "First use NeXTTool.exe to create a nxt.dat file like so: nexttool -listbricks > (...) (19 years ago, 30-Dec-06, to lugnet.robotics.nxt)
 
  Re: How to implement continuous drive with NXT motors?
 
Hi David, For the motor block, did you choose "Unlimited" in the "Duration" field dropdown box? It defaults to 1 "Rotation". David Wallace "David List" <zerobuttons@gmail.com> wrote in message news:JB3A0n.2MH@lugnet.com... (...) block (...) (19 years ago, 30-Dec-06, to lugnet.robotics.nxt)
 
  How to implement continuous drive with NXT motors?
 
Can anyone here help me get continuous drive with NXT motors? I am using NXT-G now, while getting a feel for Mindstorms NXT. I experience that I am unable to get continuous drive with the motors when shifting from one block to another. The speed (...) (19 years ago, 30-Dec-06, to lugnet.robotics.nxt)
 
  Sending program by bluetooth
 
Dear All, I send a program compiled (NBC) with the Bricx Command Center to my NXT with a Bluetooth connection. It takes a relative long time before my NXT is ready to run. Is this normal? Can I improve this time? Regards, Jan Kromhout (...) (19 years ago, 29-Dec-06, to lugnet.robotics.nxt)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR