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 / *47344 (-20)
  Re: CAN you believe it... The next Robotics game.
 
(...) Forgot one thing... Time Frame for the Game: How does late March, Early April sound for everyone?? Jeff VW (17 years ago, 11-Jan-08, to lugnet.org.ca.rtltoronto, lugnet.robotics, lugnet.org.ca.obb)
 
  CAN you believe it... The next Robotics game.
 
Ok, so I meant to do this months ago, and I have just been swamped.. So with out further ado, here are my thoughts on our next game: ***...***The Can Game***...*** Premise of the Game: Build a robot that can find the heaviest can in the play field. (...) (17 years ago, 11-Jan-08, to lugnet.org.ca.rtltoronto, lugnet.robotics, lugnet.org.ca.obb)
 
  Re: Cleaning Battery Terminals
 
In lugnet.robotics, Mark Riley wrote: <snip> (...) Ooooh... wireless remotes! Nice! Throw it at me and I'll test it when ready :) Dave K (17 years ago, 10-Jan-08, to lugnet.robotics, lugnet.trains)
 
  Re: Cleaning Battery Terminals
 
(...) I just finished a second RCX and while the terminals aren't as shiny as the previous RCX, the RCX fired right up after I reassembled it. The crud on this latest RCX's terminals was bluish green so I suspect the outer silver layer got eaten (...) (17 years ago, 9-Jan-08, to lugnet.robotics, lugnet.trains)
 
  Re: Cleaning Battery Terminals
 
In lugnet.robotics, Mark Riley wrote: <snip> (...) That's good news! I'm going to try this soon on some of my 4.5/9 volt battery boxes. As far as I can see, the vinegar won't harm the plastic yet should do a good number on the corroded contacts. (...) (17 years ago, 9-Jan-08, to lugnet.robotics)
 
  Cleaning Battery Terminals
 
I haven't posted here in a while, my RCXs having been on a hiatus. Well, after breaking them out again, I discovered that I had foolishly left alkaline batteries in some of them and of course some of the batteries had started to leak. This caused (...) (17 years ago, 9-Jan-08, to lugnet.robotics)
 
  Java for NXT
 
The 0.5 beta release for Windows and for Linux is now on the sourceforge web site. (URL) changes and new features include: - Garbage collector - Execute code from flash - Automatic defrag of file system - Greatly improved Bluetooth support including (...) (17 years ago, 9-Jan-08, to lugnet.robotics.nxt)
 
  Re: 8479 Code Pilot Barcode Analysis and Code Sheet
 
(...) Alex Christensen posted a PDF file with these same bar codes back in February of 2007: (URL) based his work on Doug Eaton's extremely helpful VLL page: (URL) Hansen (17 years ago, 7-Jan-08, to lugnet.robotics.codepilot, lugnet.technic)
 
  Re: Hi-speed port communication
 
I posted a zip to the NXC samples page containing a pair of programs that show how to send a message from one NXT to another over a wire connected between port 4 on both NXTs. (URL) Hansen (17 years ago, 7-Jan-08, to lugnet.robotics.nxt)
 
  Re: Hi-speed port communication
 
(...) Hi all, the physical connection of NXTs via RS485 is just the first half of the solution... Remeber, at 2-wire RS485 you can have one master only and up to 31 slaves. To address each slave, you need to implement a special protocol which (...) (17 years ago, 5-Jan-08, to lugnet.robotics.nxt)
 
  8479 Code Pilot Barcode Analysis and Code Sheet
 
Dr. Soubhi Sabbagh contacted me recently to get information on Code Pilot, and collecting various sources he was able to analyse and create a PDF code sheet. " So, I decided to study the bar code algorithm and I co-operated with www.dlsoft.com until (...) (17 years ago, 5-Jan-08, to lugnet.robotics.codepilot, lugnet.technic)
 
  Re: Hi-speed port communication
 
Hi Ross, (...) it should be possible to use RS-485 as a bus, i.e. connect several NXTs with one cable. You need to make the cable yourself, though, and you may need some termination on the ends. Jürgen (17 years ago, 4-Jan-08, to lugnet.robotics.nxt)
 
  Re: Hi-speed port communication
 
(...) Thanks John. I agree that from the electrical point of view, just connecting one port 4 to another port 4 should just work with no hardware other than the cable (for short lengths, like the cables that come with the NXT). For longer cables, a (...) (17 years ago, 5-Jan-08, to lugnet.robotics.nxt)
 
  Re: Hi-speed port communication
 
(...) Two. Input port #4 fills up pretty quick. Should give a nice performance boost over BT though. (17 years ago, 4-Jan-08, to lugnet.robotics.nxt)
 
  The Unofficial LEGO MINDSTORMS NXT Inventor's Guide
 
I'm having a book signing this month for my new book The Unofficial LEGO MINDSTORMS NXT Inventor's Guide (No Starch Press), and I decided to officially announce the book here on LUGNET and invite everyone who lives in the Round Rock, Texas area to (...) (17 years ago, 4-Jan-08, to lugnet.announce, lugnet.robotics, lugnet.robotics.nxt, lugnet.events, lugnet.loc.us.tx, FTX) ! 
 
  Re: Hi-speed port communication
 
(...) Cool! I wonder if you could daisy-chain NXTs using this technique, and if so, how many you could connect? ROSCO (17 years ago, 4-Jan-08, to lugnet.robotics.nxt)
 
  Hi-speed port communication
 
I've been getting a number of emails from some people who want to know how to use the hi-speed RS-485 port 4 functionality in the NXT using the standard firmware. With John Barnes' help I now know how to get it to work correctly. Here is a simple (...) (17 years ago, 4-Jan-08, to lugnet.robotics.nxt)
 
  Re: designing new NXT parts (propeller and motor) using rapid prototyping
 
(...) Indeed, this 180mA limitation is the one of the 4.3V power supply, that feeds the sensors and the motor position encoders. The motors themselves can receive a much higher current, limited by their own thermal protection and by the maximum (...) (17 years ago, 31-Dec-07, to lugnet.robotics.nxt)
 
  NXT iterate files
 
I wrote some NXC code that runs on the enhanced NBC/NXC firmware. It demonstrates how to iterate files on the filesystem. Let me know if you have any questions. John Hansen #define LOADER_HANDLE(_x) (_x&0xff) #define LOADER_ERR_BYTE(_x) (...) (17 years ago, 30-Dec-07, to lugnet.robotics.nxt, lugnet.robotics)
 
  Re: NXC problem
 
(...) Remove the #include "NXCDefs.h" line since recent versions of the compiler do not require that you explicitly include this file. Make sure you are running the latest BricxCC and NBC/NXC compiler. The lastest version of the compiler is (...) (17 years ago, 30-Dec-07, to lugnet.robotics.nxt)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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