RoboMoon, I suggest you stick with LEGOs GUI programing... everything is better with GUI. Doesn't mean I'm not a fan of DOS...
Title: Re: NXT
Post by: awally88 on August 14, 2010, 07:48:31 AM
@Voyager2 I installed a java machine on my NXT brick. It makes everything so much nicer to use than the Lego GUI.
@RoboMoon Have you tried something even more basic? I've never used Bricx but try using something heaps simple like turning on a motor forever.
task main() { while (1); ///Keep Running forever { OnFwd(OUT_AC, 70); //Set motor going forward } }
Title: Re: NXT
Post by: voyager2 on August 15, 2010, 06:41:41 AM
Now I am trying to learn NXC but in the mean time, I've become a LEGO NXT-G master...
@RoboMoon i suggest you use NXC, it's based on C. If you are a "hardcore" NXTer you can probably figure out how to program the ARM and AVR. Can't remember the name of the ARM but both it and the ATmega48 (which controls the servos) are made by ATmel.