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 / *5649 (-20)
  Re: How to measure the signal Voltage ?
 
not knowing anything about the sensor, but guessing (hoping) that it behaves like an open collector gate, this is what i would do--fool with the sensor on the bench to determine how it works before i let it near the HB. 1. power up the sensor, (...) (26 years ago, 24-Feb-99, to lugnet.robotics.handyboard)
 
  Re: Print to LCD
 
I certainly do! Spent a lot of effort working developing a machine code interface for the Handyboard. One of the biggest hurdles was getting messages to the LCD display. If you look on the Handyboard home page, in the contributed section: (URL) will (...) (26 years ago, 24-Feb-99, to lugnet.robotics.handyboard)
 
  Re: Parts availability
 
(...) I was able to follow the parts list and get most of the things from the suggested supplier. (...) (eqivalent?) (...) I thought that I got the memory from Jameco, but I think BG-Micro sells it was well. I would also think they both might carry (...) (26 years ago, 24-Feb-99, to lugnet.robotics.handyboard)
 
  Re: IR outputB
 
Is the IR reciever on the HB the same thing as in the robot in MR:ITI book? I though it would be different. In any case, you can but...the reciever is more effective as a "wireless communication" device that can recieve various IR codes which you (...) (26 years ago, 24-Feb-99, to lugnet.robotics.handyboard)
 
  Re: IR outputB
 
(...) o Hi Did anyone receive an answer to this. I ant to connect a Radio Shack (276-143) IR LED to the IR output and am wondering what resistance to use. Also, I saw a design in Mobile Robots..Inspirition where they use two IR LED (one on each (...) (26 years ago, 24-Feb-99, to lugnet.robotics.handyboard)
 
  Parts availability
 
To all: I am constructing the Handy Board from 'scratch', since many places want upwards of $200 for a built (and tested) board. I have located most of the required parts, but have not located the following: the 1 uH iron core inductor the 5W 47ohm (...) (26 years ago, 24-Feb-99, to lugnet.robotics.handyboard)
 
  How to measure the signal Voltage ?
 
Hi Everybody, I am using the retroreflective sensor to an object . The sensor is came from Masushita NAIS brand name. It has 3 wires . ONe for the +ve supply , one for the -ve supply, one for the output signal line. The sensor is using a NPN type. (...) (26 years ago, 24-Feb-99, to lugnet.robotics.handyboard)
 
  Print to LCD
 
Hi everyone, Does anyone know how to print messages to the LCD in assembly language. Thanks (26 years ago, 24-Feb-99, to lugnet.robotics.handyboard)
 
  RE: External Motor Power and the Expansion board.
 
I noticed this to when I built mine, I just bridged the gap I had cut with solder and now use an H-bridge to control the motors. Clancy (...) (26 years ago, 24-Feb-99, to lugnet.robotics.handyboard)
 
  Problem resolved?
 
To all, Regarding my previous... I am not sure if it was a soldering connection, but after retesting the output voltages it is very close.. Fred says that the voltages should be between, say, +9 and +10, but I'll get a 8.7.. Is this good enough? If (...) (26 years ago, 24-Feb-99, to lugnet.robotics.handyboard)
 
  MAX232 Chip
 
To all: I am constructing my first Handy board. I am currently building the interface board, but have hit a small 'snag'. While performing 'step 2', installing capacitors and MAX232, and then testing, I did not recieve the correct voltage outputs. (...) (26 years ago, 24-Feb-99, to lugnet.robotics.handyboard)
 
  Re: External Motor Power and the Expansion board.
 
ahah, good question. the exp bd grabs the 9v motor power for the servos, sonar, and 9v lego sensors. if you're not using any of these, you could leave connector off the exp bd and you'll have no probs. if these are important, you need to reconnect (...) (26 years ago, 24-Feb-99, to lugnet.robotics.handyboard)
 
  External Motor Power and the Expansion board.
 
Greetings all! I just got the kit for the expansion board in the mail, and I realized something: I modified my handy board to accept external power for the motors through the power expansion header, using the instructions at: (URL) and now I don't (...) (26 years ago, 24-Feb-99, to lugnet.robotics.handyboard)
 
  Re: electronics question please help
 
The modulation frequency of the IR diodes must match the sensor (depending on exact part number, around 38 KHz) within +/- 3 KHz. As you move away from the center frequency, detection drops off sharply. Are you able to confirm the modulation (...) (26 years ago, 23-Feb-99, to lugnet.robotics.handyboard)
 
  ICC11v5 - interrupts
 
I have a HB (running under IC3.2) that is linked to a 'slave' TCOMP board (68HC11E1, 32k ram) which is programmed using ICC11v5. I need a function similar to 'msleep' on the TCOMP unit. I am trying to use portions of Chuck McManis' HB library for (...) (26 years ago, 23-Feb-99, to lugnet.robotics.handyboard)
 
  Re: Sharp GP2D02 and assembly language
 
Hi, I have the same problem. For now I don't care since the GP2D02 is the only thing connected to an digital output. I am using the following: Include: subroutine_get_userval: ldab USERVAL ; load USERVAL to d register clra ; clear upper byte rts ; (...) (26 years ago, 23-Feb-99, to lugnet.robotics.handyboard)
 
  Re: electronics question please help
 
(...) You can download the archives from the HB web site: (URL) Will , , __@_/ \_@__ |/ | /__, o @_/ )\ ) ( \ (\/\\, ~~~...~~~ ' ` ~~~...~~~ ` ~~~...~~~ Wendy Parson, A liberal is a man too broadminded Will Bain, to take his own side in a quarrel. & (...) (26 years ago, 23-Feb-99, to lugnet.robotics.handyboard)
 
  Re: Tracking device
 
Chen, I am no expert on computer vision, but Greg Hager of Yale University's CS dept. gave a talk at our school last week about developing function libraries for visual tracking. His web page is (URL) It seems relevant to what you are trying to do. (...) (26 years ago, 23-Feb-99, to lugnet.robotics.handyboard)
 
  Re: Tracking device
 
(...) If you are trying to track something moving, it is pretty simple, if you have a fixed camera. Take two images, separated by a reasonable amount of time (2 subsequent frames may not be enough). XOR the two frames, everything the same will show (...) (26 years ago, 23-Feb-99, to lugnet.robotics.handyboard)
 
  Re: electronics question please help
 
I am new to the list and want to know if there is anykind of archives of old e-mails to the list as I would like to see them. Thanx ___...___ Steve Wall Sir Sandford Fleming college Swall@flemingc.on.ca (26 years ago, 23-Feb-99, 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