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 / *38670 (-20)
  polish version of mlcad
 
hi i just finished polish version of mclcad language pack i know there is not much polish members here but i just wanted to announce it :))) i hope michael will set this langpack on his site br pixel (22 years ago, 7-Nov-03, to lugnet.cad.mlcad, lugnet.robotics, lugnet.technic)
 
  Re: Spybot studies: SetTxDirection() confusion
 
I forgot to mention that the mana (set to channel 3) didn't respond to the laser LED's command message. Is this because the mana isn't sensitive to visible red or because the signal is somehow encoded differently when it comes out the laser? (or (...) (22 years ago, 7-Nov-03, to lugnet.robotics.spybotics)
 
  Re: Spybot studies: SetTxDirection() confusion
 
(...) Yes, there are multiple IR emitters. Two in front at nearly 90 degree angles, one in back, and a high-power one pointing up. Turns out my camera was only picking up the high-power emitter. I tried again with a different camera (the Vision (...) (22 years ago, 7-Nov-03, to lugnet.robotics.spybotics)
 
  Re: Spybot studies: photoelectric eye
 
(...) Of course you are correct! I repeated the process (unplugging the cable to simulate the failure of the comm port) and found that it detected the spybot through the USB Tower; then when I attempted to download the program, it activated the USB (...) (22 years ago, 7-Nov-03, to lugnet.robotics.spybotics)
 
  Re: Biggest lego wheel?
 
(...) Not really easy to use... but by far the biggest: Hailfire droid wheel ( (URL) (22 years ago, 7-Nov-03, to lugnet.robotics)
 
  Re: 9747 (RIS 1.5) comes with 2.0 RCX brick?!?
 
(...) I don't think there is an RCX 1.5, there are different RCX 1.0 from RIS 1.0 (with AC-adapter) and from RIS 1.5 (without, I have two). As far as I understand (I have no first-hand experience) the only practical difference is that the RCX 2.0 IR (...) (22 years ago, 7-Nov-03, to lugnet.robotics)
 
  replacement for RCX 2.0
 
Hi ! As you possibly remember, I have asked you several questions concerning the modification of the serial speed of the RCX. I tried quite hard to change the speed to about 19,2 kb/s, but excactly nothing has changed so far. So I gave up working (...) (22 years ago, 7-Nov-03, to lugnet.robotics)
 
  Cubesolver with USB Tower?
 
Hi, has anyone tried to make JP Brown's Cubesolver ((URL) compatible with the USB Tower? I saw on (URL) there is a replacement for spirit.ocx (used for the serial tower), called phantom, and on that website it says "...delete the Spirit.ocx control (...) (22 years ago, 7-Nov-03, to lugnet.robotics.rcx)
 
  Re: Biggest lego wheel?
 
If you are happy for "baloon" wheels, try the sheels from the 8466 4x4 off-roader, they are pretty big. Or you could try wheels from the Silver Champion/Williams F1 (22 years ago, 7-Nov-03, to lugnet.robotics)
 
  Biggest lego wheel?
 
What is the biggest lego technic wheel currently available? I have some students building a stair climber and they want to use BIG wheels in their design. (22 years ago, 7-Nov-03, to lugnet.robotics)
 
  Re: Mindstorms 3.0 Wish List
 
(...) ...and make sure that you don't accidentally hit the ON button while a battery is removed, as it would mean instantaneous memory erase! Philo (22 years ago, 7-Nov-03, to lugnet.robotics)
 
  Re: 9747 (RIS 1.5) comes with 2.0 RCX brick?!?
 
(...) The only difference between a 1.5 and a 2.0 RCX is the sticker that says "2.0". Only the 1.0 RCX is a little different (it has an external power socket). However, there are lots of differences between the RIS 1.5 and RIS 2.0 sets (the (...) (22 years ago, 7-Nov-03, to lugnet.robotics)
 
  Re: Spybot studies: SetTxDirection() confusion
 
(...) This portion of the Spybot NQC API is under substantial revision... :-) I based the constants on those found in Spybot.h which are apparently just plain wrong. The current version of my spy.nqh file has #define SERIAL_CHANNEL_HIGH_POWER 0 (...) (22 years ago, 7-Nov-03, to lugnet.robotics.spybotics)
 
  Spybot studies: SetTxDirection() confusion
 
John, I noticed the SetTxDirection() function in your mana_control.nqc program. I thought it might be useful for my project, so it became my next subject of study. The spy.nqh shows this: #define TX_DIRECTION_FRONT_LEFT 0 #define (...) (22 years ago, 7-Nov-03, to lugnet.robotics.spybotics)
 
  Re: Spybot studies: photoelectric eye
 
(...) [snip] (...) [snip] Cool! It may even be possible to get NQC to download a program (...) Way cool! (...) [snip] (...) Unbelievable! -Brian (22 years ago, 6-Nov-03, to lugnet.robotics.spybotics)
 
  Re: Mindstorms 3.0 Wish List
 
(...) The one thing I would say about this is that anyone who has ever tried to write replacement firmware, or who has programmed in BrickOS/LegOS has encountered situations where the RCX has become completely locked up due to a programming error. (...) (22 years ago, 7-Nov-03, to lugnet.robotics)
 
  Re: Spybot studies: photoelectric eye
 
(...) I'm nearly certain that you can't (currently) download programs to a Spybot via the USB tower. The MindScript compiler (LCC32) complains that it can't open the serial port (and unless LEGO releases an update to their vpbrick.dll COM object it (...) (22 years ago, 6-Nov-03, to lugnet.robotics.spybotics)
 
  Re: RCX questions
 
Look here: (URL) Jürgen Stuber <stuber@loria.fr> (URL) rot 13 "fr" "se" (22 years ago, 6-Nov-03, to lugnet.robotics)
 
  Re: More Speed? Re: Mindstorms 3.0 Wish List
 
(...) Lejos is notoriously short on memory, with a half decent communication stack the RCX is full. In general I'd say with more memory and speed you can program more "high-level", and build more intelligent robots. As for a new RCX version I'd say (...) (22 years ago, 6-Nov-03, to lugnet.robotics)
 
  Re: Spybot studies: photoelectric eye
 
John Hansen wrote: [snip] (...) [snip] John, While working with BricxCC on a spybot project (still not done) I encountered an odd situation. 1st) something happened to the comm port that the spybot cable is connected; I couldn't send or receive (or (...) (22 years ago, 6-Nov-03, to lugnet.robotics.spybotics)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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