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 / *38985 (-20)
  Re: Universal Remote vs Lego remote
 
Yes it works! I was curious and have done this last week... The 'learning' remotes are capable of remembering the codes needed for your IR bricks. You can programm the RCX to sent a code (message) and let the remote learn this. Later on your RCX can (...) (22 years ago, 29-Nov-03, to lugnet.robotics)
 
  Re: Patched firmware to improve rotation sensor, was Re: Robolab, byte codes and assembler
 
(...) I'm having trouble downloading the patched firmware. Robolab doesn't have a .lgo file anywhere in the program directory structure, so I don't have a filename to replace with the patched file. Downloading in Robolab seems to work, but I see no (...) (22 years ago, 29-Nov-03, to lugnet.robotics, lugnet.robotics.rcx.robolab)
 
  Re: Robolab, byte codes and assembler
 
(...) Wow, that's far more than I expected! And thanks for the detailed explanation. I may have to look at it tomorrow - my daughter's birthday is today. <snip> (22 years ago, 29-Nov-03, to lugnet.robotics, lugnet.robotics.rcx.robolab)
 
  Re: Robolab, byte codes and assembler
 
(...) My arguments would be: 1. The firmware/sensor arrangement is _broken_. Fixing it should be legal. 2. The FIRST rules permit using different firmware implicitly, because they permit using RIS or Robolab, which requires different firmware. 3. (...) (22 years ago, 29-Nov-03, to lugnet.robotics.rcx.robolab)
 
  Patched firmware to improve rotation sensor, was Re: Robolab, byte codes and assembler
 
Hello Dick, Looks great, but it doesn't seem to work well here: - counts up 2 by 2, but counts down correctly one by one - loses count, especially when counting up. My tests were done with a brand new, unmodified rotation sensor. I mounted a wheel (...) (22 years ago, 29-Nov-03, to lugnet.robotics, lugnet.robotics.rcx.robolab)
 
  Universal Remote vs Lego remote
 
I'm very new to the whole robotics thing so forgive me if the answer to my question is obvious. Can a universal remote, the type that "learns" the function of other remotes, be used to "learn" the functions of the Lego remote? and.. If the IR tower (...) (22 years ago, 29-Nov-03, to lugnet.robotics)
 
  Re: Robolab, byte codes and assembler
 
(...) Wow! This is a truly wonderful gift to the group. I know how hard it can be to patch raw binary like that. Many thanks for your efforts. I'm off to try it **now** ! ---...--- Steve Baker ---...--- HomeEmail: <sjbaker1@airmail.net> WorkEmail: (...) (22 years ago, 29-Nov-03, to lugnet.robotics)
 
  Re: robotics
 
I found an Adobe PDF describing the 'AI Motor' part in English - there is some great detail there: (URL) that this unit is a motor with an integrated position sensor and a torque sensor with a daisy-chained serial bus to allow either a PC or their (...) (22 years ago, 28-Nov-03, to lugnet.robotics)
 
  Re: robotics
 
(...) Wow! It seems to be exactly what I've been hoping to see for *years*. Motors and sensors daisy-chained together with some kind of serial protocol for addressing them. This system seems to allow you to have 31 sensors and motors connected (...) (22 years ago, 28-Nov-03, to lugnet.robotics)
 
  Re: Robolab, byte codes and assembler
 
Following up from my earlier post, I have completed a firmware patch for the rotation sensors. This post contains the patch with installation instructions followed by a technical description. A long post but hopefully more than made up by the value (...) (22 years ago, 29-Nov-03, to lugnet.robotics, lugnet.robotics.rcx.robolab)
 
  Re: Opening COM port error
 
(...) Ahh, Garbage Collection. <rant soapbox="on" eyes="glazed" dinosaur="true"> In my mind the worst thing that has happened to modern compiler languages is excessive reliance on Garbage Collection. This is analogous to leaving half-empty soda cans (...) (22 years ago, 29-Nov-03, to lugnet.robotics.rcx.java)
 
  GP2D12 Please help
 
Please help. I just recently got a Sharp GP2D12 ir distance ranger plus RCX interface device from mindsensors. It is pretty cool, however I am getting alot of flucuation in the readings and in turn I think that i am losing out on range. The maximum (...) (22 years ago, 29-Nov-03, to lugnet.robotics.rcx.legos)
 
  Re: Opening COM port error
 
(...) Hi Chris, Thanks for your reply. You're reply confirmed my suspicion about leaving the port object lying around. I think I'll try your first suggestion of 'deleting' the port object at the end of each routine. I hope you dont mind me asking (...) (22 years ago, 29-Nov-03, to lugnet.robotics.rcx.java)
 
  Re: Robolab, byte codes and assembler
 
(...) All this talk of patching firmware to correct for problems in rotation sensor readings is very interesting, but I think you may be approaching the problem a bit too directly. First, if the competition rules specify the programming environments (...) (22 years ago, 28-Nov-03, to lugnet.robotics.rcx.robolab)
 
  Re: Robolab, byte codes and assembler
 
In lugnet.robotics.rcx.robolab, Claude Baumann wrote: <snip> (...) The main need is to return to the starting point after completing various challenges. I think the challenges also involve objects at known positions compared to the starting point (...) (22 years ago, 28-Nov-03, to lugnet.robotics.rcx.robolab)
 
  Re: Simulating pneumatic sequencers, was Re: Pneumatic Quadraped 242
 
(...) Hi Kevin, Here is a simple circuit that also require some initialisation: (URL) didn't find the digital equivalent of the .IC (initial condition) used in analog simulations, but if you use the probe tool (arrow on the screen capture) and click (...) (22 years ago, 28-Nov-03, to lugnet.technic, lugnet.robotics)
 
  Re: Please help (Follow up to my earlier post)
 
(...) My laptop is a Satellite 2455 series. Maybe laptops of this serie don't crash but produces the strange behaviour that I had with the USB Tower. I'd like to know if someone else had the same problems that I had. Anyway, it's good to know that (...) (22 years ago, 28-Nov-03, to lugnet.robotics)
 
  Re: Please help (Follow up to my earlier post)
 
(...) Bricklink (...) make (...) I (...) transmit (...) an (...) brickCC). (...) 300 (...) this (...) I'd be interested in seing if your laptop was a p series (P15, P25, etc). There is another person on the lugnet.robotics.rcx.robolab who has had (...) (22 years ago, 28-Nov-03, to lugnet.robotics)
 
  Re: Opening COM port error
 
(...) This probably is an issue of leaving your Port object around after you're done using it. You have a memory leak in each routine, because you call 'new RCXPort();' without ever calling 'delete port;' on the object. You should definitely call (...) (22 years ago, 28-Nov-03, to lugnet.robotics.rcx.java)
 
  Re: Simulating pneumatic sequencers, was Re: Pneumatic Quadraped 242
 
(...) Philo, I downloaded the tools, and entered the base schematic for Quad242. Quad242 depends on some initial conditions where 4 of the 5 flops have a value of 1. I've read the docs and not found a way to preset the flops. Any ideas? Your choice (...) (22 years ago, 28-Nov-03, to lugnet.technic, lugnet.robotics)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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