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 681 – 700 of about 2200.
Search took 0.01 CPU seconds. 

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

  Re: new RoboLab 2.5 compatible with old serial IR tower & RCX 1.0
 
(...) Richard (or others), I wish I knew where this info is coming from. Pitsco LEGO Dacta's web site has nothing I can find. I would like to know when Robolab 2.5 will be available and if there is an upgrade available to users of ver 2.0. And I (...) (23 years ago, 19-Sep-01, to lugnet.robotics.rcx.robolab)
 

ir, tower
(score: 0.817)

  WiiMote controlled shipyard crane
 
Recently, I've bought WiiMote (Nintendo Wii Controller), which can be tethered to a regular PC via Bluetooth. You can then use for example this library - (URL) - to read WiiMote buttons, IR and accelerometer data. I've combined this with a simple (...) (17 years ago, 27-Jan-08, to lugnet.robotics.rcx)
 

ir
(score: 0.817)

  Sending ir packets
 
I am writing a program, and it doesnt work. Right now im just trying to make sure I can interface with the serial port properly. So I am sending: 55 ff 00 51 ae 03 fc 54 ab At 2400 baud, 8 data bits, odd parity, and one stop bit. It doesnt work. The (...) (23 years ago, 20-Sep-01, to lugnet.robotics.rcx)
 

ir, tower
(score: 0.815)

  (canceled)
 
 

ir, tower
(score: 0.815)

  Re: About SetSerialComm(SERIAL_COMM_DEFAULT);
 
hi Zhengrong, Sorry, I didn't understand (or read) your message well, I thought you were looking for communicating with a PC. Well as far as my knowledge reaches, I agree with Dave, the RCX can't receive raw data (except for program downloading, (...) (23 years ago, 8-Sep-01, to lugnet.robotics.rcx.nqc)
 

ir, tower
(score: 0.810)

  dll: error deleting program
 
I've got legos version 0.2.5 and I get an error when I try to use the dll program. I've just installed the kernel and that seemed to go ok. Here's the output from dll: # ./dll --tty=/dev/ttyS1 -v -e ../code/helloworld.lx opening tty... KeepAlive (...) (23 years ago, 31-Aug-01, to lugnet.robotics.rcx.legos)
 

ir, tower
(score: 0.808)

  IR tower info
 
Hi all, As part of our current lego project we are trying to make a PC another node on a legOS network so that we can control robots from a PC. (the end goal I have in mind is a similarish interface to the RCXCC but that is a long way down the (...) (25 years ago, 3-Dec-99, to lugnet.robotics.rcx)
 

ir, long, tower
(score: 0.806)

  Re: WINLNP QUESTIONS
 
I did some more digging. When I look into the reg I do not find the reg keys as mentioned on the (URL) page. I dig in the code and set the com port by hand (directly to com1) and now I have the green ligth on the IR tower. However still no messages (...) (23 years ago, 13-Aug-01, to lugnet.robotics.rcx.legos)
 

ir, tower
(score: 0.802)

  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)
 

range, ir, long
(score: 0.801)

  WINLNP QUESTIONS
 
Dear all, I have some troubles setting up WinLNP. I am new to RCX (2 months) and legOS (1 month) and have not much experience with VC6. I want to set up a line of communication between PC and RCX. I downloaded everything from (URL) and I managed to (...) (23 years ago, 13-Aug-01, to lugnet.robotics.rcx.legos)
 

ir, tower
(score: 0.801)

  Re: Displaying info while debugging
 
Thanks a lot Ralph, And I'm sure you're right. I tried this: 10000 VALUE CTR : test 100 0 DO I CR . CTR 0 DO LOOP LOOP ; For CTR > 11000, the numbers are displayed one at a time. Below 11000, they're displayed in batch. So, it probably means that (...) (22 years ago, 3-Jul-02, to lugnet.robotics.rcx.pbforth)
 

ir, long
(score: 0.800)

  Re: Long range IR mode.
 
(...) Great, much more generalized code. What are the >R and R> words BTW? Did FFB7 C@ . and found the contents to already FE, as in, it appears that the default IR mode is indeed Long to start with. Seems like the effective range is much shorter (...) (25 years ago, 11-Nov-99, to lugnet.robotics.rcx.pbforth)
 

range, ir, long
(score: 0.800)

  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)
 

range, ir, long
(score: 0.799)

  Re: CPR for RCX?
 
(...) I knew Assembler would come into play sooner or later. I have downloaded a copy of the H8/300 Assembly language spec. What I still don't understand is how you turn the object code into 'S'-type records with 'ld'? (...) Can I assume the RCX has (...) (22 years ago, 1-Jul-02, to lugnet.robotics.rcx.pbforth)
 

ir, long
(score: 0.799)

  Long range IR mode.
 
Does anyone know how to switch the RCX to long range IR mode in PBForth? Dave (25 years ago, 6-Nov-99, to lugnet.robotics.rcx.pbforth)
 

range, ir, long
(score: 0.798)

  RE: Long range IR mode.
 
(...) I don't have this word defined yet. If you like and REALLY need it, I can roll it into the next release which will use the ROM math routines for speed. I could (time permitting) roll a special release out for you in the next few days with just (...) (25 years ago, 6-Nov-99, to lugnet.robotics.rcx.pbforth)
 

range, ir, long
(score: 0.796)

  remote control
 
hi all, ive been out of the loop for a while now (summer vacation). so if this has been discused lately forgive my ignorance. im working on a program that lets me control the RCX from a PC using the IR tower. im using legOS 2.4 on redhat 6.1. i am (...) (23 years ago, 23-Jul-01, to lugnet.robotics.rcx.legos)
 

ir, tower
(score: 0.794)

  Re: Uploading datalog - some confusion?
 
(...) Are you sure about the handshake, on a PC with a serial IR-tower there is no handshake (not necessairy because the PC is the master and the RCX is the slave). (...) best regards, Stef Mientki (23 years ago, 16-Jul-01, to lugnet.robotics.rcx)
 

ir, tower
(score: 0.793)

  Controlling an Electromagnet (LSM)
 
Hi all, It's been a while! A long while ago, while in elementary school, I used LEGO to build a manually-operated Linear Synchronous Motor (LSM) for a science fair project. I want to revisit this as an adult and built a full test track with a couple (...) (13 years ago, 24-Dec-11, to lugnet.robotics.rcx)
 

long
(score: 0.793)

  IR
 
Hi All. Is there a way to set the IR transmitter to something like 'long range mode'? I would like to have a more powerful beam for proximity detection. I've tried lnp_logical_range(1), doesn't seem to make a difference. The problem is that I don't (...) (25 years ago, 2-Nov-99, to lugnet.robotics.rcx.legos)
 

range, ir, long
(score: 0.791)

More:  Next Page >>


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