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 / *31724 (-20)
  Re: Sensor Connector
 
(...) Actually, you can make a half way decent replica of the Lego two plate high connector at this point quite easily. When you prepare the 2x2 piece of the electric plate, cut the center circular section away from the underneath. Then, solder the (...) (23 years ago, 6-Feb-02, to lugnet.robotics.handyboard)
 
  Re: Sensor Connector
 
I've bought some lego electric plates (part 5037) from lego.com, and they seem to be withstanding the heat of a soldering iorn quite well (that was my fear... that I would turn them into bubbling messes). Actually they're holding up better than the (...) (23 years ago, 6-Feb-02, to lugnet.robotics.handyboard)
 
  Sensor Connector
 
I currently have lego motors and wires that I have used with the RCX but now Im using the Handy Board. The book explains how to connect the motor to the handy board by connecting a wire to a sensor connector but it doesnt state where to get such a (...) (23 years ago, 6-Feb-02, to lugnet.robotics.handyboard)
 
  Re: Ultrasonic Sensor
 
(...) Sound travels on the order of 333m per second, so with the 3ms interval between sensor readings you will get a resolution of 1m. You could try some heavy machine level hackery inside legOS or leJOS to read the sensors in a shorter interval, I (...) (23 years ago, 6-Feb-02, to lugnet.robotics)
 
  Re: Ultrasonic Sensor
 
(...) let (...) Thanks for that Steve. My circuit will be based on the latter of the two possibilities. It is based on a design by RA Penfold from Electronics and Beyond (Sept.2001) so I'm basically doing construction by numbers! However, the thesis (...) (23 years ago, 6-Feb-02, to lugnet.robotics)
 
  Re: Ultrasonic Sensor
 
(...) Yep - I thought so...for things like cameras where these things are in common use, the need is only to know the range to the nearest object. I don't even know if the other things (multiple object detection and size/reflectance estimation) are (...) (23 years ago, 6-Feb-02, to lugnet.robotics)
 
  Re: Ultrasonic Sensor
 
(...) let (...) Thanks for that Steve. My circuit will be based on the latter of the two possibilities. It is based on a design by RA Penfold from Electronics and Beyond (Sept.2001) so I'm basically doing construction by numbers! However, the thesis (...) (23 years ago, 6-Feb-02, to lugnet.robotics)
 
  Help with Homebrew sensor
 
Hi all, my name is Francis (from Spain). I've read Extreme MindStorms and I decided to put my hands on and build some new sensors. I began with the optointerrupter, but have a little trouble. When I connect the sensor to the RCX I can't get a stable (...) (23 years ago, 6-Feb-02, to lugnet.robotics)
 
  Re: Ultrasonic Sensor
 
(...) I guess the first question I'd ask is "What interface does the sensor present to the RCX?" I imagine there are two possibilities: It could be a raw interface that let you send an acoustic "PING" on command and read a voltage back telling you (...) (23 years ago, 6-Feb-02, to lugnet.robotics)
 
  Real time operating system resources
 
Now that my interest has been piqued by the multiplexer problem (and sensing problem in general), what would some of you hardened embedded/real-time system veterans recommend for reading on the subject. Two books that I've found at Amazon.com are (...) (23 years ago, 6-Feb-02, to lugnet.robotics.rcx.legos)
 
  Ultrasonic Sensor
 
Hello all. This topic might be a bit old hat for some of you, but as a relative newbie to the world of Mindstorms, I'm posting in the appeal for any information on Ultrasonic Sensors. The brief of my honours project was to design and build one such (...) (23 years ago, 6-Feb-02, to lugnet.robotics)
 
  Re: Power to RCX
 
Success! It works now, and gives 9.2 volts according to the RIS software. You were right, I did have it backwards. Thanks. (...) (23 years ago, 5-Feb-02, to lugnet.robotics.rcx)
 
  Re: multiplexor and legOS
 
(...) I'm just checking this thing out. You can look at: (URL) more information. Unfortunately, I got the .ps description file but not the source code patch file. A mail asking for it is on it's way ;) Mike (23 years ago, 5-Feb-02, to lugnet.robotics.rcx.legos)
 
  Re: multiplexor and legOS
 
(...) Actually, something like this has been documented and done by Pedersen, Christensen, Rasmussen ("Prioritized Interrupts in LegOS"). They actually document the problem of sensor misses related to task management, significantly reducing the (...) (23 years ago, 5-Feb-02, to lugnet.robotics.rcx.legos)
 
  Re: Running Vision Command on XP
 
(...) I now have Studios up and running within XP. I had to download a new driver from the Logitech site for the camera and then it was just a case of setting the compatibility option for Lego Studios so that it thinks it is still running in Win (...) (23 years ago, 5-Feb-02, to lugnet.robotics.vc)
 
  Re: multiplexor and legOS
 
(...) Most people's legOS kernels will be compiled so msleep uses wait_event. I haven't looked at the code, but my understanding of how wait_event works is that whenever that thread becomes eligible to execute, your even function is called. (...) (23 years ago, 5-Feb-02, to lugnet.robotics.rcx.legos)
 
  Re: multiplexor and legOS
 
Try the following code fragments. [Change to fixed spacing font so that it reads easily.] You should be able to find what you need. "Mark Falco" <> wrote in message news:Gr1MBL.Dop@lugnet.com... (...) <<..snip..>> (...) These are code fragment for (...) (23 years ago, 5-Feb-02, to lugnet.robotics.rcx.legos)
 
  Re: multiplexor and legOS
 
Ok, my last port didn't make much sense let me try that again. for an active sensor ds_handler will periodically power the sensor off to read the value. The standard firmware does this to but at a different interval. I'm wondering if this is part of (...) (23 years ago, 5-Feb-02, to lugnet.robotics.rcx.legos)
 
  Re: multiplexor and legOS
 
Since I'm now fairly sure that i've got the timing taken care of I'm wondering if the power cycling that ds_handler does is somehow causing the problem? I thought I might take control of this stuff in my test code. I assume if I set the sensor for (...) (23 years ago, 5-Feb-02, to lugnet.robotics.rcx.legos)
 
  Re: multiplexor and legOS
 
(...) It looks like the semaphore task_sm should prevent another task from being scheduled if I hold it for the length of the train. I've now tried this as well as incresing the timeslice to 100ms. It looks better but still is not consistent. Since (...) (23 years ago, 5-Feb-02, to lugnet.robotics.rcx.legos)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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