To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcxOpen lugnet.robotics.rcx in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / 2655 (-20)
  Re: advice for robogrip
 
(...) Do you mean robot hands? If so, try the one from my robot: (URL) It's actuated with pneumatics at the moment but the two 24mm pulleys have bevel gears linking them, to keep the fingers synchronised, so you could use a motor and low gearing to (...) (19 years ago, 27-May-05, to lugnet.robotics.rcx, lugnet.robotics.edu, FTX)
 
  advice for robogrip
 
Hi, I am trying to look for a few lego end effectors configuration. I got the one from CMU's robotics educator. Suggestion will be greatly appreciated. --thanks (20 years ago, 26-May-05, to lugnet.robotics.rcx, lugnet.robotics.edu)
 
  Re: New NQC API for RCX-Spybot or RCX-RC communication
 
(...) John, I have a few beginner questions for you. I am trying to emulate the infrared protocol on a different microcontroller. I want it to be able to be controlled by a Lego remote and to send/receive messages to Lego devices. What format does (...) (20 years ago, 21-May-05, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc, lugnet.robotics.spybotics)
 
  Re: Group project: RCX units run emergence simulation
 
(...) I like the ants idea. What you could have is a "home base" or somewhere the RCX's can return to (some simple sensor based thing), and then a feeding area. In between you have any number of obstacles. The RCX's draw, or follow lines left by (...) (20 years ago, 24-May-05, to lugnet.events.brickfest, lugnet.robotics.rcx)
 
  Re: Group project: RCX units run emergence simulation
 
(...) I've never thought of doing it at a mass event (OK, possibly because I've not been to any), but I've thought of doing it on my own. I suspect the biggest drawback is having your RCX's already built into a MOC to bring to BrickFest. (...) If (...) (20 years ago, 24-May-05, to lugnet.events.brickfest, lugnet.robotics.rcx)
 
  Re: Group project: RCX units run emergence simulation
 
(...) That's up to John Barnes as Technic/Mindstorms coordinator. It would require a dedicated space all fest, which is hard to come by, and people to coordinate/monitor it, as well as people to devise the standards (may be the same people). So (...) (20 years ago, 23-May-05, to lugnet.events.brickfest, lugnet.robotics.rcx)
 
  Re: Group project: RCX units run emergence simulation
 
(...) Which I agree would be a very cool thing to see, especially with some strategic filming. Is there not room for both? Again, it would be neat to include Spybotics as well - depending on the behaviour you are trying to get. (20 years ago, 23-May-05, to lugnet.events.brickfest, lugnet.robotics.rcx)
 
  Re: Group project: RCX units run emergence simulation
 
(...) Hi! Cool. Now I'm a cohort ;-) (...) Well, sort of... the robotic forklift I brought to HoB is currently the most complex module (that I *know* about) that requires an RCX, but there are some other options. A ball-sorting mechanism is (...) (20 years ago, 23-May-05, to lugnet.events.brickfest, lugnet.robotics.rcx)
 
  Re: Group project: RCX units run emergence simulation
 
(...) TOTALLY agree. Not saying it's not relevant to robotics, there is lots of clever mechanical stuff to be learned from GBC... Just saying it's somewhat in a different direction from leaving a bunch of identical RCX based autonomous mobile (...) (20 years ago, 23-May-05, to lugnet.events.brickfest, lugnet.robotics.rcx)
 
  Re: Group project: RCX units run emergence simulation
 
(...) Not having an RCX does not necesarily make it irrelevant to robotics. I consider automatons fairly relevant - and the technique of getting a single motor to do many things is a very valuable one, especially considering the IO limitations of (...) (20 years ago, 23-May-05, to lugnet.events.brickfest, lugnet.robotics.rcx)
 
  Re: Group project: RCX units run emergence simulation
 
(...) Right, but haven't you and your cohorts (Hi Brian!) been busily proving that there hasn't yet been a mechanism that NEEDED an RCX? Most of the GBC modules are (brilliantly, elegantly...) purely mechanical except for the train ball return, and (...) (20 years ago, 23-May-05, to lugnet.events.brickfest, lugnet.robotics.rcx)
 
  Re: Group project: RCX units run emergence simulation
 
On Sat, May 21, 2005 2:37 pm, Suz said: (...) Suz, While it's not exactly a 'simulation', there is a community project for the robotics/technic areas this year. More will be announced soon, but you can get started by looking here: (URL) (20 years ago, 23-May-05, to lugnet.events.brickfest, lugnet.robotics.rcx)
 
  Group project: RCX units run emergence simulation
 
I've wondered about this for over a year now, but haven't brought it up because of not making it to the BF events. Now I can't stand it anymore and must ask. Have RCX owners considered pooling their units to run an event-long simulation? Each of us (...) (20 years ago, 21-May-05, to lugnet.events.brickfest, lugnet.robotics.rcx)
 
  Re: 8 bit timer problem
 
(...) Sorry, my mistake. I actually wrote the correct address in the code on my machine. (...) Thanks anyway :) (...) (20 years ago, 20-May-05, to lugnet.robotics.rcx)
 
  Re: 8 bit timer problem
 
(...) Looks like a typo - try this in your handler instead: "bclr #6, @0xc9:8 \n\t" // Clear CMFA // (bit 6 of // TCSR) I haven't really checked the rest of the code for anything else, though. HTH, Mark (20 years ago, 19-May-05, to lugnet.robotics.rcx)
 
  8 bit timer problem
 
Hi I am a member of a project group at Aalborg University, Denmark, and the goal for our project on this semester is to code an operating system for the RCX brick from Lego. During a whole week, I have been strugling with the 8 bit timers of the (...) (20 years ago, 19-May-05, to lugnet.robotics.rcx)
 
  Re: true realtime event?
 
(...) It does allow some very interesting abilities too. I used it for a line-follower, where three tasks could dynamicly alter their priority depending on what was going on. Another use would be a multi-goal system. For instance, one task could be (...) (20 years ago, 19-May-05, to lugnet.robotics.rcx.robolab, lugnet.robotics.rcx)
 
  RE: true realtime event?
 
It's not a true realtime interrupt. Some events may be recognized immediately (e.g. a new "mailbox" message, and some may be recognized on a 100 millisecond background scan (e.g. a "click" event). The event monitoring code does not put the task into (...) (20 years ago, 19-May-05, to lugnet.robotics.rcx.robolab, lugnet.robotics.rcx)
 
  Re: true realtime event?
 
I can't answer your actual question, but have a close look at the way your tagline comes across. It looks (unintentionally, I'm sure) like you are closely affiliated with the LEGO company. I googled for your name and found a link to a post where you (...) (20 years ago, 19-May-05, to lugnet.robotics.rcx.robolab, lugnet.robotics.rcx)
 
  true realtime event?
 
Hi I am trying to find out whether the event in Robolab is a truly realtime interrupt. Once the event is triggered, does it truly preempt the current running process? Input or suggestion to reading material will be appreciated. ---...--- -------- (...) (20 years ago, 19-May-05, to lugnet.robotics.rcx.robolab, lugnet.robotics.rcx)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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