 | | Coming out of the dark ages...
|
|
Hi, I am just coming out of my (second) 'dark ages', now that my kid has turned 5y and is starting to build LEGO, so I can get my LEGO out of the stores again... I didn't have the time yet to check all postings, but can someone quickly fill me in (...) (18 years ago, 3-Mar-08, to lugnet.robotics)
|
| |
 | | new to nbc; invaders problem
|
|
I'm just getting started with bricxcc (and winxp on my mac), so I'm hoping there's something painfully obvious I'm missing. I've compiled and run a few simple nbc and nxc programs (mostly from John's book), but invaders.nbc isn't working for me. I (...) (18 years ago, 2-Mar-08, to lugnet.robotics.nxt, lugnet.robotics, FTX)
|
| |
 | | Re: Compass sensor with NXC
|
|
(...) I emailed Karen with the solution to her problem. This can trip you up if you aren't careful. Drawing values to the screen can confuse you if you draw over the top of an existing number without clearing the screen first. John Hansen (18 years ago, 29-Feb-08, to lugnet.robotics.nxt)
|
| |
 | | Re: Compass sensor with NXC
|
|
(...) Hi John, We're using the HiTechnic sensor. I've contacted you directly with a copy of the program, and here it is if anyone else has an idea for us: task main() { SetSensorLowspeed(IN_2); int dir; ClearScreen (); TextOut (32, 48, "Heading:"); (...) (18 years ago, 28-Feb-08, to lugnet.robotics.nxt)
|
| |
 | | Re: Compass sensor with NXC
|
|
(...) Which compass sensor are you using, the HiTechnic one or the Mindsensors one? Are you using a low level API function to read its value or are you using one of the newer API functions specific to the compass sensor? Can you email me your (...) (18 years ago, 28-Feb-08, to lugnet.robotics.nxt)
|