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 / *6120 (-20)
  cgywin
 
Hi all, I currently use legOS on my linux machine. I want to be able to use it on my laptop, so i'm not always tied to my desktop. I purchased a Serial USB adapter since my laptop does not have a serial port. $80!!! I decided that it would be much (...) (22 years ago, 13-Apr-02, to lugnet.robotics.rcx.legos)
 
  Code-only Line-tracking event results
 
It's time for the Workshop 3D RCX Challenge again. The main event will take place tomorrow, from 1pm to about 4pm. It should be webcast. Check out (URL) and (URL) for details tomorrow morning. This year the Code-Only Line-Tracking event was held the (...) (22 years ago, 13-Apr-02, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.events, lugnet.org.us.smart)
 
  Release candidate legos-0.2.5.2 avail for testing
 
Details regarding release content, download instructions and how to provide feedback are at (URL) change detail specific to 0.2.5.2 see the file: ChangeLog Highlights: Added missing file TODO Repaired slow-mode IR comm. for Linux We look forward to (...) (22 years ago, 12-Apr-02, to lugnet.robotics.rcx.legos)
 
  Re: Turning the RCX off and on again (was: New pbForth 2.1.0 (and firmware speed))
 
For the Workshop3D Event I use the following construct, the button handling is from the book "Extreme Mindstorms": : main ( -- ) \ Main Task init \ do main initialize ( ... ) BEGIN ( ... ) BUTTON_SCAN BUTTON_RUN? IF ( ... ) \ Calibrating BEGIN ( ... (...) (22 years ago, 11-Apr-02, to lugnet.robotics.rcx.pbforth, lugnet.robotics.rcx)
 
  RE: Turning the RCX off and on again (was: New pbForth 2.1.0 (and firmware speed))
 
I need to look at some items for Joerg, but I'll also look at a small supervisor that integrates the View,Run,Prgm,and On/Off buttons. This hsould be pretty easy and would be a good bit of example code. Cheers, Ralph (22 years ago, 11-Apr-02, to lugnet.robotics.rcx.pbforth, lugnet.robotics.rcx)
 
  Re: Turning the RCX off and on again (was: New pbForth 2.1.0 (and firmware speed))
 
(...) off (...) True. But I find not very practical to be forced to use the terminal to switch off the RCX or start the program again, expecially when you are attending a contest or take your robot to an exhibit. What I meant by "supervisor" is some (...) (22 years ago, 11-Apr-02, to lugnet.robotics.rcx.pbforth, lugnet.robotics.rcx)
 
  Two RCX with one IR-Tower
 
Hello, I want to control two RCX with one ir-tower. The problem is that the RCX should send back status information. Sending information to the RCX is quite easy: Both RCX receive the message but only one will perform the command. I found (...) (22 years ago, 11-Apr-02, to lugnet.robotics.rcx)
 
  Re: Turning the RCX off and on again (was: New pbForth 2.1.0 (and firmware speed))
 
(...) If you have the new version 2.1 the POWER-OFF word via terminal to shut off and the red button to power on works fine. If you have an earlier version (1.2x) you have to use the words RCX_INIT and POWER_INIT to initialize the brick and the (...) (22 years ago, 11-Apr-02, to lugnet.robotics.rcx.pbforth, lugnet.robotics.rcx)
 
  Turning the RCX off and on again (was: New pbForth 2.1.0 (and firmware speed))
 
Mario, i'm interested in pbForth example scripts, too. Furthermore, the "supervisor" you suggested could be the answer to one of my questions in (URL) concerning turning the RCX off and on without loosing pbForth: 2) According to Knudsen, i have to (...) (22 years ago, 11-Apr-02, to lugnet.robotics.rcx.pbforth, lugnet.robotics.rcx)
 
  Re: New pbForth 2.1.0 (and firmware speed)
 
Thanks Ralph, this is great news. I just got the new USB tower, and considering my revived interest for pbForth your new version arrives really at the right time. What IMHO would really boost the spreading of pbForth, is the availability of some (...) (22 years ago, 10-Apr-02, to lugnet.robotics.rcx.pbforth, lugnet.robotics.rcx)
 
  New pbForth 2.1.0 (and firmware speed)
 
For everyone that has been interested in firmware speed over the last few days, I am ready to announce the latest version of pbForth. This version supports the USB tower under Windows!!!! (URL) An empty loop of 20,000 interations takes less than 1 (...) (22 years ago, 10-Apr-02, to lugnet.robotics.rcx.pbforth, lugnet.robotics.rcx)
 
  RoboLab newsgroup page updates
 
The RoboLab newsgroup page (URL) some updating. The first two links on the left pane don't work anymore. The following two links should replace those first two links: Tufts RoboLab site (URL) or (URL) Education (Dacta) RoboLab site (URL) Pitsco site (...) (22 years ago, 10-Apr-02, to lugnet.admin.suggestions, lugnet.robotics.rcx.robolab, lugnet.dacta)
 
  RoboLab updates
 
If you only read the Robolab newsgroup then you may have missed a helpful post that did not appear in the RoboLab newsgroup. If so, then look at: "Robolab 2.5 patches" (URL) (22 years ago, 10-Apr-02, to lugnet.robotics.rcx.robolab)
 
  BricxCC release 3.3.4.5
 
I've released another version of BricxCC. This release fixes a couple minor bugs. The Code Explorer feature wasn't processing a file when it was first opened (it was waiting until the first change was made). That should work correctly in this (...) (22 years ago, 9-Apr-02, to lugnet.robotics.rcx.nqc)
 
  Re: Error Message
 
(...) I don't know if you are using BricxCC or not, but I get a single error when I try to compile this line of code if the target is set to Scout or Cybermaster. If I turn on the NQC 1.x compatibility mode via the Preferences dialog I get two (...) (22 years ago, 9-Apr-02, to lugnet.robotics.rcx.nqc)
 
  Re: Light Sensor help
 
(...) I had a similar problem using RoboLab. I had a task that looped and checked the light sensor once in each loop. If the light sensor changed within the loop but NOT at the time when the check was made it would be missed. I replaced it with a (...) (22 years ago, 9-Apr-02, to lugnet.robotics.rcx.legos)
 
  Re: Light Sensor help
 
I’ve never had any problems with the light sensor reading fast enough, and I have a robot that runs pretty fast. How are you trying to follow the line? Maybe there’s a problem with your conversion between NQC and LegOS. I’d be glad to offer (...) (22 years ago, 9-Apr-02, to lugnet.robotics.rcx.legos)
 
  Re: Light Sensor help
 
The hardware can get a light sensor reading every 1 mS. Is the process that is reading the light sensor at a high enough priority? Kevin "Nathan Nesbit" <natenez@hotmail.com> wrote in message news:Gu7zno.41A@lugnet.com... (...) issue (...) motor (...) (22 years ago, 9-Apr-02, to lugnet.robotics.rcx.legos)
 
  RE: Light Sensor help
 
Try replacing the batteries -----Original Message----- From: news-gateway@lugnet.com [mailto:news-gateway...ugnet.com] On Behalf Of Nathan Nesbit Sent: Sunday, April 07, 2002 8:25 PM To: lugnet.robotics.rcx....lugnet.com Subject: Light Sensor help (...) (22 years ago, 9-Apr-02, to lugnet.robotics.rcx.legos)
 
  Light Sensor help
 
I'm a new legos user and I'm trying to get my first app working. The issue appears to be that the light sensor value isn't getting updated as frequently as I expected. When I slow down the motors my line tracking program works fine. I speed it up (...) (22 years ago, 7-Apr-02, to lugnet.robotics.rcx.legos)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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