To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.roboticsOpen lugnet.robotics in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / *47459 (-20)
  Re: Coming out of the dark ages...
 
You'll need to either get the RCX 2.0 software or use NQC. As far as I know no one has (yet) managed to use the IrDa port and I believe Vista doesn't support Serial ports... you might try a USB to Serial converter, but that doesn't always work. (...) (17 years ago, 3-Mar-08, to lugnet.robotics)
 
  Re: new to nbc; invaders problem
 
(...) I will check into this when I get home this evening but I think your problem may be that BricxCC and NBC do not automatically download the .RIC files referenced in the program source code. Those must be downloaded manually, which you can (...) (17 years ago, 3-Mar-08, to lugnet.robotics.nxt, lugnet.robotics, FTX)
 
  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 (...) (17 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 (...) (17 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 (17 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:"); (...) (17 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 (...) (17 years ago, 28-Feb-08, to lugnet.robotics.nxt)
 
  Compass sensor with NXC
 
Hello, I coach a Robofest high school team, and we're using two NXT robots for the current challenge, programmed with NXC. We've been having a problem using the Compass sensor with NXC. If I use the view function on the brick (selecting Ultrsonic (...) (17 years ago, 28-Feb-08, to lugnet.robotics.nxt)
 
  Re: What should happen with the lugnet.robotics.nxt sidebar?
 
(...) Yes. (...) Links to relevant forums, community projects, NXT MOCs, tips and tricks. (...) Yes, as a chronological, easy to view, list of recent newsgroup user NXT creations. (...) Cool NXT MOCs. (...) The "Recent Items of Interest" should (...) (17 years ago, 27-Feb-08, to lugnet.robotics.nxt)
 
  Re: End effector that can "feel"
 
Hi, this is a very good solution! I really like the way this is done, even if it uses 2 sensor ports. The use of the double gear boxes to close the fingers at the same time is very nice! Really great work, excellent end effector solution. Eric (...) (17 years ago, 27-Feb-08, to lugnet.technic, lugnet.robotics)
 
  [Q] Advanced Sensors
 
Greetings- What's the best source for advanced sensors (e.g. speech recognition, speech synthesis, camera/image processor, etc.)? It was easier to ask the group than to dig on my own. :) -David (17 years ago, 27-Feb-08, to lugnet.robotics)
 
  Re: Compact track modules
 
Edmund Nussbaum schrieb: (...) Site has moved: (URL) fun eddy (17 years ago, 27-Feb-08, to lugnet.robotics)
 
  Re: What should happen with the lugnet.robotics.nxt sidebar?
 
I do not use the sidebar at all. Zitat von Jordan Bradford <jordan_bradfordREMO...mail.com>: (...) ---...--- This message was sent using IMP, the Internet Messaging Program. (17 years ago, 26-Feb-08, to lugnet.robotics.nxt)
 
  Re: What should happen with the lugnet.robotics.nxt sidebar?
 
(...) To be honest, no, as I read NXT news through lugnet.robotics and never go to lugnet.robotics.nxt... Philo (17 years ago, 25-Feb-08, to lugnet.robotics.nxt)
 
  What should happen with the lugnet.robotics.nxt sidebar?
 
Hello, LUGNET readers. In case you don't know, I'm the lugnet.robotics.nxt curator. I used to update the NXT section sidebar with [in]frequent regularity, but during the last couple months I've not done anything to it. I get busy and/or don't take (...) (17 years ago, 21-Feb-08, to lugnet.robotics.nxt, lugnet.technic, lugnet.general, lugnet.admin.curators)  
 
  Re: BricxCC-brickOS (bash) interoperability problems
 
(...) That is how BricxCC executes the command. I have already implemented the fix and it will be in the next BricxCC test release and, subsequently, in the next BricxCC official release. John Hansen (17 years ago, 20-Feb-08, to lugnet.robotics.rcx)
 
  Re: PF Speed control (and more) in NBC/NXC
 
(...) OK THANK YOU (17 years ago, 20-Feb-08, to lugnet.robotics.nxt)
 
  Re: BricxCC-brickOS (bash) interoperability problems
 
(...) Yes, I have verified that removing the end of line char in the command line, the old bash is also working normaly. To test that I am executing the following in a windows command terminal: D:>bash file.cmd I am not sure if BricxCC is executing (...) (17 years ago, 20-Feb-08, to lugnet.robotics.rcx)
 
  Re: PF Speed control (and more) in NBC/NXC
 
(...) I am in the middle of creating new API functions for NBC/NXC which will enable the same PF motor control via the mindsenors NRLink device. They should be done and in an official beta (b35) by the end of the week. John Hansen (17 years ago, 20-Feb-08, to lugnet.robotics.nxt)
 
  PF Speed control (and more) in NBC/NXC
 
hello, I've read the news on nxtasy.org that the new test release of bricxCC can control the speed of PF motors via the Hitechnic IrLink.. is it possible to do the same thing with the mindsensors irlink ? thank you Cristian (17 years ago, 20-Feb-08, 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