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 / *5290 (-20)
  Re: Loading multiple java binaries using leJOS
 
(...) Just to clarify, for the most part, I already have the *.bin files for contest entries. To run them individually using "lejosrun prog.bin" works fine. But if 'lejosrun' is the tool to download programs, to me it would make sense to use the (...) (23 years ago, 3-Oct-01, to lugnet.robotics.rcx.java)
 
  Re: Loading multiple java binaries using leJOS
 
From the readme file : To simply create a binary file containing the linked program, use: lejos -o MyProgram.bin MyProgram You can download a previously linked program with: lejosrun MyProgram.bin You can also download multiple programs in one shot (...) (23 years ago, 3-Oct-01, to lugnet.robotics.rcx.java)
 
  Loading multiple java binaries using leJOS
 
I'm one of the organizers for the Workshop 3D RCX Challenge, a competition being held this weekend. I've never used leJOS before, and have a question: There are several entries in the "Code only" event that are written using leJOS and I would like (...) (23 years ago, 3-Oct-01, to lugnet.robotics.rcx.java)
 
  Re: Use laptops IrDA
 
(...) (URL) may be of interest to you on this topic. (23 years ago, 2-Oct-01, to lugnet.robotics.rcx.java, lugnet.robotics.rcx)
 
  Math.log probs. (Was: Proximity sensor)
 
Hi Paul, (...) Ok, I couldn't find any examples for which the Math.log returned 0, either with emulator nor the RCX (I didn't look too hard :o). Maybe you could supply with some examples? The basic routine should be ok! I encountered situations in (...) (23 years ago, 1-Oct-01, to lugnet.robotics.rcx.java)
 
  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)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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