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 / Search Results: range USB IR long Tower
 Results 2041 – 2060 of 2193.
Search took 0.02 CPU seconds. 

Messages:  Full | Brief | Compact
Sort:  Prefer Newer | Prefer Older | Best Match

  Re: Aborting from ISR
 
(...) Hi, the nice thing in this solution is that it doesn't inspect or touch the user return stack at all. The structures that are used to get to the FIP (instruction pointer) - namely: the position of the saved D-stack in the *private* R-stack and (...) (22 years ago, 20-Jul-02, to lugnet.robotics.rcx.pbforth)
 

long
(score: 1.059)

  Re: Help with Clock
 
Hi Scott, (...) yes. It is like a big wall clock that shows milliseconds. (...) System.currentTimeMillis(); Note that this is a long integer. If you need more than one timer you can remember the time in variables and then compute the difference, (...) (22 years ago, 1-Sep-02, to lugnet.robotics.rcx.java)
 

long
(score: 1.058)

  Re: brickos 090 problem no program download with CONF_LNP_FAST
 
Hello Powolny, > > I build allready a bluetooth connection between the pc and the rcx . The > bluetooth module (BTM-222) supports the spp serial protocoll only for 4800 or > higher baudrates. But it is cheap in comparsion to other ones. Costs about (...) (16 years ago, 29-Apr-08, to lugnet.robotics.rcx.legos)
 

ir
(score: 1.056)

  RE: FW: updating Robolab 2.5 - Some testing
 
Hello Colin, In order to get this CD-ROM for 2.5.1 I called Deanna Newell at Pitsco. She was on vacation and they transferred me to some very friendly tech support people. To make a long story short, I pointed out all the patches that need to be (...) (22 years ago, 18-Aug-02, to lugnet.robotics.rcx.robolab, lugnet.dacta)
 

long
(score: 1.055)

  RE: updating Robolab 2.5
 
Hello Miles, After all the help you have been to me in the past I am happy to help you. About two months ago I received a CD-ROM from Pitsco with the label 2.5.1 on it. The instructions were very simple "Overlay everything in the current Robolab (...) (22 years ago, 17-Aug-02, to lugnet.robotics.rcx.robolab, lugnet.dacta)
 

long
(score: 1.055)

  Re: Have a curator for robotics/rcx/legos ? and...
 
Stephen, (...) I'd gladly second that (self-)nomination! (...) I would consider keeping the old group and creating a new one for brickOS. My main reasoning is that there are sure to be queries about previous releases of legOS for quite some time, (...) (22 years ago, 18-Aug-02, to lugnet.admin.curators, lugnet.robotics.rcx.legos)
 

long
(score: 1.055)

  link error with binutils 2.13
 
