To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.roboticsOpen lugnet.robotics in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / *14886 (+20)
  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 (26 years ago, 13-Oct-99, to lugnet.robotics.rcx.nqc)
 
  RE: Mindstorms/reinforcement learning
 
(...) Ha, and it wasn't even me that reminded you this time... Seriously, I am exchanging emails with someone who is doing an AI project using pbFORTH. He claims the thinking time is a bit slow, but I don't know enough about the project to make a (...) (26 years ago, 13-Oct-99, to lugnet.robotics)
 
  Re: Error at address 0x0000
 
Hi, That error message is actually to do with a fault in the Borland Delphi code for serial transfer, NOT a fault with the HandyBoard! (I use the same Delphi code in my HandyBoard terminal program as the program HBDL). It appears to manily occur on (...) (26 years ago, 13-Oct-99, to lugnet.robotics.handyboard)
 
  RE: Mindstorms/reinforcement learning
 
Please let the rest of us know as well, Ralph- I'm very interested in any type of AI stuff on the Mindstorms. As a "quick" note, our projects (using something called Q learning if anyone out there knows the terminology) involve doing roughly (...) (26 years ago, 13-Oct-99, to lugnet.robotics)
 
  Re: Lego Bots in Germany???
 
(...) So they don't - the way they treat the english language indicated that they not push it early in schools, or did not do that until fairly recently. (...) High-School in Denmark is actually called Gymnasium, but that would without explanation (...) (26 years ago, 13-Oct-99, to lugnet.robotics)
 
  Re: LEGO Reverse DNS?
 
(...) Our web server recorded 80 hits from inside lego.com during Sep/Oct/Nov of last year. All hits were from a single machine. My top-level page was hit 10 times. I suspect all of these hits were from a single person. -Kekoa (26 years ago, 13-Oct-99, to lugnet.robotics)
 
  (canceled)
 
 
  Motor Controller Question
 
From what I could figure out from the literature on the HB, the motor controller circuit is controlled by Port B on the 6811. With a little tinkerin last nite I was trying to set/reset some of the pins poking values into $1004 (Got this from "An (...) (26 years ago, 13-Oct-99, to lugnet.robotics.handyboard)
 
  Re: Upcoming _Star Wars_ Mindstorms and Technics Releases
 
My guess is that there´ll be a Slave I because: - it´s got a good size to be build as a modell (well a smaller scaled version) - we need more of the bad guys. One TIE is not enough for playing Star Wars - it looks cool, so it´ll sell good - we´ve (...) (26 years ago, 13-Oct-99, to lugnet.robotics, lugnet.starwars, lugnet.technic)
 
  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 (...) (26 years ago, 13-Oct-99, to lugnet.robotics, lugnet.robotics.rcx.pbforth)
 
  Forth vs Assembler
 
Since observing these Lego email broadcasts, I've been wondering what Forth was. Engineering background, not CS! Now I know, after reading Ralph Hempel's "RE: Mindstorms/reinforcement learning". Very cryptic by the looks! Why not use honest to (...) (26 years ago, 13-Oct-99, to lugnet.robotics)
 
  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 (...) (26 years ago, 13-Oct-99, to lugnet.robotics, lugnet.robotics.rcx.pbforth)
 
  Fire Extinguishers
 
CAn anyone of YOu tell me how can I make a fire extinguisher robot by standard Lego Mindstorms system that has only 2 touch and 1 light sensor.Plz reply me back on my email rather as a post to the group.I prefer it that way Thank YOu all Imad Khan (26 years ago, 13-Oct-99, to lugnet.robotics)
 
  Re: Fire Extinguishers
 
(...) Why does this sound suspiciously like a class assignment? BTW, we got your mail the first time, I guess nobody decided it deserved a response. AlanC (26 years ago, 13-Oct-99, to lugnet.robotics)
 
  Re: Fire Extinguishers
 
I can offer some suggestions. Part of the fun of Lego MindStorms is figuring things out on one's own ... but a few hints probably won't hurt. Because the light sensor is particularly sensitive to infrared (IR), you should be able to use it to locate (...) (26 years ago, 13-Oct-99, to lugnet.robotics)
 
  Re: Upcoming _Star Wars_ Mindstorms and Technics Releases
 
(...) Han wasn't wearing his vest when he was frozen in carbonite. . . my feeling is that there will be a slave I, and the promo catalog picture that we see of Han Solo is the minifig that will come with the Slave I and somehow have a carbonite (...) (26 years ago, 13-Oct-99, to lugnet.robotics, lugnet.starwars, lugnet.technic)
 
  Re: Motor Controller Question
 
bruce, for the HB you need to write data to $7000 to control the motors. see appendix B of the 6.270 manual at (URL) also the HB FAQ (URL) your message you said: (...) (26 years ago, 13-Oct-99, to lugnet.robotics.handyboard)
 
  PWM on tic3
 
Hi, I want to get the width of a PWM on TIC3 Channel, I wrote an .asm but it doesn't work, I don't know what's wrong? I need your help. Thanks in advance. Said. Here is the .asm program: #include "c:\pcode\include\6811regs.asm" * program equates * (...) (26 years ago, 13-Oct-99, to lugnet.robotics.handyboard)
 
  Re: Forth vs Assembler
 
(...) It's especially easy to program in assembly for whatever CPU architecture you happen to be familiar with. If you've got a background in Motorola parts, that makes them easy for you. I grew up on Z80 and ARM, so it's different for me. BTW, the (...) (26 years ago, 13-Oct-99, to lugnet.robotics)
 
  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. (...) (26 years ago, 13-Oct-99, to lugnet.robotics, lugnet.robotics.rcx.pbforth)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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