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 / *32014 (-20)
  Report on BrickHeap Wars: Robot Challenge #1
 
Ever since my brother forced me to watch an episode of Junk Yard Wars last year, I've been wanting to do something similar as a robot competition. BricksWest was finally an opportunity to try. I modified the concept slightly, to allow using LEGO (...) (23 years ago, 4-Mar-02, to lugnet.robotics, lugnet.events.brickswest)
 
  RE: rotation sensors
 
(...) Yes, you need to read the rotation sensor continuously. Be careful to not read it TOO quickly, especially if the sensor is turning slowly or you get the jumpy count problem. There is a fix for it and I might add it too the rotation sensor code (...) (23 years ago, 4-Mar-02, to lugnet.robotics.rcx.pbforth)
 
  RE: problems with communications
 
(...) Keep digging. Try using a PC first and get that working. (...) Yep. (...) Sounds like pbForth is picking up steam again. Good. It's emails like this that keep me motivated to keep development going. I'm just back from a vacation, so I'll do (...) (23 years ago, 4-Mar-02, to lugnet.robotics.rcx.pbforth)
 
  RE: h8/300 16-bit multiply
 
(...) The easiest thing is to cast your 16 bit values to 32 bits and use the built-in 32x32 multiply... Here's the code from pbForth that does it. (It's written in a pseudo- assebler, but you can probably figure it out...) #---...--- # UM* UM* ( u1 (...) (23 years ago, 4-Mar-02, to lugnet.robotics.rcx)
 
  RE: Support for pbForth in BricxCC
 
(...) John, This is great news! My own Tcl based GUI is a bit lacking, and a grand unified firmware uploader sounds like a great idea. I've been away on holidays and conferences most of the month, so I've missed most of this thread. Quick question, (...) (23 years ago, 4-Mar-02, to lugnet.robotics.rcx.pbforth)
 
  Tip for cutting electric plates
 
To everyone, In case anyone has experienced as much trouble as I have attempting to sever the conductive strips in electric plates, I've posted the method I now use. (URL) a lot easier and a lot safer than severing with a knife and it doesn't mess (...) (23 years ago, 4-Mar-02, to lugnet.robotics)  
 
  Re: Pneumatics: the old and the new
 
(...) Exactly! (...) That's right! (...) Oh oh! Methinks you have not had the simple pleasure of playing with a hand pump (the new type of course) and an air tank like in the 8250 Submarine or 8462 Tow Truck or such like. Try it! (...) No need, just (...) (23 years ago, 4-Mar-02, to lugnet.technic, lugnet.robotics)
 
  Re: Support for pbForth in BricxCC
 
(...) I wrote a hack to dump all the words, and here's the result for version 2.0.0. The word list has changed since 1999. I think the list is complete, but no guarantees. ?DUP 2SWAP 2OVER 2DROP 2DUP RSHIFT DLShift LSHIFT MOD / * */ SM/REM /MOD (...) (23 years ago, 4-Mar-02, to lugnet.robotics.rcx.pbforth)
 
  Re: Support for pbForth in BricxCC
 
(...) My plan is to simply have the editor syntax highlight the built-in words in various (configurable) ways. Comments, for instance, () and \ would be highlighter in a certain way. Numbers in another. Standard Forth words that are not simple (...) (23 years ago, 3-Mar-02, to lugnet.robotics.rcx.pbforth)
 
  Re: Support for pbForth in BricxCC
 
(...) I'm also playing with interfaces to pbforth at the moment. What you're doing and I'm not is syntax highlighting. I'm not actually sure how well that works in pbforth, since I'm not sure how the editor knows which words have been defined (...) (23 years ago, 3-Mar-02, to lugnet.robotics.rcx.pbforth)
 
  rotation sensors
 
Do I have to manually frequently read the values from rotation sensors for the count to work, or does the firmware monitor the sensor for me? I have home-brew passive sensors, touch sensors and light sensors working fine, but the rotation sensor is (...) (23 years ago, 3-Mar-02, to lugnet.robotics.rcx.pbforth)
 
  Support for pbForth in BricxCC
 
I've started a project recently related to pbForth. And I'm interested in some community feedback. Last night I wrote a preliminary pbForth syntax highlighter for the editor component I use in BricxCC. And I modified BricxCC slightly so that you can (...) (23 years ago, 3-Mar-02, to lugnet.robotics.rcx.pbforth)
 
  Are these Robolab parts?
 
Hope this is the correct newsgroup... The URL below is a picture in which some kind of sensor is displayed... The brick is 2*3 studs, and 1 1/3 brick high. The big hole in the side is big enough for a Technic axle to go through. The small hole seems (...) (23 years ago, 3-Mar-02, to lugnet.robotics.edu)
 
  Re: Pneumatics: the old and the new
 
"c s soh" <cssoh@singnet.com.sg> wrote in message news:3C8076A2.E27D98....com.sg... (...) You most certainly can store vacuum. How would a TV set work, otherwise? When the tube is finally smashed or broken at the end of it's life, the vacuum (...) (23 years ago, 3-Mar-02, to lugnet.technic, lugnet.robotics)
 
  new EmuLegOS release 1.2.5.0
 
I just posted a new release of EmuLegOS, if you're interested you can grab it from (URL) of the changes were just adding support for additional sensor types. Here is the changelog. 1.2.5.0 03/02/02 Mark Falco - added include for semaphore.h so user (...) (23 years ago, 2-Mar-02, to lugnet.robotics.rcx.legos)
 
  Re: Pneumatics: the old and the new
 
(...) Now things get a little philosophical :) The air tank itself has no idea about vacuum or pressure. The only thing the tank stores is a pressure difference. The difference between the outer pressure and the inner presure. This difference might (...) (23 years ago, 2-Mar-02, to lugnet.technic, lugnet.robotics)
 
  Re: Pneumatics: the old and the new
 
Hi there, Rob That thread led to an extensive discussion into the depths of "vacuum storage". It would appear that storing compressed air is no problem but 'the whole concept of "storing vacuum" is a little disturbing.' Well, you can certainly pump (...) (23 years ago, 2-Mar-02, to lugnet.technic, lugnet.robotics)
 
  Re: Pneumatics: the old and the new
 
Wow!! That is a fantastic model, it's a shame they're not produced anymore - I wonder if TLG would be capable of manufacturing parts which function the same way as the old ones did? If it were possible to obtain new parts that performed the same (...) (23 years ago, 2-Mar-02, to lugnet.technic, lugnet.robotics)
 
  VOTE: Technic Model of the Month - February
 
FUT: lugnet.technic Hi there! As it is a new month it's not only time to select the best MOTM on ldraw.org but also time to vote for the best _Technic_ MOTM! I got nine entries this first very short premier month, see them and judge them here: (URL) (...) (23 years ago, 1-Mar-02, to lugnet.technic, lugnet.publish, lugnet.fun, lugnet.build, lugnet.general, lugnet.robotics)  
 
  Pneumatics: the old and the new
 
Hello pneumatics fans, I have been working a lot with pneumatics lately, and have made some interesting discoveries. I think the most notable is a method of using the old style red cylinders with the new pneumatics system. I came across this as I (...) (23 years ago, 1-Mar-02, to lugnet.technic, lugnet.robotics)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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