To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.nxtOpen lugnet.robotics.nxt in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / NXT / 311 (-20)
  Re: Text languages for programming NXT?
 
That helps a lot, John - thank you very much! (18 years ago, 4-Jan-07, to lugnet.robotics.nxt)
 
  Re: Text languages for programming NXT?
 
(...) To the best of my knowledge, there isn't a version of Java for the NXT yet. Brian Bagnall could say for sure but I expect it won't be long before there is something like leJOS for the NXT. NBC is available for multiple platforms (Win32, Mac (...) (18 years ago, 4-Jan-07, to lugnet.robotics.nxt)
 
  Re: Text languages for programming NXT?
 
(...) Hi Brian, I have a very strong preference for RobotC. The executing code runs very fast, and it is a full C programming language. Kevin (18 years ago, 4-Jan-07, to lugnet.robotics.nxt)
 
  Re: Text languages for programming NXT?
 
(...) Hi Brian, I have a very strong preference for RobotC. The executing code runs very fast, and it is a full C programming language. Kevin (18 years ago, 4-Jan-07, to lugnet.robotics.nxt)
 
  Text languages for programming NXT?
 
What text-based languages are available right now for programming the NXT? And which of them are somewhat mature at this point? A Google search turns up a few, such as NBC and NNQC and even a version of Java for the NXT, but what's the popular (...) (18 years ago, 4-Jan-07, to lugnet.robotics.nxt)
 
  Re: Connect BT devices to the NXT without a passkey?
 
(...) Thanks for the good info -- I had forgotten that BT allows for so many services. Mindsensors' Playstation 2 controller interface must be converting the "human interface" signals into serial port messages. Now that the official firmware can be (...) (18 years ago, 4-Jan-07, to lugnet.robotics.nxt, FTX)
 
  RE: NXT Optimized Array Handling
 
I would suggest that the easiest way to understand how standard firmware handles arrays is to go to the NI web site and do a search on something like "efficient LabVIEW memory management" which will result in a nice description of how LabVIEW (...) (18 years ago, 30-Dec-06, to lugnet.robotics.nxt)
 
  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)
 
  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 (...) (18 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 (18 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 (...) (18 years ago, 1-Jan-07, 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