To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.handyboardOpen lugnet.robotics.handyboard in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / Handy Board / *2134 (-20)
  Photos: Is that you, Fred?
 
Fred, Please could you tell me which one of the people in the photos is yourself? It's nice to have a face to think of when reading mails from people! Maybe some of you other "regular" supporters could tell us who you are? Richard (27 years ago, 13-May-97, to lugnet.robotics.handyboard)
 
  Re: Vector 2x Compass??
 
Greetings, I recently acquired a Vector 2x Compass from Jameco, a mail-order electronics supplier, for US$ 49.9x ((URL) A.A. de Oliveira assfalk@eece.unm.edu ---...--- Research Asst. et PhD student UNM EECE ACE Center (...) (27 years ago, 13-May-97, to lugnet.robotics.handyboard)
 
  Re: Trinty Firefighting
 
(...) I used IR phototransistors. I picked them up at a local electronics surplus. They may have been mediocre in sensitivity as they could only respond to flame a couple of feet away. Putting a magnifying lens in front made a drastic difference, (...) (27 years ago, 13-May-97, to lugnet.robotics.handyboard)
 
  my fire-fighting robot
 
if anyone is interested, the robot entered by my team (steve ocko, brian silverman, and myself) is pictured at (URL) did the lego design, we all came up with the overall strategy, and i did the programming this year. it's really a two-year design; (...) (27 years ago, 13-May-97, to lugnet.robotics.handyboard)
 
  how to see the flame
 
some people use fancy sensor devices, but i have found that a simple CdS photocell or a phototransistor, with some kind of shielding tube to block ambient light, works quite well for seeing the candle flame. check out the pix -- lots of robots have (...) (27 years ago, 13-May-97, to lugnet.robotics.handyboard)
 
  Re: PCB for Handy Board
 
I think Douglas Electronics sells it. ---...--- ericson mar Master of Engineering Candidate Project: Mobile Robotics mar@cooper.edu (212)353-4356 Department of Mechanical Engineering The Cooper Union for the Advancement of Science and Art ---...--- (...) (27 years ago, 13-May-97, to lugnet.robotics.handyboard)
 
  Vector 2x Compass??
 
Is this the product's name? I am looking for buying a compass to hook up to the HB and I have seen this name many times on the list, but I don't recall seeing where I can find them... THanks in advance for any help, Yoni Garbourg << To succeed, (...) (27 years ago, 13-May-97, to lugnet.robotics.handyboard)
 
  Re: PCB for Handy Board
 
Hi Don, I believe I have seen a pointer to a vendor that sells PCB for HBs from handy board web page under getting a hand on a HB. -Pandit ---...--- (...) (27 years ago, 13-May-97, to lugnet.robotics.handyboard)
 
  Trinity Firefighting contest info needed...
 
At the Trinity Firefighting contest, what seemed to be the best method for detecting the flame? I am planning on entering next year and I am starting to get my design together. was thinking of using a phototransistor with a filter over it so that it (...) (27 years ago, 12-May-97, to lugnet.robotics.handyboard)
 
  GPS Sample Code
 
Here is code I have used to talk between a GPS and a HandyBoard. I clipped these routines out of an old version of the code I currently use, so I can't verify that there aren't any bugs in this stuff, but it is simple code. Several people on the (...) (27 years ago, 12-May-97, to lugnet.robotics.handyboard)
 
  Trinity College and Peace Dale Robotic Park photo's on-line
 
Greetings all, We took a bunch of photographs at the April 1997 Trinity College Fire-Fighting Robot Contest and Rhode Island School of the Future Robotics Park Exhibition (whew!). The pictures are now on-line at (URL) not organized yet, except into (...) (27 years ago, 12-May-97, to lugnet.robotics.handyboard)
 
  PCB for Handy Board
 
Hi all. I'm interested in building a handy board but I haven't seen anything on how to get the PCB. Would it be easier to order a kit with all the parts or should I buy all the parts on the parts list and buy the PCB seperately? Any suggestions (...) (27 years ago, 12-May-97, to lugnet.robotics.handyboard)
 
  Re: problem in Program
 
(...) Oops... Thank you Tom. Terry King. Terry.King@fmr.com (27 years ago, 12-May-97, to lugnet.robotics.handyboard)
 
  Re: Problem in program
 
K> to running the printf right after "while (digital (15))". Try K> this: K> while (digital (15)) K> bk(2); K> printf ("Left object detected\n"); I think you want this to read: while (digital (15)) { bk(2); printf ("Left object detected\n"); } K> (...) (27 years ago, 12-May-97, to lugnet.robotics.handyboard)
 
  Re: Problem in program
 
(...) Terry, Don't feel bad, I'm in the same boat on writing that code. But, thanks to everyone's help, I've been learning. Chris Hackett and Pandit Panburana had a good tip on fixing the problem with getting the printf message to LCD consistently. (...) (27 years ago, 12-May-97, to lugnet.robotics.handyboard)
 
  The HB is alive!
 
Hooray, my HandyBoard works! My kit from DMSC came in on Friday, and I (a very non-hardware guy) managed to assemble it, thanks to Fred Martin's handy assembly guide. I did run into trouble during step 4.4.2 and 4.4.3 (testing/debugging 'serial line (...) (27 years ago, 12-May-97, to lugnet.robotics.handyboard)
 
  Re: Vector 2x almost working...
 
(...) J> Heres the latest: I am having problems interfacing the Vector 2x J> electronic compass with the Handy Board. I have successfully J> loaded Tom Brusehaver's program and it does write to the HB LCD J> but the compass position always reads 0. (...) (27 years ago, 12-May-97, to lugnet.robotics.handyboard)
 
  Re: Accessing 2nd line of display
 
(...) I think I read somewhere that the display is treated as one 32 character line instead of two 16 character lines. (27 years ago, 12-May-97, to lugnet.robotics.handyboard)
 
  Vector 2x almost working...
 
Thanks to everyone's responses on the first question I posted last week. I almost have it working. :) Heres the latest: I am having problems interfacing the Vector 2x electronic compass with the Handy Board. I have successfully loaded Tom (...) (27 years ago, 12-May-97, to lugnet.robotics.handyboard)
 
  Board Synchronization Error
 
Hello all, I am using Interactive C version 3.1 from Newton Research Labs running under Win95. When I try to download code to my HB I will often get the following error: C> load C:\HandyBoard\Intera...bs\hello.c Loading (...) (27 years ago, 11-May-97, to lugnet.robotics.handyboard)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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