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 / *1055 (-20)
  Re: Communication with PC using NQC
 
(...) /Vlad (25 years ago, 9-Nov-99, to lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 
  Re: Communication with PC using NQC
 
(...) You might find the following helpful... (URL) again, you might not. jack j-perdue@tamu.edu (25 years ago, 9-Nov-99, to lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 
  RE: Long range IR mode.
 
<Range mode intro snipped> (...) I'd redefine it something like this....use upper case BASE @ HEX \ To keep from evaluating HEX every time... : RANGE_SET ( f -- ) \ non-zero is long, 0 is short >R FFB7 DUP C@ R> IF FFFE AND ELSE 0001 OR THEN SWAP C! (...) (25 years ago, 9-Nov-99, to lugnet.robotics.rcx.pbforth)
 
  "A cunning plan"
 
I am hoping someone has done some/all of this already... Aims: 1 To develop downloadable RCX code on the PC. 2 To develop immediate RCX code on the PC. 3 To run immediate code on the PC and the PalmPilot. 4 Spirit.ocx functionality. 5 IR comms to (...) (25 years ago, 9-Nov-99, to lugnet.robotics.rcx.java)
 
  JVM and spirit.ocx
 
Todd. Has anyone done much on this subject? I am looking at writing a class library to communicate/program the RCX from Java and I don't want to reinvent the wheel. I have seen some work on the net, but nothing definitive... Geoff (...) (25 years ago, 9-Nov-99, to lugnet.robotics.rcx.java)
 
  Re: Communication with PC using NQC
 
(...) Taking the example of the maze-walker, the PC software should be able to keep track of the position of the robot and direct it through the maze. (...) Yes, I looked at the code and it only needs a higher-level wrapper. (...) Yes, it does, (...) (25 years ago, 9-Nov-99, to lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 
  Re: Long range IR mode.
 
(...) Just scanned through Kekoka's excellent dissection of the ROM routines. Seems like system variable/register at address $ff7b contains the relevant Long range/Short range bit flag, ie. bit 0 toggles the IR range 0 = Long, 1 = Short. Could I (...) (25 years ago, 9-Nov-99, to lugnet.robotics.rcx.pbforth)
 
  Re: RCX motor voltage
 
(...) I am using the motors that came with the RCX. (...) Hmmm - do you propose to ensure the delay in the relay circuit or programmatically? If in the circuit, how? (...) (25 years ago, 9-Nov-99, to lugnet.robotics.rcx)
 
  Re: RCX motor voltage
 
Wes, relays would work pretty well. (Still, how much current do your motors draw???) The LEGO motors draw about .35 Amps (350 Milliamperes) You could connect two 5V coil relays , each with a diode in series with the coil, connected oppositely to (...) (25 years ago, 9-Nov-99, to lugnet.robotics.rcx)
 
  Re: Communication with PC using NQC
 
(...) Could you be more specific on "querying its state" and "high-level commands"? If you're willing to write custom C++ code, you can pretty much do whatever you want on top of the rcxlib stuff from the NQC source base. Its pretty easy to send (...) (25 years ago, 9-Nov-99, to lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 
  Use PC's IR port instead of IR tower?
 
Hello, Is it possible to use a PC's IR port, instead of the IR tower, to communicate with an RCX? (I have a Dell Inspiron 3500). -- Brad Aisa baisa@NOSPAMbrad-aisa.com -- PGP public keys available at: (URL) faire." (25 years ago, 9-Nov-99, to lugnet.robotics.rcx)
 
  Re: RCX motor voltage
 
(...) I can think of two other possibilities: The best approach is probably to add more gears so that the motors don't have to work as hard to move the platform. The platform will move more slowly, but at least it will move at all. (Hmm... That (...) (25 years ago, 8-Nov-99, to lugnet.robotics.rcx)
 
  Re: RCX motor voltage
 
(...) These solutions bring up problems of their own: using a motor to operate a switch (battery box or Lego switch) requires monitoring the switch state to determine on/off status. Also, there will be a time delay while the motor moves from one (...) (25 years ago, 8-Nov-99, to lugnet.robotics.rcx)
 
  Re: Hapless WinNT user
 
I'm afraid these are the same errors that were reported with 0.2.1. It would appear that it is looking at a very long and convoluted path which happens to include the standard gcc, not just the cross-compiler. But that is just a guess based on a (...) (25 years ago, 8-Nov-99, to lugnet.robotics.rcx.legos)
 
  Hapless WinNT user
 
That's me, trying to use legOS 0.2.2 on WinNT with CygWin. I'm using the same tools that worked for me for legOS 0.1.7. Make complains when it tries to build dll, specifically when it tries to compile loader.c. I get a bunch of redefined symbols and (...) (25 years ago, 8-Nov-99, to lugnet.robotics.rcx.legos)
 
  RE: Save image word for pbForth.
 
(...) OhOh. Now you have got me thinking again. I can fix my make system to provide images that have optional wordsets, double precision, floats, etc. This is a good thing. (...) Check (URL) and look in the PDA section. LOTS of free stuff there. (...) (25 years ago, 8-Nov-99, to lugnet.robotics.rcx.pbforth)
 
  Re: Communication with PC using NQC
 
(...) Thanks for the explanation. So, it's back to the basics! ;-) I did not explain my question very well, I think. What I would like to do is to steer the RCX from the PC, by querying its state and send it high-level commands (for example to make (...) (25 years ago, 8-Nov-99, to lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 
  Re: RCX motor voltage
 
(...) encountered an (...) (6 (...) have (...) them (...) did. (...) Yes, using a direct connection to a battery box your motors get more power. I don't know if this idea is applicable to your model, but you could use one motor attached to the RCX (...) (25 years ago, 8-Nov-99, to lugnet.robotics.rcx)
 
  Re: Save image word for pbForth.
 
(...) I like the solution proposed by many Forht packages (by hForth in particular): there is a basic kernel and a few different variations with optional wordsets. For myself, I would like to see at least one additional variation to pbForth - image (...) (25 years ago, 8-Nov-99, to lugnet.robotics.rcx.pbforth)
 
  RE: Save image word for pbForth.
 
(...) This is an important part of what I want pbForth to be. It should be possible lo load up "precompiled" images to let users put exactly what they want in their system. (...) Since SAVE-SYSTEM is something you do at the END of the development (...) (25 years ago, 8-Nov-99, to lugnet.robotics.rcx.pbforth)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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