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 1621 – 1640 of 2193.
Search took 0.01 CPU seconds. 

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

  ERIKA 1.2 available for download...
 
ERIKA 1.2 available for download! This version includes: - enhanced infrared support (single and multi-byte send!) - infrared transmission bugfix - PWM support now can be installed on timers T80/T81 depending on thefeatures (notes, IR transmission) (...) (21 years ago, 24-Nov-03, to lugnet.robotics.rcx)
 

ir
(score: 1.341)

  Re: Robolab, byte codes and assembler
 
---...--->snip (...) I guess the competition asks you to run a certain distance as precisely as possible, or/and do some precise turns. We often experienced this kind of challenges in our school. The best way seemed to be to collect statistical (...) (21 years ago, 28-Nov-03, to lugnet.robotics.rcx.robolab)
 

ir
(score: 1.340)

  QuiteC IR interfacing to lego firmware IR
 
Hi, QuiteC's IR facilities are rudimentary. They send and receive single bytes. I need to be able to make it send and receive lego IR protocol messages for opcode 0xf7. I'm not having much luck. When I send a 0xf7 opcode with a message of 0x03 (...) (21 years ago, 3-Feb-04, to lugnet.robotics.rcx)
 

ir
(score: 1.339)

  Re: Remote Message Buttons
 
(...) I just use the standard IR message stuff from BrickOS. They are normal messages, so this works just fine. Here are some lines of code: (I think it's in lnp.h) #include <sys/lnp.h> ... clear_msg(); ... if (msg_received != 0) my_message_value = (...) (21 years ago, 8-Dec-03, to lugnet.robotics.rcx.legos)
 

ir
(score: 1.339)

  IR problems
 
Hi, I was having some problems in a program I'm writing in PbForth and it seems that it could be related to the way I communicate thru IR. I use the Lego remote control. I joined the following code to demonstrate. I use the word 'getHeader' from (...) (21 years ago, 9-Jan-04, to lugnet.robotics.rcx.pbforth)
 

ir
(score: 1.336)

  Re: Trains, DCC, and pbForth
 
In lugnet.trains, Chris Phillips wrote: snip (...) snip (...) I know that I was one of those 30, Chris--sorry about not getting back to you. I d/led it but never actually used it yet :( So busy just getting a layout up and running--making buildings, (...) (21 years ago, 21-Nov-03, to lugnet.trains, lugnet.robotics.rcx.pbforth, FTX)
 

range
(score: 1.335)

  Re: QuiteC IR interfacing to lego firmware IR
 
(...) It is my conclusion that QuiteC is not receiving back to back IR bytes fast enough, and that characters are lost. Kevin (21 years ago, 5-Feb-04, to lugnet.robotics.rcx)
 

ir
(score: 1.334)

  Re: Robolab, byte codes and assembler
 
(...) Should be legal, perhaps. But I was just suggesting that before sending him off to try to patch the firmware, he might want to make sure it was legal to do so. Although RIS and RoboLab may not use the same identical firmware, that doesn't (...) (21 years ago, 29-Nov-03, to lugnet.robotics.rcx.robolab)
 

range
(score: 1.334)

  PIC-RCX half-duplex IR receive and transmit
 
I just finished a PIC16F84A application which receives IR commands from the RCX or RCX remote control, saves them and transmits another command back again. You can put your own command(s) in EEPROM for transmission. The firmware is commented (well, (...) (21 years ago, 16-Jan-04, to lugnet.robotics.rcx)
 

ir
(score: 1.334)

  Re: Sensor Power
 
(...) Take a look at the functions ds_power_on() & ds_power_off() as defined in the dsensor.c kernel file. When you've set the sensor to passive mode, you should be able to manipulate the sensor power bits using these functions[1] or just use the (...) (21 years ago, 6-Jan-04, to lugnet.robotics.rcx.legos)
 

ir
(score: 1.333)

  Re: Memory, Motors and Odd Things
 
(...) Hi Steve, Are you using BrickOS 0.2.6.10? In earlier versions, it was possible for malloc() to return pointers to RAM in the range [F010,FB7F], which was shared with the motor port controller. Writing to this memory adversely affected the (...) (21 years ago, 11-Dec-03, to lugnet.robotics.rcx.legos, FTX)
 

range
(score: 1.333)

  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.333)

  Re: IR problems
 
(...) snip snip (...) ===...=== Ralph, any idea on this? Thanks (21 years ago, 23-Jan-04, to lugnet.robotics.rcx.pbforth)
 

ir
(score: 1.333)

  RE: IR problems
 
Hmmm The blip and LCD clearing, while useful for debugging may be messing things up. The characters are coming in way faster than the blip time, so you may not be reading the buffer fast enough. I would put code at the end of getHeader that (...) (21 years ago, 24-Jan-04, to lugnet.robotics.rcx.pbforth)
 

ir
(score: 1.333)

  Brickos fun and games!
 
Hello. I have finally got gcc 2.95.3 - the official brickos compiler - installed on my computer (SUSE Linux). I can type "make" and compile all the brickos directory fine. firmdl3 works fine. BUT, dll doesn't seem to work. When I use dll to download (...) (21 years ago, 9-Jan-04, to lugnet.robotics.rcx.legos)
 

ir
(score: 1.332)

  Re: IR problems
 
(...) Thanks Ralph. I'll try this. I might have followed the wrong track but I got to this 'test program' trying to solve the problem I have in my 'real' program: I'm writing a PbForth version of the Trailerbot (Luis Villa, Extreme Mindstorms). The (...) (21 years ago, 28-Jan-04, to lugnet.robotics.rcx.pbforth)
 

ir
(score: 1.332)

  Re: IR problems
 
(...) Ralph, one more question. Are there conditions where the word EKEY would wait for input (like KEY)? It seems to happen in my program. Thanks (21 years ago, 29-Jan-04, to lugnet.robotics.rcx.pbforth)
 

ir
(score: 1.332)

  RE: IR problems
 
(...) EKEY always waits for input. Use EKEY? to see if anything is available... Looking at the source, I see that there is a possiblity that in the time between checking for a character with EKEY? and actually reading it with EKEY, that an error can (...) (21 years ago, 30-Jan-04, to lugnet.robotics.rcx.pbforth)
 

ir
(score: 1.331)

  Re: IR problems
 
(...) I did not explain my problem properly but you got it anyway! I do use EKEY? before EKEY, but sometimes EKEY seems to block. Thanks for taking your time to look into this. As for the new word (wow!), in Forth-79, there was a word called ?KEY (...) (21 years ago, 31-Jan-04, to lugnet.robotics.rcx.pbforth)
 

ir
(score: 1.331)

  Re: BricxCC & fast firmware download
 
(...) Same for me. I'm using serial tower and 1.0, 1.5 and 2.0 RCXs. Downloading from NQC works fine in both modes. Mario (21 years ago, 4-Nov-03, to lugnet.robotics.rcx)
 

tower
(score: 1.331)

More:  Next Page >>


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