 | | Re: NQC programming guide
|
|
I think you need to learn to program in text-based languages in general, first. Since NQC stands for "Not Quite C," you should learn the basics of programming in C or C++. (URL) sure someone will come in here and decry that approach and tell you to (...) (18 years ago, 5-Dec-06, to lugnet.robotics)
|
|
 | | Re: NQC programming guide
|
|
(...) So why use an array with say 5 values and not 5 variables? (...) so it's always +1, not like my pocket calculator which will keep adding the original value of x if I use a double + (5++ =10, 15, 20, etc.) (...) (18 years ago, 5-Dec-06, to lugnet.robotics)
|
|
 | | Re: NQC programming guide
|
|
(...) I wouldn't say I was a great programmer either. An array is simply a sequence of memory variables (say 1-10) that can be accessed via their numeric position. x++ If you write x++ in your code and x=1, once used, one will be added to it so it (...) (18 years ago, 5-Dec-06, to lugnet.robotics)
|
|
 | | NQC programming guide
|
|
I've been lurking on the forum for some time now, and it's about time I asked a few questions. I've read Mark Overmars' "Programming Lego Robots and using NQC" and am going through Dave Baum and John Hansen's "NQC Programmer's Guide". both are (...) (18 years ago, 5-Dec-06, to lugnet.robotics)
|
|
 | | Re: NXT with C#
|
|
Hi Alex, I know of two tools presently available that enables you to control the NXT with C#: (...) (18 years ago, 5-Dec-06, to lugnet.robotics)
|
|
 | | Re: NXT with C#
|
|
(...) I'm just starting out with the NXT, myself, but it should be a straightforward process to wrap the (URL) fantom SDK library> as either a DLL or an ActiveX control. I've got about three other programming projects going on at the moment, but (...) (18 years ago, 4-Dec-06, to lugnet.robotics, FTX)
|
|
 | | NXT with C#
|
|
Hi All, Is there any COM object or DLL that I can use to access NXT unit with C#? Alex (18 years ago, 4-Dec-06, to lugnet.robotics)
|
|
 | | Re: rate gyro
|
|
(...) Have you checked out any of the gyro sensors @ www.sparkfun.com ? (18 years ago, 25-Nov-06, to lugnet.robotics)
|
|
 | | Re: rate gyro
|
|
does anyone know of a single-axis rate gyro that would be easy to hook up to either classic mindstorms or NXT? (...) ___...___ (...) ___...___ Want to start your own business? Learn how on Yahoo! Small Business. (URL) (18 years ago, 25-Nov-06, to lugnet.robotics)
|
|
 | | Re: USB Tpwer Problem
|
|
(...) John, Thanks for your reply. Your suggestion was the first thing I did. We just found the problem with RCX. It was due to students adding sound to the robot with the line MuteSound(). It was one of the programs I used for testing. So when the (...) (18 years ago, 25-Nov-06, to lugnet.robotics)
|