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 / *7620 (-20)
  Re: DCC for the RCX
 
<snip> (...) Hey Esger I'm not an electronic specialist by any stretch of the imagination (though not by lack of trying) But commercially available DCC controllers and stuff mostly run at 12 volts (from the research I read), but the RCX runs at 9 (...) (21 years ago, 28-May-03, to lugnet.robotics.rcx, lugnet.trains)
 
  Re: DCC for the RCX
 
(...) As I run 12v stuff I dont know the 9v motor good enough to comment on the capacitors but I dont think it's that good an idea to use a resistor to drop the voltage. Use one or more (zener)diode's instead. Esger (21 years ago, 28-May-03, to lugnet.robotics.rcx, lugnet.trains)
 
  Re: Remote control under linux
 
(...) I'm not sure I understand the question. Are you saying that you want Program #1 to start when you press button P1 and stop running when you release the button? This isn't how the remote works, but you could just have your program send the Stop (...) (21 years ago, 28-May-03, to lugnet.robotics.rcx, FTX)
 
  need help for MLCAD:"add new piece to library"
 
Hi everybody, there are missing parts in my MLCAD library.For example I do not have small pneumatic cylinder or pneumatic switch. how can I get on? do I have to create my own custom part or is there any optional free library.If I create my own piece (...) (21 years ago, 28-May-03, to lugnet.robotics.rcx)
 
  Re: DCC for the RCX
 
(...) Oh My Goodness! This is what I've been waiting for--when I priced out DCC controllers, they were 200+ CDN... If I can get one of my many RCX's to do it, well that's entirely another matter. When I originally did the research and found the cost (...) (21 years ago, 28-May-03, to lugnet.robotics.rcx, lugnet.trains)
 
  Re: DCC for the RCX
 
(...) Mark, nice work, this is very sweet. Makes me wish I had some DCC LEGO train motors even more. I guess one day I need to get off my fanny and put some together. I will bookmark this for sure, since I'm sure I'll be wanting to use it in the (...) (21 years ago, 28-May-03, to lugnet.robotics.rcx, lugnet.trains, FTX)
 
  DCC for the RCX
 
Hello All, I've completed a new bit of firmware that enables the RCX to act as a DCC Command Station. For those who are not familiar, DCC (short for Digital Command Control) is a means of sending electrical signals over model railroad tracks to (...) (21 years ago, 28-May-03, to lugnet.robotics.rcx, lugnet.trains) !! 
 
  Re: How to call SCOUT ROM subroutine from NQC
 
Dear Dave Baum, Thank you for your reply. First of all, I enyoy your wonderful creation NQC very much. I also learn much from your EXTREME MINDSTORM book although it is dedicated to RCX rather than to RDS SCOUT. I successfully call almost all SCOUT (...) (21 years ago, 27-May-03, to lugnet.robotics.rcx.nqc)
 
  Re: PC to RCX communication
 
You may check out javastorms at www.javastroms.org. The project seem to be abandoned, but the code is available. Basically it does what you aim for so it should be a good starting point. I have used the code as base for some of my own projects and (...) (21 years ago, 26-May-03, to lugnet.robotics.rcx.legos)
 
  R: R: Transmitting a message from the RCX to the PC
 
A C++ OO framework that encapsulates the LASM bytecode of Lego has been developed inside a didactical project. The class spirit that maintains the communication with the RCX is the fundamental part of this framework. The source code of this class (...) (21 years ago, 26-May-03, to lugnet.robotics.rcx)
 
  Re: Remote control under linux
 
Oh chris I have a litle problem. I want to execute the program 1 and it stop when I stop to send the message Is there an other code to send to hand this progrma ? nanobapt (21 years ago, 25-May-03, to lugnet.robotics.rcx)
 
  Re: Transmitting a message from the RCX to the PC
 
Would it be possible to have two RCX's communicate back and forth with a single PC by using two Infrared towers? By enclosing one tower/RCX pair in a box you could isolate the RCX's from interrupting each other's communications. I'm guessing that (...) (21 years ago, 25-May-03, to lugnet.robotics.rcx)
 
  Re: How to call SCOUT ROM subroutine from NQC
 
(...) There isn't any built-in support for calling the ROM routines, but you can probably hack together what you need. You'll need to use "#pragma reserve" to prevent NQC from assigning variables to the registers used for parameter passing to the (...) (21 years ago, 24-May-03, to lugnet.robotics.rcx.nqc)
 
  Re: PC to RCX communication
 
This Thread could probably answer more :) (URL) this helps "Shehryar Shaheen" <shehryar.shaheen@ul.ie> wrote in message news:HFD5yE.1pxM@lugnet.com... (...) a (...) java.comm (...) (21 years ago, 23-May-03, to lugnet.robotics.rcx.legos)
 
  Re: PC to RCX communication
 
It's been a while since I last played with LNP but I can recall that it works well under Linux. The LNP deamon must be running on the PC before the RCX and the PC can communicate. I think with windows you still need the LNP deamon running under (...) (21 years ago, 23-May-03, to lugnet.robotics.rcx.legos)
 
  PC to RCX communication
 
I'm working a project to communicate from a PC to an RCX running the current version of BrickOS-0.2.6.10. I'm running windows 2000 professional and I use the current version of Cygwin. The idea behind the project is to create a Java application that (...) (21 years ago, 23-May-03, to lugnet.robotics.rcx.legos)
 
  Re: R: Transmitting a message from the RCX to the PC
 
(...) Giuseppe, your attachment was discarded by the LUGNET server. Could you briefly summarize the information from the readme file that you think is relevant to this discussion? Thanks in advance! - Chris. (21 years ago, 23-May-03, to lugnet.robotics.rcx)
 
  Re: Remote control under linux
 
(...) Nice work! Glad to see a native Linux version of this. Quickly scanning your source code (no Linux machine to run it on today!) I notice that you send RCX opcodes in order to emulate the effect of each button on the remote. This is an (...) (21 years ago, 23-May-03, to lugnet.robotics.rcx)
 
  R: Transmitting a message from the RCX to the PC
 
Look at the material, it contains a readme file. this is just the top of the iceberg. If you are interested let me know. Giuseppe -----Messaggio Originale----- Da: "Steven lane" <steveroblane@aol.com> A: <lugnet.robotics.rcx...ugnet.com> Data invio: (...) (21 years ago, 23-May-03, to lugnet.robotics.rcx)
 
  Re: Transmitting a message from the RCX to the PC
 
(...) This is what I was wondering about. You have defined the core problem that needs solving (I was going to ask you to do that). So it seems we can have one PC to RCX link or multiple RCX's but not both, darn! (...) My initial idea/solution would (...) (21 years ago, 23-May-03, 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