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 / *855 (-20)
  BrainStorm version 1.0 available
 
BrainStorm version 1.0 released. Brainstorm is a version of the LOGO programming language with added commands and functionality to control Lego MindStorms spirit.ocx. The new commands can be used to write Programs for download as well as giving (...) (25 years ago, 13-Oct-99, to lugnet.robotics.rcx)
 
  FW: Mindstorms/reinforcement learning
 
-----Original Message----- From: Ralph Hempel [mailto:rhempel@bmts.com] Sent: Wednesday, October 13, 1999 11:59 AM To: Blake Winton Subject: RE: Mindstorms/reinforcement learning (...) Yes!!! The simple FORTH tutorial is good. Thanks for the link. (...) (25 years ago, 13-Oct-99, to lugnet.robotics, lugnet.robotics.rcx.pbforth)
 
  RE: Forth vs Assembler
 
(...) There are a couple of reasons to choose pbFORTH over raw assembler... 1. Assembler requires an assembler, which means downloading and configuring the GNU tools on eiher Linux or Cygwin for Win9x. Not for the faint of heart. 2. Once you get (...) (25 years ago, 13-Oct-99, to lugnet.robotics, lugnet.robotics.rcx.pbforth)
 
  RE: Mindstorms/reinforcement learning
 
(...) Declaring variables (almost any number of them) in pbFORTH is like this: VARIABLE FOO Fetching and storing is like this: 23 FOO ! ( this stores the value ) FOO @ ( this fetches the value ) Values are 16 bit integers - 32 bit doubles use a (...) (25 years ago, 13-Oct-99, to lugnet.robotics, lugnet.robotics.rcx.pbforth)
 
  Turning send.c into a dll
 
Hi, Has anyone been able to compile send.c into a .dll file under Cygwin? Can you provide instructions on how to do that? Thanks Andy (25 years ago, 13-Oct-99, to lugnet.robotics.rcx.nqc)
 
  Re: NQC 2.0.1, MacNQC 2.0 b2 released
 
The Keyspan adapters are still a bit of a grey area. I've had several reports of them working just fine, and one report of it not working at all. I'm still trying to isolate this problem (which affects NQC and presumably MacNQC). The tweak in MacNQC (...) (25 years ago, 7-Oct-99, to lugnet.robotics.rcx.nqc)
 
  Re: NQC 2.0.1, MacNQC 2.0 b2 released
 
(...) Dave, Oops, I meant Keyspan, I see it does, I should have read before I wrote. thanks for the effort! DLC (25 years ago, 7-Oct-99, to lugnet.robotics.rcx.nqc)
 
  Re: NQC 2.0.1, MacNQC 2.0 b2 released
 
(...) Dave, Does this one fix the bug when dealing with the Faralon USB to serial port adaptor on the newer Macs? just asking... DLC (25 years ago, 7-Oct-99, to lugnet.robotics.rcx.nqc)
 
  NQC 2.0.1, MacNQC 2.0 b2 released
 
Visit www.enteract.com/~dbaum/nqc for details. The NQC release fixes a couple of minor bugs. The MacNQC release pulls in the latest NQC compiler and tweaks a couple of things. Dave Baum (25 years ago, 7-Oct-99, to lugnet.robotics.rcx.nqc, lugnet.robotics)
 
  RE: Rotary electrical coupling
 
It's interesting you mention this. I have also started to use RJ11 and RJ45 connectors in my constructions. It is a neat and compact way of routing 2, 4, 6, or 8 wires around. I am working out the most neat and compact way of stuffing them into a (...) (25 years ago, 6-Oct-99, to lugnet.robotics, lugnet.robotics.rcx)
 
  Re: Rotary electrical coupling
 
G'Day If you are willing to use 'non-pure Lego' parts, then Radio Shack has a telephone cord 'detangler' that plugs into standard RJ-11 jacks, has 4 conductors, and 360 degree motion. Works rather well, esp. with some contact enhancer for a cleaner (...) (25 years ago, 5-Oct-99, to lugnet.robotics, lugnet.robotics.rcx)
 
  Re: firmdl3 @ 41.13s
 
(...) If you deactivate complements or headers in the ROM protocol, then the ROM does not transmit exactly what you might want it to. See the comments for init_serial in lib/rom.h of the Librcx distribution. If you use the default mode settings, or (...) (25 years ago, 4-Oct-99, to lugnet.robotics.rcx.legos)
 
  RE: firmdl3 @ 41.13s
 
(...) Bug, what bug? Have I missed something? My Tcl based uploader broke when Scriptics released 8.2, and now it works again. Seems I wasn't handling the rcx_recv parameter in my equivalent functions... Anyways, could you elaborate on the bug a (...) (25 years ago, 4-Oct-99, to lugnet.robotics.rcx.legos)
 
  Re: firmdl3 @ 41.13s
 
(...) I'll have to test it out in my office, which has difficult lighting. Errors in transmission can often break things in unexpected ways, leaving you in states that are hard to recover from, often resulting in the downloader aborting after giving (...) (25 years ago, 4-Oct-99, to lugnet.robotics.rcx.legos)
 
  firmdl3 @ 41.13s
 
Hi, on my machine, original firmdl3 took 45.2s to download firm0309.lgo. - I increased packet size to 240 bytes, gaining roughly 2 seconds. - Added packet size prediction and bytewise decoding with a state machine (The decoder spent 50 ms per packet (...) (25 years ago, 4-Oct-99, to lugnet.robotics.rcx.legos)
 
  Re: Rcx Command Center version 3.0 available
 
(...) (you forgot to include the URL :-) (URL) (25 years ago, 4-Oct-99, to lugnet.robotics.rcx.nqc, lugnet.robotics)
 
  NQC 3.0 is where?
 
Mark's NQC page can be found at: (URL) for the great piece of software, -Phil (25 years ago, 4-Oct-99, to lugnet.robotics, lugnet.robotics.rcx.nqc)
 
  RE: fast firmware downloader
 
(...) Is this the movie where there are guys competing in unassisted (except by a huge weight) deep dives? Those guys are mental... Cheers, Ralph Hempel - P.Eng ---...--- Check out pbFORTH for LEGO Mindstorms at: (URL) ---...--- Reply to: rhempel at (...) (25 years ago, 4-Oct-99, to lugnet.robotics.rcx.legos)
 
  Re: fast firmware downloader
 
(...) [mlnoga@mauve mlnoga]$ make firmdl3 cc firmdl3.c -o firmdl3 firmdl3.c:146: rcx_comm.h: No such file or directory firmdl3.c:569: srec.h: No such file or directory make: *** [firmdl3] Error 1 Seems to me we're both getting a little hasty here (...) (25 years ago, 4-Oct-99, to lugnet.robotics.rcx.legos)
 
  Rcx Command Center version 3.0 available
 
Dear All, I am happy to announce that RCX Command Center version 3.0 is now available. The new version uses NQC 2.0 and is completely compatible with it (e.g. colorcoding, etc.) and contains a translator to translate NQC 1.x code to NQC 2.0. The (...) (25 years ago, 4-Oct-99, to lugnet.robotics.rcx.nqc, lugnet.robotics)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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