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 / *7600 (-20)
  Remote control under linux
 
Like (URL) devellop a program to emulate the mindstorms remote controller under linux I'm using GTK, here is a snapshot : (URL) you want to have it download it here : (URL) compile it you have to install gtk-dev 2.0 and compile with this option : (...) (21 years ago, 23-May-03, to lugnet.robotics.rcx)  
 
  Re: Transmitting a message from the RCX to the PC
 
(...) This is a good technique for addressing messages to an individual RCX, and I've used it myself on many occasions. In this case, it is your RCX or NQC program on the 'bot that is "responding" or "not responding" either by taking action or (...) (21 years ago, 23-May-03, to lugnet.robotics.rcx)
 
  How to call SCOUT ROM subroutine from NQC
 
Dear members, I would like to know how to call RDS SCOUT ROM subroutines from NQC. The SCOUT ROM Subroutines are useful and may save much memory for SCOUT. Thankyou in advance. Liem PH (21 years ago, 23-May-03, to lugnet.robotics.rcx.nqc)
 
  Re: Sound.playTone
 
thanks Roger I think if the sirene is kept working for long time, it starts to get out of sync. Probably because the instructions in the for loop also takes some time to execute. I'm away from my rcx for many months and i don't remeber if i took (...) (21 years ago, 22-May-03, to lugnet.robotics.rcx.java)
 
  Re: Transmitting a message from the RCX to the PC
 
I'm posting this on behalf of John Donaldson who is having a problem with his emails bouncing, so this is his text verbatim. Why can't a mode where a two byte sequence is sent. The first byte is the bot address and the second byte is the data code. (...) (21 years ago, 22-May-03, to lugnet.robotics.rcx)
 
  Re: Transmitting a message from the RCX to the PC
 
(...) I am not sure if there is a way to disable the communications on the RCX when using the standard firmware. You could try putting an aluminum foil blinder around RCX No 2's IR transceiver, but I've found IR notoriously difficult to block since (...) (21 years ago, 22-May-03, to lugnet.robotics.rcx)
 
  Re: Transmitting a message from the RCX to the PC
 
(...) I'm not the originator of this thread but I am interested in the same problem. I'm intending to use MS visual c++ V4 spirt.ocx RIS 2.0 firmware and NQC (...) I do want to use two RCX's though. My plan is to have RCX No 2 send data to RCX No 1. (...) (21 years ago, 22-May-03, to lugnet.robotics.rcx)
 
  Re: Transmitting a message from the RCX to the PC
 
(...) The one-byte messages supported by the RCX are not generally designed to go from the RCX to the PC. They are intended to go from the PC to the RCX, or from one RCX to another. One reason for this is that the original RS-232 IR tower would not (...) (21 years ago, 22-May-03, to lugnet.robotics.rcx)
 
  BricxCC release 3.3.7.5
 
Version 3.3.7.5 fixes two bugs with the copy to clipboard function on the Analysis graph. It fixes the Clear Memory function so that it now clears all five program slots (it used to leave slot 1 untouched). It fixes form and component size issues (...) (21 years ago, 22-May-03, to lugnet.robotics.rcx.nqc, lugnet.robotics.rcx.legos, lugnet.robotics.rcx)
 
  Re: USB on winXP/2k problem: cannot download
 
(...) Dear all, Sorry. I made a mistake. I had installed 2.5 instead of 2.6.10 of brickos. Now it works fine. Many thanks, G. (21 years ago, 22-May-03, to lugnet.robotics.rcx.legos)
 
  Transmitting a message from the RCX to the PC
 
Hi, Can somebody help me out with what is involved in transmitting a message from the RCX to the PC. I have an application and I have tried to read the message from the RCX on the PC, but i am not getting the desired results. Thanks Michael (...) (21 years ago, 22-May-03, to lugnet.robotics.rcx)
 
  USB on winXP/2k problem: cannot download
 
Dear All, I have installed cygwin, compiled brickOS and tried to download the firmware and software. I cannot make firmdl3 or dll to work: "Error 2: Opening USB" The same error when the tower is attached and when it is not. I can download the (...) (21 years ago, 22-May-03, to lugnet.robotics.rcx.legos)
 
  Re: Sound.playTone
 
Hi Daniel, (...) True (...) This does not seem to be a problem with my code; Motor.A.forward(); for (float x=0; x<1000; x+=0.1f) { int sx = (int)(Math.sin(x)*10.../calculate sine once Motor.A.setPower(3+3...0);//avoid negative power (...) (21 years ago, 21-May-03, to lugnet.robotics.rcx.java)
 
  Re: R: Upgrade RCX?
 
Hi, the board is still under development, do far I dont have any PCB layout. All is done on a prototype board and not all comonents tested yet. A simple port of BrickOS is also not possible, because of the complete different structure of the µC. I (...) (21 years ago, 21-May-03, to lugnet.robotics.rcx.java, lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
 
  Sound.playTone
 
hi The Sound.playTone method always return immediatly. It seems that it only puts the information in a queue, which is then played in background. This can be good but can also be a problem to control the program behavior. For instance, i want to (...) (21 years ago, 21-May-03, to lugnet.robotics.rcx.java)
 
  Re: brickos-0.2.6.10 CONF_DSENSOR_MUX problem
 
I tried the following program and it seems to be doing something useful with the sensor power. I looked at it on the scope and it generates a regular pattern with 10ms pulses. I don't have one of these sensor mux devices so I can't actually tell if (...) (21 years ago, 19-May-03, to lugnet.robotics.rcx.legos)
 
  Re: RCX packet format
 
Michael, It depends on what type of software you are running on the PC. If you are talking directly to the serial port (or USB port) on the PC side, then you don't need to adhere to any specific packet type, you can invent your own (if that's what (...) (21 years ago, 19-May-03, to lugnet.robotics.rcx)
 
  SoftWIRE Curriculum for MindStorms Programming
 
I just noticed that a former employer of mine, SoftWIRE, has made their MindStorms programming curriculum available for free download. SoftWIRE is a graphical programming extension for Visual Studio .NET that, among other things, I added programming (...) (21 years ago, 19-May-03, to lugnet.edu, lugnet.robotics.rcx) ! 
 
  R: Upgrade RCX?
 
I'm using Lego MindStorms for didactical laboratory at Politecnico di Torino. I'm interested in your project. I have two questions: Would it be difficult to reproduce in multiple copies your board? How do you solve the problem of porting the (...) (21 years ago, 17-May-03, to lugnet.robotics.rcx.java, lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
 
  rcx ir tower and irda
 
I just wondered - is it possible to use the ir tower as an irDA-port? I know that it isn't the protocal that the rcx uses, but since the rcx can coummunicate with e.g. a palm .. (URL) shouldn't it be possible to do it the other way round? In that (...) (21 years ago, 18-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