Programming Interface: Experiences and Level of Creation

AI Thread Summary
The discussion highlights the programming capabilities of the RCX robotics kit, emphasizing its utility as an introductory tool for AI and robotics. The basic programming interface is described as elementary, with examples showcasing impressive outcomes despite its simplicity. For more advanced programming, users can utilize NQC (Not Quite C), which allows for tackling more complex challenges, or BrickOS, which provides a full C/C++ programming environment. Both options involve writing and compiling code on a PC, which is then downloaded to the RCX for autonomous operation. The RCX communicates with the PC via infrared, enabling data exchange and remote control, thus offering a wide range of functionalities. An example project, a cube solver, is also mentioned as a notable application.
cscott
Messages
778
Reaction score
1
Has anyone had any experience with this? I'm interested in what the programming interface is like and what level of stuff you can make.
 
Computer science news on Phys.org
They're a lot of fun, and very useful as an intro to ai and robotics. I've never tried the RCX code that comes with the kit; it'sprogramming at a very elementary level, although they give examples of some fairly impressive stuff given the simplicity of the code.

For more a bit more advanced programming you can install NQC, a free download at http://bricxcc.sourceforge.net/nqc/. NQC (Not Quite C) can be used to attack some fairly challenging problems.
Or you can install BrickOS, also free:
http://brickos.sourceforge.net/ which gives you a full C/C++ environment.

With all of the above, the program is written and compiled on a pc, and the compiled code is downloaded to the RCX, which then operates autonomously. It communicates with the pc via infrared, can send data back to the pc, and can also be controlled by the pc via the infrared, so there's really a vast range of things you can do with it. You might get a kick out of this one, for example: http://jpbrown.i8.com/cubesolver.html
 
In my discussions elsewhere, I've noticed a lot of disagreement regarding AI. A question that comes up is, "Is AI hype?" Unfortunately, when this question is asked, the one asking, as far as I can tell, may mean one of three things which can lead to lots of confusion. I'll list them out now for clarity. 1. Can AI do everything a human can do and how close are we to that? 2. Are corporations and governments using the promise of AI to gain more power for themselves? 3. Are AI and transhumans...
Sorry if 'Profile Badge' is not the correct term. I have an MS 365 subscription and I've noticed on my Word documents the small circle with my initials in it is sometimes different in colour document to document (it's the circle at the top right of the doc, that, when you hover over it it tells you you're signed in; if you click on it you get a bit more info). Last night I had four docs with a red circle, one with blue. When I closed the blue and opened it again it was red. Today I have 3...

Similar threads

Replies
7
Views
2K
Replies
8
Views
2K
Replies
2
Views
1K
Replies
15
Views
2K
Replies
2
Views
2K
Back
Top