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 / *2275 (-20)
  Re: Robolab 2.0
 
Agghh.. Our school just ordered RoboLab (site license) from Pittsco, received it April 2nd, and IT'S ONLY 1.5 !!!!! What did we do wrong?? Can we upgrade / exchange this?? Exactly what do we need to order to get 2.0?? I was depending on the 2.0 (...) (25 years ago, 4-Apr-00, to lugnet.robotics.rcx.robolab)
 
  LNP problems detected
 
A problem appeared when trying to sent the value 16. The LNP protocal makes the folowing string F0011000 I couldnt receive in my computer the final caracter the 0. This can be a problem. Another problem, this one alowed by the protocol is the (...) (25 years ago, 4-Apr-00, to lugnet.robotics.rcx.legos)
 
  Windows communication to the RCX
 
I made a Visual C++ 5.0 application to talk to the RCX. If someone his interested I can give it. My demo sample is a remote controler to a robot with differential drive. I am using WinlegOS and I would like to contribut with this application to new (...) (25 years ago, 4-Apr-00, to lugnet.robotics.rcx.legos)
 
  P-brick Script code terminology
 
Hi all, Perhaps someone can clarify this for me... I've been looking at the LEGO P-brick Script code language documentation that comes with the RIS 2.0 SDK PreAlpha. I was initially confused by the numerous references to program stacks. Does 'stack' (...) (25 years ago, 4-Apr-00, to lugnet.robotics.rcx)
 
  Re: problem building bugbot3.nqc in cybermaster
 
(...) Just delete the SetSensor() lines. CyberMaster only supports touch sensors, so the entire sensor configuration thing isn't needed...in fact CyberMaster doesn't support some of those bytecodes (which is why many of the constants and functions (...) (25 years ago, 3-Apr-00, to lugnet.robotics.rcx.nqc)  
 
  Re: controling two motors with only one output?
 
Indeed, your circuitry is interesting (I'm not sure though it would save time, since soldering can be pretty tedious...). But the challenge here is to make it out of Lego. (and not destroy one piece, by the way...). Denis. (...) Denis Cousineau, (...) (25 years ago, 3-Apr-00, to lugnet.robotics.rcx)
 
  gcc 2.95.2 8?(
 
First, I must apologise for posting the wrong URL to my update. It's actually at (URL) 8?/ OK. I bit the bullet & installed egcs 1.1.2 as well. I've confirmed two things: 1. My memcpy/memset update doesn't break under egcs, and 2. gcc 2.95.2 causes (...) (25 years ago, 3-Apr-00, to lugnet.robotics.rcx.legos)  
 
  problem building bugbot3.nqc in cybermaster
 
When I try to compila bugbot3.nqc (the code of the Dave's wonderfull book) using my cybermaster as target, the compiler return twice the following error: SENSOR_TOUCH not defined I used the command line nqc -TCM bugbot3.nqc with NQC 2.3 thanks in (...) (25 years ago, 3-Apr-00, to lugnet.robotics.rcx.nqc)
 
  Re: Checksum download of text to RCX
 
(...) would (...) Can do... Currently a line is transmitted as <text>NL<checksum>, so a checksummed line can already be distinguished from a non-checksummed, CR-terminated line. Adding a line header (any objections against STX?) is more failsafe, of (...) (25 years ago, 3-Apr-00, to lugnet.robotics.rcx.pbforth)
 
  Re: sending output to LCD possible?
 
(...) Not possible with the existing RCX firmware. However the RCX 2.0 firmware (currently in early-alpha) does support displaying a variable (and almost anything else) on the LCD. These operations will be available in NQC...but only when targetting (...) (25 years ago, 3-Apr-00, to lugnet.robotics.rcx.nqc)  
 
  sending output to LCD possible?
 
I skimmed through the NQC docs but I didn't see anything about sending messages to the display on the RCX. Is it possible? More specifically, sending the value of a variable to the display? I have a little robot that I plan to use to count things, I (...) (25 years ago, 3-Apr-00, to lugnet.robotics.rcx.nqc)
 
  Re: RIS 2.0 PreAlpha SDK
 
(...) I believe the PBBattery() command is very different from using the Battery 'data source'. Specifically, the command is direct only (after all, there's no equivalent within a program for the response data from a command). However, data sources (...) (25 years ago, 2-Apr-00, to lugnet.robotics.rcx) ! 
 
  RE: Checksum download of text to RCX
 
(...) This is a neat idea, Ernst. I think it would be a good addition to the pbForth system if we can allow the user to use it for text uploads and then switch to normal mode for interactive use. (...) I'll have to think about this a bit.. (...) (...) (25 years ago, 2-Apr-00, to lugnet.robotics.rcx.pbforth)
 
  Checksum download of text to RCX
 
I wrote a simple addition to pbforth that allows it to receive text with a checksum across every line. Every line is ACK/NAK-ed and if necessary resent. Timeouts are not implemented. Now, the main word looks like this: : PBX-RECEIVE ( -- ) BEGIN (...) (25 years ago, 2-Apr-00, to lugnet.robotics.rcx.pbforth)  
 
  Re: 0.2.4 coming?
 
(...) I suppose you could call what is in CVS at sourceforge 0.2.4, especially after someone adds in Ross's patches, 0.2.4. The advantage of CVS is that we can now all get /the/ most up-to-date version of legOS. The disadvantage is that what you are (...) (25 years ago, 2-Apr-00, to lugnet.robotics.rcx.legos)
 
  0.2.4 coming?
 
is 0.2.4 available yet? any clues? (25 years ago, 2-Apr-00, to lugnet.robotics.rcx.legos)
 
  Re: RIS 2.0 PreAlpha SDK
 
(...) Check out page 11. It states that it's DIRECT only. Not program. That's what I gather anyway... Dean -- Coin-Op's For Sale!: (URL) Lego Workshop: (URL) Lego Club: (URL) (25 years ago, 2-Apr-00, to lugnet.robotics.rcx)  
 
  Re: NQC and RIS2.0 Firmware
 
(...) I found the problem... When verifying the checksum, the ROM scans [8000, cc00). Since it zeros out this area initially, this would indeed reflect the checksum of the firmware, provided it is less than 4400 bytes long (in hex). NQC sums the (...) (25 years ago, 2-Apr-00, to lugnet.robotics.rcx.nqc)  
 
  Re: RIS 2.0 PreAlpha SDK
 
(...) Check out page 7 of the LASM Byte Codes doc. They've added a lot more data "sources" including one for the battery level. This means you'll be able to use the battery level the same way you currently can read Timers, the Watch, etc. Too bad (...) (25 years ago, 2-Apr-00, to lugnet.robotics.rcx)  
 
  Re: NQC and RIS2.0 Firmware
 
(...) I've been looking at that for most of today. The 2489 is basically the last packet to go to the RCX, and the error is a "checksum error" coming back from the RCX. As far as I can tell, nqc breaks with any firmware file bigger than 20K (...) (25 years ago, 2-Apr-00, to lugnet.robotics.rcx.nqc)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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