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 / 1680 (-20)
  A very Power Tool
 
Do NOT OPEN THE ATTACHMENT!! It is a virus. It has been making the rounds, it is the KLEZ virus. Thought you all might want to know. Tim Burt (23 years ago, 11-May-02, to lugnet.robotics, lugnet.robotics.rcx)
 
  Re: What about this for a new RCX 2.5 setup?
 
Oh, and I forgot one of the "BIGGEST" wishes on the list: 5) Linksys wireless access port response rather than the directional IR port. Or at least SOME form of 900MHz+ communication that is non-directional, with higher bandwidth (who knows...maybe (...) (23 years ago, 10-May-02, to lugnet.robotics.rcx)
 
  What about this for a new RCX 2.5 setup?
 
Seems to me that the BEST implementation of the RCX would be for some CORE changes and feature sets to be built in. I realize that these would be somewhat expensive, but I would pay pretty good money to have an RCX with the following specs (built (...) (23 years ago, 10-May-02, to lugnet.robotics.rcx)
 
  [ANN] pbForth Version 2.1.3 Release
 
The new 2.1.3 Version of pbForth has only minor fixes thanks to the investigative efforts of David Rojas and Rob Harvey. They were able to provide detailed, reproducible bug reports, which makes fixing bugs so much easier. Thanks guys! Here's what (...) (23 years ago, 10-May-02, to lugnet.robotics.rcx, lugnet.robotics.rcx.pbforth)
 
  Phantom.dll (Spirit.ocx replacement) Update.
 
I have updated the Phantom.dll component due to a minor bug. The bug involved the DataLog functions not working when used with VB.Net. Both updated source and binaries are available at: (URL) Jacquemin kjacquemin@cox.net (23 years ago, 1-May-02, to lugnet.robotics, lugnet.robotics.rcx)
 
  RIS 2.0 and Windows 2000
 
I spent a week googling about trying to see if RIS 2.0 worked under Windows 2000 or not, to no avail. I specifically asked Lego and they said it was unsupported (as expected). However, I went out and bought RIS 2.0 anyway and it's worked just fine (...) (23 years ago, 29-Apr-02, to lugnet.robotics.rcx)
 
  [ANN] pbForth Assembler for the RCX
 
With the release of pbForth 2.1.2 last week, I've finally got things stable enough to warrant adding some really neat tutorials. This week, thanks to Darin Johnson, I am happy to announce that you can write new words in assembler right on the RCX! (...) (23 years ago, 28-Apr-02, to lugnet.robotics.rcx, lugnet.robotics.rcx.pbforth)
 
  Re: Interactive communication with the RCX
 
I don't think collision detection will be possible since the hardware/firmware does a checksum (at least in lego firmware), and no message is provided to the VM software (LASM), this prevents ACK/NAK protocols working. The Message() function does (...) (23 years ago, 24-Apr-02, to lugnet.robotics.rcx)
 
  Re: Two RCX with one IR-Tower
 
The 'usual' way to get status data is to poll the the RCX memory for status information, but you can't do that because of the number of RCX bricks; so how about getting each RCX to send a response message (or series of messages) to the PC encoding (...) (23 years ago, 24-Apr-02, to lugnet.robotics.rcx)
 
  Interactive communication with the RCX
 
I have recently discussed with Kekoa an interesting issue that apparently received scarce attention in the past. I'm trying to have interactive communication between the computer and the RCX through IR connected to an USB port: sendind commands from (...) (23 years ago, 24-Apr-02, to lugnet.robotics.rcx)
 
  [ANN] pbForth Version 2.1.2 Release with Example Scripts
 
The new 2.1.2 Version of pbForth has support for background processing and saving your work as an SREC file that you can load agin like regular firmware. This means you no longer have to load the base pbForth firmware and then load all the text (...) (23 years ago, 23-Apr-02, to lugnet.robotics.rcx, lugnet.robotics.rcx.pbforth)
 
  Browse the Web with an RCX Brick
 
Lawrie Griffiths, one of the developers of the leJOS project, has created some cool packages that allow web browsing among other things. Check out the details and photographs of this in action: (URL) (23 years ago, 22-Apr-02, to lugnet.announce, lugnet.robotics.rcx) !! 
 
  Workshop 3D RCX Challenge #4 Results
 
Earlier today was the Workshop 3D RCX Challenge #4. There were dozens of competitors, and even more robots. This was the best turnout yet for the number of competitors and robots at this event! Below is a summary of the results. For the full (and (...) (23 years ago, 14-Apr-02, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.events, lugnet.org.us.smart)
 
  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 (...) (23 years ago, 13-Apr-02, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.events, lugnet.org.us.smart)
 
  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 ( ... (...) (23 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 (23 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 (...) (23 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 (...) (23 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 (...) (23 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 (...) (23 years ago, 11-Apr-02, to lugnet.robotics.rcx.pbforth, lugnet.robotics.rcx)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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