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 1201 – 1220 of 2193.
Search took 0.02 CPU seconds. 

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

  RF vs IR link
 
Just a naive question: How much difficult would be to use the RF Cybermaster link with the RCX? (24 years ago, 17-May-00, to lugnet.robotics.rcx)
 

ir
(score: 1.891)

  Re: RTC
 
(...) Yes. The IR just becomes a dumb serial port whith an annoying builtin echo, almost like you had a serial port cable attached to the RCX. Open the port on the host system using whatever language you want and proceed to send commands to it. Of (...) (24 years ago, 23-May-00, to lugnet.robotics.rcx.pbforth)
 

ir
(score: 1.891)

  Re: Yet another Q: IR messages
 
Thanks for the information so far. Is there any NQC command similar to the RCX-code "wait until message"-block? --Tobias (24 years ago, 30-Mar-01, to lugnet.robotics.rcx.nqc)
 

ir
(score: 1.891)

  Re: Yet another Q: IR messages
 
If I am understanding what you want correclty (I have never used the RCX-code) only NQC then try this. Assume: RCX2 is sending message # 15 to RCX1. RCX1 is in a waiting state until it gets the message RCX code: . . . While (Message() != 15){ ++i; } (...) (24 years ago, 31-Mar-01, to lugnet.robotics.rcx.nqc)
 

ir
(score: 1.891)

  Re: Problem with IR
 
(...) Since posting I found the old post reporting this problem and have since tried this fix. Alas it didn't work but I will try it again. Steve (19 years ago, 21-Nov-05, to lugnet.robotics.rcx)
 

ir
(score: 1.891)

  Re: Problem with IR
 
(...) Why couldn't it be that if the firmware downloads? When I download my firmware, it's completely seperate from when I download nqc progs. Hope you get it sorted soon. (...) (19 years ago, 22-Nov-05, to lugnet.robotics.rcx)
 

ir
(score: 1.891)

  Re: Problem with IR
 
(...) I tried adding -v & > output.txt but it didn't work. All it did was light up the towers LED for a bit then quit back to the command line. It did work when I used -v, showing all the sent bytes, but the download still failed. I also managed to (...) (19 years ago, 24-Nov-05, to lugnet.robotics.rcx)
 

ir
(score: 1.891)

  Re: Co-operative Multi tasking in pbforth 2.1
 
Hi Ralph Thanks for you reply. I have just started into the article on background monitoring, its great. I am looking forward to your articles on hooking into the one millisecond timer and use of using John Barnes' ultrasonic sensor. I was going to (...) (22 years ago, 3-May-02, to lugnet.robotics.rcx.pbforth)
 

ir
(score: 1.891)

  Re: gcc build instructions for linux
 
OK, I have some more information now. When I build 0.1.6 in my new environment it works fine. 0.1.7 and the snap exhibit the problem. The problem is that when using tm-and-ir, the 'view' button (which is supposed to send the message "Hello World") (...) (26 years ago, 8-Apr-99, to lugnet.robotics.rcx.legos)
 

ir
(score: 1.891)

  Re: Tasks vs. program slots
 
(...) What exactly does the Sharp IR receiver do? If it uses Sharp's ASK modulation, then you may have a problem. Ideally, what you want is something like a phototransistor to a good preamp, followed by a bandpass around 38kHz, then some sort of (...) (25 years ago, 18-Sep-99, to lugnet.robotics.rcx.nqc)
 

ir
(score: 1.891)

  Connecting 2 RCXs
 
The IR interface is one way to establish a "connection" via messages between 2 RCXs and it works fine if both of the RCXs will receive a message - directly or by multiple reflections within the room. However, it is a slow communication. My problem (...) (24 years ago, 19-Oct-00, to lugnet.robotics.rcx.nqc)
 

ir
(score: 1.891)

  Re: Using IR Remote within pbFORTH
 
(...) Interesting. What sort of class/project is this? (...) I think I have some DOS dowload program at home. I never tried it, so I can't tell you whether it really works. I got it from the internet, so I suggest you try some search engines. If you (...) (23 years ago, 2-Nov-01, to lugnet.robotics.rcx.pbforth)
 

ir
(score: 1.891)

  Re: disable LNP
 
(...) Steve, If no IR traffic (of any kind) is occurring, then there is very little overhead associated with LNP being active. In any event, this trivial amount of overhead (in systime.c) can't be disabled. What you really need to be concerned about (...) (21 years ago, 10-Oct-03, to lugnet.robotics.rcx.legos)
 

ir
(score: 1.891)

  Re: RCX to Spy messages thru IR communications route
 
(...) Yes, that is what another person told me via email yesterday. So a ping simulation function for an RCX running the RCX2 firmware could be: // nLinkID = 0-7, where 0 = no link, 7 = pc link, 1-6 = controller link // nMyID = 8-255 (minBotID = 8, (...) (21 years ago, 25-Mar-04, to lugnet.robotics.spybotics, lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 

ir
(score: 1.891)

  Re: librcx & interrupt handler
 
Hi (...) i thought of that... but it seemed too easy... (...) here's what I wrote, and so far it seems to work proprly (tell me if I'm wrong): #include <timer.h> #include <null.h> #include <irq.h> static char _timer_data[64]; #define save_reg() (...) (22 years ago, 30-Aug-02, to lugnet.robotics.rcx)
 

ir
(score: 1.891)

  Re: PIC-RCX half-duplex IR receive and transmit
 
(URL) forgot my website with the documentation, sorry! (21 years ago, 16-Jan-04, to lugnet.robotics.rcx)
 

ir
(score: 1.891)

  LNP Help
 
Hey, I am trying to get my computer to talk to 2 rcxs. I have the program and when I send ir messages to the RCX loaded with LegOS, it shows the IR port on. However I do not understand what the packets should look like with the intergrity layer. (...) (24 years ago, 13-Jan-01, to lugnet.robotics.rcx.legos)
 

ir
(score: 1.891)

  Re: LEGO Mindstroms 2.0: Alternative transmission techniques
 
(...) Andreas, IR struggles to keep contact in one room, so you need an RF wireless solution. It is possible to include a PDA with Bluetooth or WiFi support as part of your robot, and communicate between the PC and the PDA over the RF protocol, and (...) (22 years ago, 20-Oct-02, to lugnet.robotics.rcx.java)
 

ir
(score: 1.890)

  Re: lnp communication question
 
Remember the medium... cheap IR basically stinks for transmission. You get transients from the lights in your room, the outdoors, yadda, yadda. Luis (wishing for RF like the Europeans get ;) (...) ---...--- "Going to California with an aching in my (...) (24 years ago, 17-May-00, to lugnet.robotics.rcx.legos)
 

ir
(score: 1.890)

  Re: Spybotics Comms
 
In lugnet.robotics.spybotics, Marco Correia writes: [snip] (...) I need help answering the question "Can a Spybot send Mana IR-like protocol? I want my Spybot to control my mana. I'm too stupid to interpret to Spybot SDK on my own, and there's no (...) (22 years ago, 4-Apr-03, to lugnet.robotics.spybotics, lugnet.robotics.rcx.nqc, lugnet.robotics)
 

ir
(score: 1.890)

More:  Next Page >>


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