To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcx.legosOpen lugnet.robotics.rcx.legos in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / legOS / *3304 (-20)
  Re: OS X Complier problems solved--now struggling with BrickOS
 
(...) Hi, First, in terms of my compiler build (referencing your previous post...) what I had a problem with was building the sample C++ code that came with BrickOS. I don't need C++ so I haven't investigated this any further. You're free to try my (...) (21 years ago, 14-Jun-03, to lugnet.robotics.rcx.legos)
 
  Re: Varying the output voltage?
 
This is what I noticed, comparing the two systems with BrickOS One thing that I noticed was at the lower voltages the needle on my multimeter wavered around a little and it tended to steady at the higher power levels All of the readings were taken (...) (21 years ago, 14-Jun-03, to lugnet.robotics.rcx.legos)
 
  OS X Complier problems solved--now struggling with BrickOS
 
Ok, you can (perhaps--I haven't been able to test it yet) ignore my previous post. I was trying to build the cross compiler using GCC 3.3, and nothing I tried would work. When I switched to 3.2.3, the errors disappeared. So I'm making the temporary (...) (21 years ago, 14-Jun-03, to lugnet.robotics.rcx.legos)
 
  Cross Compiler for the Mac Os X
 
Has anyone had any luck creating a cross complier for the Mac? I've downloaded Michael Zapp's, but he said it wasn't working for C++. I've been trying to compile my own, but I keep getting errors. Any suggestions or pointers would be greatly (...) (21 years ago, 14-Jun-03, to lugnet.robotics.rcx.legos)
 
  Re: Varying the output voltage?
 
(...) Actually there are four, sort of, as for 0 there are float (contacts separated, infinite resistance) and brake (contacts shorted, zero resistance). The standard firmware switches rapidly between on and float (each cycle takes 8ms), which (...) (21 years ago, 14-Jun-03, to lugnet.robotics.rcx.legos)
 
  Re: Varying the output voltage?
 
(...) The eight different power level pulsing is called "PWM", translation=Pulse width modulation. PWM is the way a digital chip cheats/mimics true analog without a D/A convertor. Since the only output of a digital chip is on or off, there is no (...) (21 years ago, 14-Jun-03, to lugnet.robotics.rcx.legos)
 
  Varying the output voltage?
 
I was wondering if it was possible to control the speed/torque of the motor by varying the output voltage in brickOS. It seems that the speed parameter on the motors only changes the rate at which they pulse on and off. I am looking for something (...) (21 years ago, 14-Jun-03, to lugnet.robotics.rcx.legos)
 
  Communication between RCX
 
Hello there, I've wrote a little library who permit you to communicate with RCX easily All information is in the package (URL) (21 years ago, 13-Jun-03, to lugnet.robotics.rcx.legos)
 
  BrickOS Talking to Robolab?
 
Has anyone used BrickOS to talk to Robolab? I really like the Robolab visualization tools and it would be a shame to not be able to fool Robolab into to talking to the BrickOS firmware. I am in the process of designing a simple Fuzzy controller and (...) (21 years ago, 11-Jun-03, to lugnet.robotics.rcx.legos)
 
  Re: DCC for the RCX
 
(Sorry, did FUT to .legos, but didn't post to it. I'm such a newbie!) (...) (21 years ago, 10-Jun-03, to lugnet.robotics.rcx.legos)
 
  Re: DCC for the RCX
 
Hi Ralph, I should be able to extract the source for the low level driver routines this week. If anyone else is interested, please email me. Note for BrickOS users: it's not simply a matter of plonking the routines into a program. The kernel will (...) (21 years ago, 9-Jun-03, to lugnet.robotics.rcx, lugnet.trains, lugnet.robotics.rcx.legos)
 
  Re: brickos-0.2.6.10 error
 
Scott, You need to put a .depend file and Makefile inside the directory you are compiling the programs in. Just create a file with the extenstion .depend and put it into your programs directory. There dosn't need to be anything in the file. When you (...) (21 years ago, 3-Jun-03, to lugnet.robotics.rcx.legos)
 
  brickos-0.2.6.10 error
 
I get this when ever I try to compile a program. Scott Davis@Scott ~ $ cd /brickos/programs Scott Davis@Scott /brickos/programs $ dir Makefile motor.c Scott Davis@Scott /brickos/programs $ make motor.lx Makefile:51: .depend: No such file or (...) (21 years ago, 2-Jun-03, to lugnet.robotics.rcx.legos)
 
  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)
 
  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)
 
  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)
 
  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)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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