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 / *5285 (-20)
  Use laptops IrDA
 
Hi all, I want to make a program on my laptop so that I can use it (the laptop that is) as a remote control to give orders to my Mindstorm robot, just simple things like turn left/right etc. I'm going to use Java on my laptop, Lejos on the RCX and (...) (23 years ago, 1-Oct-01, to lugnet.robotics.rcx.java, lugnet.robotics.rcx)
 
  RFC: Mux schematic viability
 
If anyone with electronics experience has a moment or two, I would be very grateful if they could take a look at (URL) This is a design based on the 4017/4066 multiplexer on Michael Gasperi's website except that I want to use BAT85 diodes rather (...) (23 years ago, 1-Oct-01, to lugnet.robotics.rcx)
 
  Math.log probs. (Was: Proximity sensor)
 
Hi, (...) Well, what do you know; maybe I will! :o) I might have some spare time available for just that! Regards, Martin (23 years ago, 1-Oct-01, to lugnet.robotics.rcx.java)
 
  Re: Proximity sensor ( Was: Re: 8 power levels, and only 8?)
 
(...) leJOS (...) Juergen Stuber is working on a Linux release. He wants to get USB support working before he releases it. (...) Hmm. OK. (...) I tried them but it looks as though there are problems with the Math methods. In particular Math.log(<I (...) (23 years ago, 1-Oct-01, to lugnet.robotics.rcx.java)
 
  Re: Partial USB support
 
fyi- There was a pretty nasty (and stupid) bug in 2.4 a3 that would cause a crash if no serial port was specified (either with a -S option or the RCX_PORT environment var). I've fixed it and posted an update (2.4 a4). I suggest that anyone using a3 (...) (23 years ago, 30-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Re: Proximity sensor ( Was: Re: 8 power levels, and only 8?)
 
Hi, It works!!! Yahhooo!! And I was considering bying the InfraRed sensor from "techno-stuff", tsk tsk :o) This will absolutely cover my needs for now! (...) Well, us Linux users need to settle with this one for now then! Consider replacing all the (...) (23 years ago, 30-Sep-01, to lugnet.robotics.rcx.java)
 
  Re: new RoboLab 2.5 compatible with old serial IR tower & RCX 1.0
 
I received my 2.5 yesterday, having ordered it mid last week when it was not yet available. -Peter "Jerry Kalpin" <jdkalpin@sympatico.ca> wrote in message news:GJxHI2.1Bx@lugnet.com... (...) users (...) (23 years ago, 30-Sep-01, to lugnet.robotics.rcx.robolab)
 
  Re: Another RcxCC release
 
(...) Okay, I've uploaded version 3.3.1.6 to my website this evening. This release should fully support the USB tower - both with the internal RcxCC features and with the USB support just added the NQC (see Dave Baum's recent post for details). Of (...) (23 years ago, 30-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Re: Sending ir packets
 
(...) Here ya go: Remember start bit (sometimes called 2 stop bit mode) 55 00 D1 ~D1...Dn ~Dn C ~C Add all the normal D parts in a single Byte for Chksum. Code chunk for example ... unsigned char MuxStr[] ={0x55,0xf7,0x08,0x0...xf8,0x07}; count = 7; (...) (23 years ago, 29-Sep-01, to lugnet.robotics.rcx)
 
  Re: legOS-0.2.3-tar.gz problems/incomplete?
 
I posted too soon. Just located the other web site (URL) Scott" <mikesc@nospam.telus.net> wrote in message news:GKFwCM.EuH@lugnet.com... (...) due (...) gcc (...) (23 years ago, 29-Sep-01, to lugnet.robotics.rcx.legos)
 
  Re: Proximity sensor ( Was: Re: 8 power levels, and only 8?)
 
Well. Sixth time lucky maybe. I was trying to say this (it is part of leJOS 1.0.3.beta2): package josx.platform.rcx; /** * A 'sensor' to detect object proximity. Sends a short * message out of the infra-red port every so often and looks for * the (...) (23 years ago, 29-Sep-01, to lugnet.robotics.rcx.java)
 
  Re: Test
 
Hi Paul, (...) Seen from my side: nothing! I just tried, and it went through as it should! Regards, Martin (23 years ago, 29-Sep-01, to lugnet.robotics.rcx)
 
  Test, ignore
 
Testing on Paul's behalf... please ignore! Sorry for the inconvinience! // Martin (23 years ago, 29-Sep-01, to lugnet.robotics.rcx.java)
 
  Re: color-coded (by target) HTML NQC API documentation
 
thanks very much Mark !! beste regards, Stef (...) (23 years ago, 29-Sep-01, to lugnet.robotics.rcx.nqc)
 
  legOS-0.2.3-tar.gz problems/incomplete?
 
I am new to legOS but a seasoned win32/java developer. I have been having problems making anything in legOS/util or legOS/util/dll-src directories. There does not seem to be a make rule for firmdls and the source loader.c, rcxtty.c and rcxtty.h will (...) (23 years ago, 29-Sep-01, to lugnet.robotics.rcx.legos)
 
  Re: Sending ir packets
 
Check the source code for NQC (in rcx/RCX_Link.cpp), or even use it as your underlying comms library. You may spot something Dave does that you don't.. Phil. (...) (23 years ago, 29-Sep-01, to lugnet.robotics.rcx)
 
  Partial USB support
 
I just posted release 2.4 a3 which includes preliminary USB support for a couple of platforms. Very little testing has been done, so expect to run into a few problems. Let me know and I'll fix them as best I can. Windows - supported, although you'll (...) (23 years ago, 29-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Re: Another RcxCC release
 
(...) Well it definitely doesn't work with the USB tower yet. Once I get some drivers for my USB tower I will get it working and post a new version. In the mean time, if you want to use the new code templates and code completion features you might (...) (23 years ago, 29-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Re: color-coded (by target) HTML NQC API documentation
 
(...) Section 3.8 SetPriority(p) - Function - RCX2, Scout The first "-" shouldn't be there (and the rest of the line should be right justified, since you're going to be editing) - Mark (23 years ago, 29-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Test
 
I can't post anything to the Java news group. What's going on? (23 years ago, 29-Sep-01, to 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