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 / *7950 (-20)
  Re: Ultrasonic Sensor Without Use Of A Microcontroller
 
(...) Hi Vik, I saw that ckt Digram. Try powering that ckt with battery. and use RCX to only read the reading. since you may have spiks on your power line ( which will change your resonance frequency of 555). if that works use .1uF bypass cap as (...) (21 years ago, 29-Sep-03, to lugnet.robotics.rcx.legos)
 
  Re: Lugnet news server help (sorry)
 
(...) I think you need to change your port # to 1119 now as per: (URL) VW (...) (21 years ago, 29-Sep-03, to lugnet.robotics.rcx.legos)
 
  Lugnet news server help (sorry)
 
I am unable to connect to the Lugnet news server. I am using Outlook Express. Whenever I try to read a message I get the following error: "Unable to connect to server Configuration: Account: lugnet.com Server: lugnet.com Protocol: NNTP Port: 119" I (...) (21 years ago, 29-Sep-03, to lugnet.robotics.rcx.legos)
 
  Re: BrickOS = shoot self in head
 
(...) That is true. But a real geek also knows how to make things simple for the wanna-be-geeks. :-) John Hansen (21 years ago, 29-Sep-03, to lugnet.robotics.rcx.legos)
 
  Re: BrickOS = shoot self in head
 
(...) The cygwin installer lets you pick which packages to install and all of the ones listed on the step-by-step page are available through the standard cygwin installer. (...) If you install cygwin correctly you should have a gcc.exe in the cygwin (...) (21 years ago, 29-Sep-03, to lugnet.robotics.rcx.legos)
 
  Re: BrickOS = shoot self in head
 
(...) A real geek knows the difference between gcc and h8300-hms-gcc and where to use which. Regards, Michael (21 years ago, 29-Sep-03, to lugnet.robotics.rcx.legos)
 
  Lego RCX Emulator
 
Hello, In this mail I want to advertise my Lego emulator, again. This emulates a Lego RCX brick on hardware level, so it should run any firmware you like. You can find it at this URL: (URL) can emulate multiple RCXes communicating via infrared and (...) (21 years ago, 29-Sep-03, to lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
 
  Re: BrickOS = shoot self in head
 
(...) Perhaps because the tutorial isn't update .... (...) Make sure that the gcc.exe is in your PATH .... To know it try those step : Locate the folder where gcc.exe is stock. when it's done type : "echo $PATH" in a console (without "") make sure (...) (21 years ago, 29-Sep-03, to lugnet.robotics.rcx.legos)
 
  Re: RCX Communications problems
 
Hi Gabriel, did you take a look at LNP? It can address several RCXs. Jürgen (21 years ago, 29-Sep-03, to lugnet.robotics.rcx.java)
 
  Re: RCX Communications problems
 
I obviously didn't read your message very carefully. Sorry. For some reason I was reading it as "how can I control two robots remotely" and not the more specific stuff you're asking. If that acknowledgement protocol you have allows inheritance, then (...) (21 years ago, 29-Sep-03, to lugnet.robotics.rcx.java)
 
  Re: RCX Communications problems
 
What I would do is give each RCX an internal "name" -- an identifier. When you send a message from the PC, the first part is the identifier. So if robot B gets a message intended for robot A, it should ignore it. And vice versa. The same thing would (...) (21 years ago, 29-Sep-03, to lugnet.robotics.rcx.java)
 
  BrickOS = shoot self in head
 
I think I've concluded that the makers of BrickOS are secretly scheming to take over the world by making geeks' heads explode by repeated impact with the nearest CONCRETE WALL... Okay, first question: regarding the list of packages. The Step-By-Step (...) (21 years ago, 28-Sep-03, to lugnet.robotics.rcx.legos)
 
  Ultrasonic Sensor Without Use Of A Microcontroller
 
Hi, I found this website a while back, <link>(URL) and I decided to actually build the circuit he designed at the bottom of the page. I was wondering if anyone else has built it? I'm getting really jumpy readings from it, for example, at a fixed (...) (21 years ago, 28-Sep-03, to lugnet.robotics.rcx.legos)
 
  multiple inheritance
 
Hello, Is multiple inheritance supported under legos-0.2.6 compiled with gcc-2.95.3 and binutils 2.10? When I try to compile a class with the multiple inheritance I get the following linker error: /usr/local/crossgcc/...chi-hms-ld -T (...) (21 years ago, 23-Sep-03, to lugnet.robotics.rcx.legos)
 
  RCX Communications problems
 
Hi everyone!!! I’m a desperate soul in search of some answers and no much luck, so I’m writing here to see if someone can help me... I’m trying to control two RCX bricks from one or two towers on different computers (this depends on the answers I (...) (21 years ago, 25-Sep-03, to lugnet.robotics.rcx.java)
 
  Re: Proximity Sensors for Legway
 
Hi Chris :) Hitechnic have just changed their webpage marking the EOPD's as withdrawn and to explain that they do not have the time to share their schematics with the kind of profesionalism they desire. Which is a pity, cause I'm gratefull for any (...) (21 years ago, 23-Sep-03, to lugnet.robotics.rcx)
 
  Re: Proximity Sensors for Legway
 
Thanks Chris I had seen Henriks posts before but for some reason forgot all about it (I suspect an irrational Java aversion) I think the fact that Steve has published his code makes his solution more attractive to those of us who would like to try (...) (21 years ago, 23-Sep-03, to lugnet.robotics.rcx)
 
  Re: Proximity Sensors for Legway
 
(...) Henrik Dahlgren posted here several months back saying that he had successfully built a LegWay using standard LEGO Light Sensors instead of the HiTechnic Proximity Detector. I don't know how much code modification was required, but here is his (...) (21 years ago, 22-Sep-03, to lugnet.robotics.rcx)
 
  Re: Aaargh...I need some help
 
(...) 1. Make sure LEJOS_HOME is set properly: echo %LEJOS_HOME% 2. Make sure there is a file lib\classes.jar in your LEJOS_HOME directory: dir %LEJOS_HOME%\lib\classes.jar 3. Try including the percentage signs and using backslashes: set (...) (21 years ago, 19-Sep-03, to lugnet.robotics.rcx.java)
 
  Re: Aaargh...I need some help
 
(...) I would put the following two lines into a batch file which you execute prior to trying to compile and download your lejos programs. set LEJOS_HOME=<some path to lejos directory without a trailing slash> set CLASSPATH=%LEJOS_HOM...cxcomm.jar (...) (21 years ago, 19-Sep-03, to lugnet.robotics.rcx.java)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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