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 / *8005 (-20)
  Re: Yet another NQC spybot API submission  [DAT]
 
Doh! I had the low and high bytes switched on the items below which can be passed one or more frequencies. Now I have actually tested this code and it does, indeed, work (with the low and high bytes in the correct order). I've also slightly changed (...) (21 years ago, 17-Oct-03, to lugnet.robotics.rcx.nqc, lugnet.robotics.spybotics)
 
  Re: failure in communicaton between RCX & IR Tower
 
I tested with the same installation, IR tower & rcx module with another laptop (by Dell) built with infrared port, wireless network card, but with no bluetooth built in. They work fine... The problem is more and more leaning over to hardware (...) (21 years ago, 17-Oct-03, to lugnet.robotics.rcx.robolab)
 
  Re: Logo
 
(...) Well, I liked the more horizontal feel of that one, and it's lost when you use a more vertical (bold) font. This one has more of a block focus: (URL) (21 years ago, 17-Oct-03, to lugnet.robotics.rcx.legos, FTX)
 
  Re: usb tower failed in XP!
 
Since this subject does not match the possible problem, I started a new thread to reflect the more accurate symptom "failure in communicaton between RCX & IR Tower" (21 years ago, 16-Oct-03, to lugnet.robotics.rcx.robolab)
 
  failure in communicaton between RCX & IR Tower
 
PC: toshiba - P25 series model with four usb 2.0 ports, an bluetooth/wi-fi capability, w/ infrared port built in as well. IR Tower : usb RCX : 1.0 Symptom: - communication between the ir tower & laptop is fine... verified with the device manager - (...) (21 years ago, 16-Oct-03, to lugnet.robotics.rcx.robolab)
 
  Re: Logo
 
I like the "OS". What do you think about doing "brick" in more block-like font. Something like bold (or black), outlined, Helvitica? (...) (21 years ago, 16-Oct-03, to lugnet.robotics.rcx.legos)
 
  Re: usb tower failed in XP!
 
After I have done trouble-shooting for hours on my toshiba-laptop, the point of failure seems to be between the ir tower & the rcx...: - the ir tower did insteed install properly... I have verified with the device manager as well. - the (...) (21 years ago, 16-Oct-03, to lugnet.robotics.rcx.robolab)
 
  Logo
 
I noticed there still isn't an official logo on the SourceForge page, so I thought I'd make a contribution: (avaiable in PSP/vector) (URL) (21 years ago, 16-Oct-03, to lugnet.robotics.rcx.legos, FTX)
 
  Yet another NQC spybot API submission
 
Here is another submission to the NQC spybot API. I haven't properly tested this against an actual Spybot but I have compared the NQC output code to what is generated by MindScript and documented in the VPB help file. #define SOUNDEFFECT __res 2 (...) (21 years ago, 16-Oct-03, to lugnet.robotics.rcx.nqc)
 
  usb tower failed in XP!
 
OS: winXP Robolab : 2.5.2 machine: Toshiba Satellite-p25... coming with 4 usb ports and a IR port. Symptom: - usb tower driver installed fine. - I even verified with device manager that the lego usb tower did indeed install properly. Robolab (...) (21 years ago, 15-Oct-03, to lugnet.robotics.rcx.robolab)
 
  Re: disable LNP
 
(...) I actually had already tried this, but couldn't get it to work. Turns out I was having a problem with generating the linker file (genlds). Once I resolved that, it works GREAT! As you may expect, the processor intensive program I've written, (...) (21 years ago, 13-Oct-03, to lugnet.robotics.rcx.legos)
 
  RE: disable LNP
 
(...) Doesn't the H8/300 have a mode where you can scan up to 4 channels at once? Ralph (21 years ago, 12-Oct-03, to lugnet.robotics.rcx.legos)
 
  Re: disable LNP
 
(...) Mark is correct: I made the following two changes which will cause the sensors to be polled at 1KHz: in systime.c; added "bset #0x5,@_AD_CSR:8"; extern void clock_handler(void); ... sys_nohigh: mov.w #0x5a06,r6 ; reset wd timer to 6 mov.w (...) (21 years ago, 12-Oct-03, to lugnet.robotics.rcx.legos)
 
  Re: disable LNP
 
(...) Sorry, nothing has made it to an official release. I think Joseph Woolley has some code where he reduced the sample rate to 1KHz (I think). You might try contacting him about it. Mark (21 years ago, 11-Oct-03, to lugnet.robotics.rcx.legos)
 
  MacNQC 3.0r2 Release Announcement
 
Hi All, I've released MacNQC 3.0 r2. Bugs fixed are: * Fixed a problem when clearing the score in the Piano Panel. * Fixed a problem in the Raw Data Panel where the results of the command were not getting displayed until the next window refresh. * (...) (21 years ago, 10-Oct-03, to lugnet.robotics.rcx.nqc)
 
  Re: disable LNP
 
(...) Have the changes from the above thread been implemented in a release of BrickOS, yet? (reduced sensor sample rate) I need to D/L a new release, but I don't want to rush, because I know I'll have to make changes to some of my existing code. (...) (21 years ago, 10-Oct-03, to lugnet.robotics.rcx.legos)
 
  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)
 
  Re: Linked Lists in BrickOS
 
(...) Michael, This will save you a few keystrokes: pNext = 0; :-) Mark (21 years ago, 10-Oct-03, to lugnet.robotics.rcx.legos)
 
  Re: Linked Lists in BrickOS
 
(...) Actually, it turned out that there was some leftover obj or mak files that were messing up the compiler. I purged the directory, and all was well. Thanks for the tip on tabbing. Just wanted to confirm that a BrickOS pointer is only 2 bytes... (...) (21 years ago, 10-Oct-03, to lugnet.robotics.rcx.legos)
 
  Re: RCX Communications problems
 
(...) the LNP class also uses LLC, it just doesn't implement receiveAck(). (...) You could work ACKs into LNP (e.g. create a LNPReliableHandler), or you could add multi-byte support into and put an addressing layer over LLCReliableHandler. The (...) (21 years ago, 9-Oct-03, to lugnet.robotics.rcx.java)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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