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 / *870 (-20)
  Re: RCX Firmware and SP
 
(...) [...] Hi Ralph, Could you please explain more about consequences for pbFORTH user? As far as I can see, pbFORTH uses fixed 256-byte stack - does it mean that pbFORTH suffers from this problem too? Thanks Sergey Udovenko (25 years ago, 19-Oct-99, to lugnet.robotics.rcx.pbforth)
 
  Re: Announce: NQCIPC -- simple IPC for Not Quite C programs
 
[forwarding a copy to the .rcx.nqc newsgroup... --Todd] (...) (25 years ago, 19-Oct-99, to lugnet.robotics.rcx.nqc)
 
  RE: AI and even more exiciting stuff
 
Richard, I hope you don't mind me using your quote... <snipped discussion of junior programmer and temp sensor application) (...) Yesss! I am going to tie the moon mission into my panel presentation at Mindfest. Here's a source I used on the Apollo (...) (25 years ago, 18-Oct-99, to lugnet.robotics.rcx.pbforth, lugnet.robotics)
 
  Re: Annoying Journalist's Request
 
To the list: this morning is a break for me, so I'm going to use it to type this out. Hope no one minds that it gets sent to the "annoying journalist" as well. Here at Duke, we are teaching a class with the mindstorms. Recently, we completed a class (...) (25 years ago, 18-Oct-99, to lugnet.robotics, lugnet.robotics.rcx.legos)
 
  RE: AI and even more exiciting stuff
 
(...) OK, time to get out the soapbox. If you are trying to teach AI, and are using floating point math, then you probably have really fast computers with floating point processors that are sometimes quicker than equivalent fixed point calcs...... I (...) (25 years ago, 18-Oct-99, to lugnet.robotics, lugnet.robotics.rcx.pbforth)
 
  RE: AI and even more exiciting stuff
 
(...) Well, we are trying to teach AI, not embedded systems :) Towards that end, we've sort of tried to simplify things as much as possible for the kids who are taking the class, since most of them will probably never do an embedded system again. (...) (25 years ago, 18-Oct-99, to lugnet.robotics, lugnet.robotics.rcx.pbforth)
 
  RE: AI and even more exiciting stuff
 
(...) Yes, and no. It is an interpreter, that you can type (or upload) ASCII text to. It then compiles it into an efficient bytecode (really 16 bits) that lets you execute later. It allows for LOTS of variables and best of all, you don't need to be (...) (25 years ago, 18-Oct-99, to lugnet.robotics, lugnet.robotics.rcx.pbforth)
 
  RE: AI and even more exiciting stuff
 
(...) ACK! Don't they teach fixed point any more? I encourage anyone to post an application where the dynamic range of signed 32 bit values is outside the range of numbers which would be useful to an RCX application! I'm not flaming, I'm just trying (...) (25 years ago, 18-Oct-99, to lugnet.robotics, lugnet.robotics.rcx.pbforth)
 
  Re: legOS 0.2.0 released
 
Well, this is a bad week to say the least, but I hope to have rudimentary HOWTO stuff for 0.2.0 within two weeks. Thanks for everything, Markus! Luis (...) ###...### Profanity is the one language that all programmers understand. -Anonymous ###...### (25 years ago, 18-Oct-99, to lugnet.robotics.rcx.legos, lugnet.robotics)
 
  legOS 0.2.0 released
 
Hello, legOS 0.2.0 is out. If you like to program your Mindstorms in C, or if you would like to try, it has become better than ever. Dynamic linking and program loading are fully supported now, as well as unreliable LNP datagram networking. Lots of (...) (25 years ago, 19-Oct-99, to lugnet.robotics.rcx.legos, lugnet.robotics)
 
  RCX Firmware and SP
 
Hi All, After a very frustrating weekend of fiddling with pbFORTH, I caved and asked Kekoa to help with a problem I was having with read_sensor() and pbFORTH. The problem we (mostly he) unearthed has to do with the SP and RCX firmware routines, so I (...) (25 years ago, 17-Oct-99, to lugnet.robotics, lugnet.robotics.rcx.legos, lugnet.robotics.rcx.pbforth)
 
  Re:Solved?? rotation sensor problem
 
On Sep.10,I posted the message regarding rotation-sensor problem. I realized that the first threshold value '0x6fc0' in CURRENT_STATE is too small. Some sensors give raw values around 0x7000. #define CURRENT_STATE (raw<0x6fc0?STATE_0:...STATE_3))) (...) (25 years ago, 17-Oct-99, to lugnet.robotics.rcx.legos)
 
  RE: Rotaion Sensor Sampling Speed?
 
(...) I thought the problem was that it vibrated itself? (...) <snip forth code, which looks cool :)> (...) Take a look at the code that Markus sent out a while ago with the new firmdl he cooked up, particularly the code in keepalive.c and the code (...) (25 years ago, 14-Oct-99, to lugnet.robotics, lugnet.robotics.rcx.pbforth)
 
  RE: Rotaion Sensor Sampling Speed?
 
(...) Well, I'd need to vibrate things while looking at raw values, which is possible, I guess. I could run the gantry, smaple as long as possible and then store the value in an array... Something like: CREATE BUFFER 5000 CELLS ALLOT ( makes room (...) (25 years ago, 14-Oct-99, to lugnet.robotics, lugnet.robotics.rcx.pbforth)
 
  RE: pbForth
 
(...) I think there are some C to FORTH translators at www.forth.org, but the problem is you need to configure them to run on your CPU and then to output FORTH compatible with your target. Not an easy task. Why not just learn FORTH? I learned about (...) (25 years ago, 14-Oct-99, to lugnet.robotics.rcx.pbforth)
 
  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)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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