hi, after a long time having a running legos 0.2.5, with gcc 2.95.2 and binutils 2.9.1, i decided to get legos 0.2.6 and use the opportunity to upgrade gcc to 3.2 and binutils to 2.13. Everything went smoothly (even the firmware seems to load (...) (22 years ago, 2-Sep-02, to lugnet.robotics.rcx.legos)
 

long
(score: 1.054)

  Re: Continous operation
 
(...) SNIP (...) Thanks for the help. Sounds like the RCX works great for long periods of time. Andreas (22 years ago, 9-Sep-02, to lugnet.robotics.rcx)
 

long
(score: 1.053)

  Re: Warning cleanup questions with gcc3.2
 
(...) I am running 3.1 and got the same error. But for user programs only because a line in boot/config.h is too long. In fact this is no error but just a warning. Looks bad but the code is ok. (...) If you look at the beginning of the file (I think (...) (22 years ago, 5-Sep-02, to lugnet.robotics.rcx.legos)
 

long
(score: 1.053)

  Re: RCX Serial Hardware Hack
 
Glad to hear it is working--thank you for the update. If I may ask, I have a few questions-- * So if I understand these posts correctly, 4800 baud now works with the IR connection and not just with the hardware hack? *A couple posts from Dick Swan (...) (16 years ago, 24-May-08, to lugnet.robotics.rcx.legos)
 

ir
(score: 1.052)

  Remote control RCX by mobile phone
 
I try to make a appli that executed in mobile phone, it can control RCX. The mobile phone's SDK provides class RemoteControlData with some methods as below: setPulse(int leader_on, int leader_off, int trailer_on) leader_on: start bit High period (...) (16 years ago, 27-May-08, to lugnet.robotics.rcx)
 

ir
(score: 1.051)

  Re: Remote control RCX by mobile phone
 
Dear Zhengrong Zang I don't thing that this will be work because as far as i know mobile phone's using the irda protokoll like on the pc's to comunicate to mobilephones and other devices. The protokoll is the same: baud parity and stopbit but it (...) (16 years ago, 30-May-08, to lugnet.robotics.rcx)
 

ir
(score: 1.051)

  Re: Automatic RCX Battery Recharging
 
(...) For you and me, that's simple... but even procurement of parts other than plain vanilla ones may be a nightmare for someone who isn't more or less in the electronics business (At least it is here in France) (...) Thanks for the pointer. (...) (...) (22 years ago, 24-Sep-02, to lugnet.robotics.rcx)
 

long
(score: 1.050)

  Automatic RCX Battery Recharging
 
Some of us on the leJOS mailing list were discussing auto-battery recharging with the RCX. Here's some technical thoughts from Philipe Hurbain that might be useful to others. p.s. If anyone has anything to add to this please do. -*-*-*-*-*- I think (...) (22 years ago, 23-Sep-02, to lugnet.robotics.rcx)
 

long
(score: 1.050)

  How to find maximum available memory for datalog, power consumption and sensor wire length?
 
Hi there, I'm preparing to write a log program to store temperature values in the datalog. After some experimenting and familiarizing with the datalog associated functions I've found the following: Using CreateDatalog(x) with x being a constant and (...) (22 years ago, 30-Sep-02, to lugnet.robotics.rcx.nqc)
 

long
(score: 1.049)

  Re: Float and int
 
(...) int is 16 bits, big endian, signed. It goes from -32768 to 32767. unsigned int goes from 0 to 65535. char is 8, long is 32, long long is 64, with the standard limits. Floats and doubles are emulated in software, as the H8/300 processor has no (...) (22 years ago, 30-Dec-02, to lugnet.robotics.rcx.legos)
 

long
(score: 1.049)

  multiplex 2 touch sensors on a single RCX port
 
I have these 2 touch sensors multiplexing on the same input port. Their raw values are 47 and 39. I tried to set up 2 separate events, one for the range of 45 to 50 and another one for 35 to 40. However, the one for the lower feedback often set off (...) (16 years ago, 2-Jun-08, to lugnet.robotics.rcx.robolab)
 

range
(score: 1.046)

  Re: LNP-problem...
 
(...) Hi, I'm Pieter and working with Tom on a project. I 've tried you're code but it doesn't work. To me the problem seems to be with lnpd. Here is it's log of the session. 0:Info > created lock file /var/lock/LCK..ttyS0 233:Info > running in (...) (22 years ago, 23-Nov-02, to lugnet.robotics.rcx.legos)
 

long
(score: 1.043)

  Re: Why...
 
Nick, Setting the timeslice to a low number (5ms is fairly low), negetively effects overall system performance. Time used by the operating system for task switching is taken away from applications. If a switch takes .5ms (for example) and you switch (...) (22 years ago, 21-Nov-02, to lugnet.robotics.rcx.legos)
 

long
(score: 1.042)

  Page down
 
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Anything under www.enteract.com/~dbaum gives me a 403 Forbidden. Is the page temporarily down, or has it moved? If it's down for a long time, where can I get the latest NQC version? -----BEGIN PGP (...) (22 years ago, 24-Nov-02, to lugnet.robotics.rcx.nqc)
 

long
(score: 1.042)

More:  Next Page >>


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