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 / *37865 (-20)
  Re: Modifying the BrickOS source code
 
Thanks to all with the help, I finally got my new News setup info (my original login wasnt working so I had to re-sign up but it took about 2 weeks to hear from lugnet, so Charlie posted some stuff for me). I am looking at mm.c for my project and I (...) (22 years ago, 15-Jul-03, to lugnet.robotics.rcx.legos)
 
  Re: BrickOS motor-output: Subject to change?
 
Do you use another firmware downloader besides firmdl3? Recent changes to BrickOS changed the memory layout a bit and this could be an issue. For example, I just discovered that the nqc firmware downloader doesn't like firmware files with (...) (22 years ago, 15-Jul-03, to lugnet.robotics.rcx.legos)
 
  Quarry
 
NELUG recently participated in the LEGO Roadshow. We decided that we wanted to do something special for the event, so we built a fully automated quarry scene that had working vehicals with a Rube-Goldberg feeling to it where "gravel" would (...) (22 years ago, 14-Jul-03, to lugnet.announce, lugnet.build, lugnet.org.us.nelug, lugnet.robotics, lugnet.technic, lugnet.town) !! 
 
  Re: Large Turntables
 
To understand the idea of the turntable propelling and steering mechanism, download the file (URL) look at the page nr 24 figure 1.10 to understand whow to use a turntable with a propelling and steering mechanism. The file is 12.2 MByte in size. Its (...) (22 years ago, 14-Jul-03, to lugnet.robotics)
 
  Re: The LEGO Level
 
(...) .. (...) This is pretty cool, Jerry. Receintly, (while I was between jobs) I had a chance to play with one of these levels, and I wondered about making one out of LEGO. I'm glad to see that sensor can be used for more than just making a silly (...) (22 years ago, 14-Jul-03, to lugnet.robotics)
 
  The LEGO Level
 
With a little R&D I have shown that John Barnes’ (HiTechnic Products ED2010) light sensor has the resolution and sensitivity to accurately plot the meniscus of a bubble. Using that sensor and a spirit level I have created a new accurate level (...) (22 years ago, 14-Jul-03, to lugnet.robotics)
 
  Re: BrickOS motor-output: Subject to change?
 
Hi, I remember. I have tried brickOS 0.2.6.10 but I had problems with downloading the firmware. I was unable to get the new kernel into the RCX. I do not have this problem with 0.2.6.9. Thanks, Dietmar (...) [...] (...) [...] (22 years ago, 14-Jul-03, to lugnet.robotics.rcx.legos)
 
  Re: How to user MONITOR command for watching TIMER in Spybotics
 
Dear Dave, Thank you for your reply. In fact, for several nights I was using very similar snippet you provided to watch the timer before posting my problem, however, I was careless to spell the Timer(0) with TIMER(0) and the compiler always (...) (22 years ago, 13-Jul-03, to lugnet.robotics.rcx.nqc)
 
  Re: How to user MONITOR command for watching TIMER in Spybotics
 
This program below shows how a timer event can be used. Dave Baum ---- #define MY_EVENT 0 task main() { ClearTimer(0); SetEvent(MY_EVENT, Timer(0), EVENT_TYPE_HIGH); SetUpperLimit(MY_EVENT, 1000); monitor(EVENT_MASK(MY_EVENT)) { while(true) { (...) (22 years ago, 12-Jul-03, to lugnet.robotics.rcx.nqc)
 
  Re: Hailfire Droid, set #4481
 
Brass Tilde's utterance expressed in news:002101c345b6$e9...@lsdualxp: (...) See my earlier post in lugnet.starwars / lugnet.technic.bionicle (URL) It hasn't been moderated yet... weird.. well - there are direct links to some pics... Play on! (22 years ago, 12-Jul-03, to lugnet.robotics)
 
  Re: Large Turntables
 
See Jama's Construction Archive on Brickshelf: (URL) see Miguel Agullo's MOC: "Differtimento" (URL) that helps. Also this is a good way to use the system: (URL) Luck, Eric Sophie www.biomechanicalbricks.com (22 years ago, 11-Jul-03, to lugnet.robotics)
 
  Large Turntables
 
Large Turntables (URL) have links of how to set up motors and gears on turn-tables? Specifically I have a motor that I want to steer a car robot AND at the same time partially rotate a turn-table (the turn-table will always point the same direction (...) (22 years ago, 11-Jul-03, to lugnet.robotics)
 
  FLL training manual
 
I am planning on using Dave Hylands technical training/coaching manual to prepare my group for the FLL competition. I looked up the Minnesots FLL survey results and noticed that the feedback was rather neutral on the materail. Why is that? Is it to (...) (22 years ago, 11-Jul-03, to lugnet.robotics.edu)
 
  New Website
 
Hey folks, After many long hours, I have finished my latest site. I have added new areas including a section for online building instructions that can be viewed as a slideshow or by step. Because of the time involved in creating them, I only have (...) (22 years ago, 11-Jul-03, to lugnet.robotics)
 
  Re: Pneumatic Linear-to-cyclical Converter
 
(...) Yep, that's it. Actually, the switches could perhaps be located somewhere else? I'm not familiar enough with pneumatic engines to know how the switch reversal mechanism works. (...) Right. Actually, in the model of this I'm working on, I did (...) (22 years ago, 11-Jul-03, to lugnet.robotics)
 
  Re: Pneumatic Linear-to-cyclical Converter
 
(...) Hi Bauchaille, I'd guess that you envision hooking the pistons to the top of each handlebar, along with switches that make the pistons altername from open to closed and back. This would indeed make the pulleys turn. The trick here is the fact (...) (22 years ago, 11-Jul-03, to lugnet.robotics)
 
  SICO T7: A COG-Shifting Biped--with instructions steps!
 
Hello all! I am proud to announce my latest biped: SICO T7. After some hard (but fun) work, I have all in ready and instruction steps available for download via my website. SICO T7 belongs to the class of COG-shifting bipeds and his name is not (...) (22 years ago, 11-Jul-03, to lugnet.announce.moc, lugnet.robotics, lugnet.technic, lugnet.cad)  
 
  Pneumatic Linear-to-cyclical Converter
 
Yesterday I was helping my mother clean out part of the basement and I saw the excersize bike that's been down there for years and years and years and years and it occurred to me then that it had the perfect mechanism for converting linear to (...) (22 years ago, 11-Jul-03, to lugnet.robotics)
 
  How to user MONITOR command for watching TIMER in Spybotics
 
Dear Members, I managed to use NQC MONITOR command to watch TIMERs in my SCOUT using the predefined SCOUT events (EVENT_TIMER_0). However, I failed with my Spybotics and RCX 2.0. My question is how can I use the MONITOR command to watch TIMERs (or (...) (22 years ago, 10-Jul-03, to lugnet.robotics.rcx.nqc)
 
  New Poster Art - on Biomechanical Bricks
 
New, Orginal Poster Art, Enjoy. (all of the backgrounds started out as Grey Base Plates) Zolqwith (URL) Rin Tin Tin Din Din (URL) RG Mech (URL) GG Mech (URL) Jamocklaquat (URL) Poster Prints Available Soon. (URL) Eric Sophie> (22 years ago, 10-Jul-03, to lugnet.announce, lugnet.build.mecha, lugnet.market.buy-sell-trade, lugnet.technic, 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