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 / *8965 (-20)
  Communication between two RCX
 
I have two RCX. I would like to use the first one to download PbForth (and other forth programs) to the second one using the infrared port. Is there a way to do this? Thanks Mario (20 years ago, 13-Nov-04, to lugnet.robotics.rcx.pbforth)
 
  Re: java.lang.NoClassDefFoundError: josx/rcxcomm/RCXPort
 
Hi Laurence, (...) it might be the spaces in your classpath that cause the problem. Jürgen (20 years ago, 12-Nov-04, to lugnet.robotics.rcx.java)
 
  java.lang.NoClassDefFoundError: josx/rcxcomm/RCXPort
 
Hello, I am new to Lejos and have been trying PC <-> RCX communications. Unfortunately the books I am using are out of date, I see now that RCXComm is being used to Comms. I followed the Tutorial on the Lejos site, the code compiles fine, but am (...) (20 years ago, 12-Nov-04, to lugnet.robotics.rcx.java)
 
  Re: BricxCC & downloading NQC programs failing
 
(...) [snip, adjust timeouts] (...) I'm getting the same error with my Scout and Bricxcc/NQC for downloading programs, the direct control works fine. I found that having fresh batteries helped in getting programs to download successfully. I'll try (...) (20 years ago, 9-Nov-04, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 
  Re: remote
 
(...) Hi Chris, The remote control code now resides in remote.h (URL) basically comes down to defining a callback function which gets called when any remote key is pressed or released. I haven't kept up with the development, but there is an early (...) (20 years ago, 8-Nov-04, to lugnet.robotics.rcx.legos)
 
  remote
 
Hello, I’m just recently getting back into playing with Legos. I bought my first house and had to fix it up before I could play. BrickOS was a lot easier to get into this time around thanks to BricxCC. BrickOS itself is better documented and has new (...) (20 years ago, 8-Nov-04, to lugnet.robotics.rcx.legos)
 
  remote
 
Hello, I’m just recently getting back into playing with Legos. I bought my first house and had to fix it up before I could play. BrickOS was a lot easier to get into this time around thanks to BricxCC. BrickOS itself is better documented and has new (...) (20 years ago, 8-Nov-04, to lugnet.robotics.rcx.legos)
 
  Re: NQC contolling motors
 
(...) Not exactly. What NQC allows you to do is set one of 8 patterns of pulse width modulation (PWM) for an output. So for instance the highest power level is "always on" (9V for 100% of a cycle), while a lower power setting is a mixture of "on" & (...) (20 years ago, 7-Nov-04, to lugnet.robotics.rcx.nqc)
 
  NQC contolling motors
 
Hi all, I have some questions about controling RCX motors using NQC. I am using Lego 43362 motors. As I understand it has maximum RPM 219 at 9V In NQC I see that I can st the speed of the motors at 8 different stages. I can not find though how the (...) (20 years ago, 7-Nov-04, to lugnet.robotics.rcx.nqc)
 
  Book reviews of this?
 
Does anyone have any experience with this text? (URL) seems like a good text for the basics on up (and the "teaser" looks good), but I'd like to have some first-person accounts. (20 years ago, 7-Nov-04, to lugnet.robotics, lugnet.robotics.rcx.robolab)
 
  Re: bad motor output because of lego firmware?!
 
(...) That's right. I simply didn't expect any problems with NQC + Lepomux because I assumed that any RCX-OS has the ability to directly control the motor output. If I had used NQC a little bit more, I surely would've noticed that strange output (...) (20 years ago, 3-Nov-04, to lugnet.robotics.rcx.nqc)
 
  Re: SetUserDisplay?
 
(...) correct. Kevin (20 years ago, 30-Oct-04, to lugnet.robotics.rcx.nqc)
 
  Re: SetUserDisplay?
 
(...) Thanks Dave. I didn't notice the RCX2 option in Bricxcc, works great now! Just to clarify, the only difference between RCX 1 & 2 (from the compile target POV) is the firmware it's running? ROSCO (20 years ago, 30-Oct-04, to lugnet.robotics.rcx.nqc)
 
  Re: SetUserDisplay?
 
(...) My guess is that NQC hasn't been told to target the 2.0 api, so it is defaulting to 1.0 which does not have SetUserDisplay(). See (URL) for a more detailed explanation. Dave (20 years ago, 30-Oct-04, to lugnet.robotics.rcx.nqc)
 
  SetUserDisplay?
 
I can't seem to get SetUserDisplay to compile. When I compile my program, it gets "Error: undefined function 'SetUserDisplay'". I thought it might be the version of NQC (3.0a1) so I downloaded 2.5r3, but same error. Seems strange because (...) (20 years ago, 30-Oct-04, to lugnet.robotics.rcx.nqc)
 
  Re: BricxCC & downloading NQC programs failing
 
(...) See that is what makes Lugnet such a great resource! I finally decided to try out Bricxcc/NQC (after using BrickOS on Linux) and it worked fine when I was just downloading short "Hello World" programs, but I pretty soon ran into this problem (...) (20 years ago, 30-Oct-04, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 
  Re: Can't make dllx - anyone else had this problem?
 
Ok, thanks for that. I've got it compiling now - I didn't realise liblnp had to be compiled before dllx! (20 years ago, 29-Oct-04, to lugnet.robotics.rcx.legos)
 
  Re: Can't make dllx - anyone else had this problem?
 
(...) The linker is looking for the file liblnp.dll (Not 100% sure of the extension might be .a or .so). The -L arguments specifies a place to look for libraries and is probably where liblnp.dll is expected. Check this directory for the file. I have (...) (20 years ago, 29-Oct-04, to lugnet.robotics.rcx.legos)
 
  Can't make dllx - anyone else had this problem?
 
I am trying to make all the LNP stuff at the moment. Having followed the instructions for installing dllx according to the readme on the legos.sourceforge.net website, I have come to the part where I type: make depend make in the dllx directory. (...) (20 years ago, 29-Oct-04, to lugnet.robotics.rcx.legos)
 
  Re: bad motor output because of lego firmware?!
 
(...) I suspect part of this delay is inherant to the firmware, and won't be "patchable" In any case, if you want your extender to be something you can market to most users, it should work with the standard firmware, without modification. Just my (...) (20 years ago, 28-Oct-04, to lugnet.robotics.rcx.nqc)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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