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 / *31404 (-20)
  IRC
 
Anyone who is a regular user of IRC can join my channel #LegoMindstorms (on dalnet). Coma and chat or give/recieve assistance. If you join you are welcome to Ops because anyone in here will know more about Mindstorms than me as i know almost (...) (24 years ago, 16-Jan-02, to lugnet.robotics.rcx.nqc)
 
  IRC
 
Anyone who is a regular user of IRC can join my channel #LegoMindstorms (on dalnet). Coma and chat or give/recieve assistance. If you join you are welcome to Ops because anyone in here will know more about Mindstorms than me as i know almost (...) (24 years ago, 16-Jan-02, to lugnet.robotics.rcx.java)
 
  IRC
 
Anyone who is a regular user of IRC can join my channel #LegoMindstorms (on dalnet). Coma and chat or give/recieve assistance. If you join you are welcome to Ops because anyone in here will know more about Mindstorms than me as i know almost (...) (24 years ago, 16-Jan-02, to lugnet.robotics.rcx)
 
  Re: Help! Hanyboard Assembly Testing problem!---I think solved!
 
Hey! I've put in the memory, and the LCD screen, and I have interactive C running! Pretty cool that I can print messages to the screen. So problem solved! Anyone have some good instructions on how to properly desolder a part? I almost screwed up my (...) (24 years ago, 17-Jan-02, to lugnet.robotics.handyboard)
 
  Re: threads
 
Albert (...) yea, I see what you are getting at. I am sure that I was hitting the bumper while the threads were still alive, but I will check again. I think this also points out some of the dangers of just dumping in some poorly thought out dummy (...) (24 years ago, 17-Jan-02, to lugnet.robotics.rcx.legos)
 
  Re: My Ambulators
 
Using the programming environment that comes with Mindstorms is a little frustrating in that I want to simply capture data streams in a data file and dump it to, say, a spreadsheet. What I've found myself doing is using the LCD window on the rcx (...) (24 years ago, 17-Jan-02, to lugnet.robotics, lugnet.technic)
 
  Lego Studios Cam and Macintosh
 
I've spent the better part of the night looking for drivers to get this combo working. While I don't expect to use the included software (windows only), I've never had such difficulty finding drivers for a usb camera before. Does anyone have any (...) (24 years ago, 17-Jan-02, to lugnet.robotics)
 
  Reaching back to the past ...
 
Fred, You recently pointed to the new "cricket" controller. Its pretty cool, however as you recall I am a big fan of the Miniboard, having used several in various robots over the years. I recently got a kit from Microchip that they use to teach (...) (24 years ago, 17-Jan-02, to lugnet.robotics.handyboard)
 
  Re: USB tower flow control question
 
(...) Yup - this is what happens for me also. (...) Yup (although often needs a physical unplug/replug as well for me). (...) I believe it's not the tower, it's the USB subsystem that is 'jammed'. The 0.5 version of the legousbtower.c driver is not (...) (24 years ago, 17-Jan-02, to lugnet.robotics)
 
  Senshist.icb etc
 
Fellow Lugnuts, I'm working with some of the files in Fred's 'Robotic Explorations' book and would like to use the Sensor History Routines (page 291, Section 6.5.7). Between the HB software pages and the book publisher's website, I've managed to get (...) (24 years ago, 17-Jan-02, to lugnet.robotics.handyboard)
 
  Re: newbie again part 2
 
Actually, I wouldn't recommend using the simulator. My original intention was to develop the core of a simulator thus enabling other people to make a full-fledged application with nice menus and dialog boxes. Since that hasn't happened, the (...) (24 years ago, 17-Jan-02, to lugnet.robotics.rcx.nqc)
 
  Re: SDK 2.0
 
(...) Umm. When I installed the new SDK it worked just fine, but I downloaded it from a different site: (URL) you could try replacing the troublesome file with the original one on your Windows installation CD. --Ian (24 years ago, 17-Jan-02, to lugnet.robotics.rcx)
 
  Re: Row of Racks and 8T Gear, HELP!
 
I suggest you rework and use a 16T gear. I have used rack drives a lot and they do not mesh well with the 8T gear. -- Bob Fay THE SHOP (URL) Barile" <sebarile@sstanamera.com> wrote in message news:Gq1tFE.DHF@lugnet.com... (...) a (...) obstructions (...) (24 years ago, 16-Jan-02, to lugnet.robotics)
 
  Re: threads - bug in the firmware?
 
(...) As pointed by Albert Huang, you cannot call kill() with an "invalid" pid. Actually, the comment above kill() in tm.c says: //! kill a process /*! \param pid must be valid process ID, or undefined behaviour will result! The function updates (...) (24 years ago, 16-Jan-02, to lugnet.robotics.rcx.legos)
 
  Row of Racks and 8T Gear, HELP!
 
Hi All, I'm basically making a plotter. I'm using 2 parallel rows of 1x4 racks as a track. When the powered 8 tooth gear crosses from one rack to the next it tends ride up on top of the teeth of the rack. I can't seem to find out what's going on. (...) (24 years ago, 16-Jan-02, to lugnet.robotics)
 
  Re: threads
 
two of your threads terminate shortly after being started (...) as far as I know, legOS provides no functionality for determining whether or not a thread is alive or not. You need to keep track of this yourself (e.g. using a variable/flag that gets (...) (24 years ago, 16-Jan-02, to lugnet.robotics.rcx.legos)
 
  Re: threads - bug in the firmware?
 
Hi again I have now totally stripped down my code to a minimum and I am still having problems with the code hanging up. I can see nowhere where there can be a fault. I am a long way from being an expert, but is it possible there is a bug in the (...) (24 years ago, 16-Jan-02, to lugnet.robotics.rcx.legos)
 
  Re: Help! Hanyboard Assembly Testing problem!---I think solved!
 
so there was a bridge between Rx and Tx! that would do it. let us know if things are working now. fred (...) (24 years ago, 16-Jan-02, to lugnet.robotics.handyboard)
 
  USB tower flow control question
 
Hi there, The more serious problem observed when trying to get legousbtower, usb-uhci and nqc to work togeher was that the tower hanged after one complete round trip. (nqc and legousbtower works with uhci on my setup but not with usb-uhci.) Usb-uhci (...) (24 years ago, 16-Jan-02, to lugnet.robotics)
 
  The USB tower toggle question.
 
Hi there, As not everybody was able to get the legousbtower to work with nqc, I am trying to look into what make usb-uhci failed to work with nqc on my setup while uhci worked. One observation I made was that usb-uhci would skip dma'ing the data (...) (24 years ago, 16-Jan-02, to lugnet.robotics)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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