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 / *47454 (-20)
  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)
 
  LDCC control from PC
 
Hello people, I got a bit tired of compiling and uploading programs to a second RCX every time I need to make a small change (ok, adding the possibility to do adjustments with the remote control helps a bit), so I decided to make a win-program that (...) (17 years ago, 19-Feb-08, to lugnet.trains, lugnet.robotics.rcx, FTX)
 
  Re: BricxCC-brickOS (bash) interoperability problems
 
(...) Thank you very much for investigating this problem. I looked into it a while back and was very puzzled as to why it no longer worked after I upgraded my cygwin install. If I delete the EOL at the end of the command line it will work? (...) I (...) (17 years ago, 19-Feb-08, to lugnet.robotics.rcx)
 
  BricxCC-brickOS (bash) interoperability problems
 
Hi all. I am using BicxCC versión 3.3.7.17 with my RCX and brickOS. Recently I have updated my cygwin versión and now I am experiencing problems: I got the following general error trying to compile: "Compile Failed Unknown GNU error code (-1)" After (...) (17 years ago, 17-Feb-08, to lugnet.robotics.rcx)
 
  Re: University meets NXT
 
(...) The official student project is called "MATLAB meets LEGO Mindstorms". The Website (in English), including a little robot gallery is located here: (URL) posted before, the official homepage is: (URL) you can download the "RWTH - Mindstorms NXT (...) (17 years ago, 17-Feb-08, to lugnet.robotics)
 
  Re: Power Function control with RCX and BrickOS
 
(...) Hey Bob I have just tested your code, and it works good.But is it possible that you could write some documentation to your code, it would be nice to fully understand what your doing. Best regards Kim Andersen (17 years ago, 17-Feb-08, to lugnet.general, lugnet.technic, lugnet.trains, lugnet.robotics, FTX)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR