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 / *2529 (-20)
  Re: LCD Displays
 
Wirz Electronics has the best deal: a 16x2 LCD for $8!!! go to www.wirz.com and follow the links to the serial LCD interface, the LCD is sold separately and there is no minimum. jm (...) (27 years ago, 30-Jul-97, to lugnet.robotics.handyboard)
 
  Re: LCD Displays
 
(...) I have an optrex DMC-16249UB plugged into my handyboard and it works fine. The optrex lcd is available from Digi-key part number 73-1039-ND $11.97 with a $5 handling charge for less than $25 order. I assume that the DMC-16249B version would (...) (27 years ago, 30-Jul-97, to lugnet.robotics.handyboard)
 
  Re: LCD Displays
 
(...) If anyone is having trouble finding the DS-1233-10's, I might be able to help. I have had to order 5 of them to get the one I need so I would be willing to either send them to others at my cost or preferably to trade at least one of them for (...) (27 years ago, 29-Jul-97, to lugnet.robotics.handyboard)
 
  Re: LCD Displays
 
Hey there, sorry I forgot to mention a few things to you: Digikey stocks the Optrex LCDs, they're about $12/ea, and since you're probably ordering from them anyway, it's no problem. The difference between the B and UB versions, I think, is that the (...) (27 years ago, 29-Jul-97, to lugnet.robotics.handyboard)
 
  LCD Displays
 
Hi, Reading through the literature at the Handy Board site I discovered that there are two alternate displays to the one manufactured by Hitachi, namely the Alps LDS7A1792A and the Optrex DMC-16249. Browsing through some catalogs I found two LCDs by (...) (27 years ago, 29-Jul-97, to lugnet.robotics.handyboard)
 
  Quality Technologies QRD1114 and QRB1114?
 
Hi all, has anyone used the Quality Technologies infrared sensor modules listed in the HB Technical reference? The QT (www.qtopto.com) site indicates an 'optimal' test range of .050 to .150 inches. Can they detect *at all* beyond these distances? (...) (27 years ago, 29-Jul-97, to lugnet.robotics.handyboard)
 
  Serial communications
 
Hi there, I've just finished installing the serial communications hardware on the board itself and am on section 4.4.2. in the assembly manual. I was just wondering, should the green SER LED on the Handy Board and the green PWR LED on the Handy (...) (27 years ago, 29-Jul-97, to lugnet.robotics.handyboard)
 
  hamamatsu photo ic
 
I've just got hold of two hamamatsu photoreflector(part #5587). I got them as samples from the company. It came with no data sheets, so I have no idea on how i can interface them to the handyboard. I plan to use them as shaft encoders. It looks like (...) (27 years ago, 29-Jul-97, to lugnet.robotics.handyboard)
 
  DLM and Mini Board
 
Billy, (...) Make sure your defaults are right. Type "DLM" with no args to see the possibilities. You want -256 and -mb. In the future, please use the robot-board list, *not* the handyboard list, for Mini Board questions. See below for info. -Fred (...) (27 years ago, 28-Jul-97, to lugnet.robotics.handyboard)
 
  DLM problem help
 
When I tried to download the S19 code to my mini board by using Fred Martin's dlm, I got the error message "board memory error." The bootstray program was OK to dwonload to the 256 RAM and it can sys the board successfully. However, it could not (...) (27 years ago, 28-Jul-97, to lugnet.robotics.handyboard)
 
  DLM problem HELP PLEASE
 
When I tried to download the S19 code to my mini board by using Fred Martin's dlm, I got the error message "board memory error." The bootstray program was OK to dwonload to the 256 RAM and it can sys the board successfully. However, it could not (...) (27 years ago, 28-Jul-97, to lugnet.robotics.handyboard)
 
  RV: What is the better way to comunicate handyboard???
 
---...--- (...) the (...) help (...) (27 years ago, 28-Jul-97, to lugnet.robotics.handyboard)
 
  Re: more servo
 
(...) Joe, did you use servo_on() ? (27 years ago, 27-Jul-97, to lugnet.robotics.handyboard)
 
  more servo
 
After replacing my old servo.c file which with the one downloadable from the web site I managed to get servo.c and .icb into the board but I still cannot get any response from my servo.The wires are coloured brown then red then orange.I have been (...) (27 years ago, 27-Jul-97, to lugnet.robotics.handyboard)
 
  Re: the dual servo routines...
 
Anthony, A couple of suggestions, the handyboards dual servo routines are not as stable as one might like (the timing it tricky). I would suggest however that you put a separate battery pack on each bank of servos, since each bank can draw 3 amps (...) (27 years ago, 26-Jul-97, to lugnet.robotics.handyboard)
 
  Re: I2C Counters
 
How many counts, how fast are you counting? Can the LSBs be dropped? What I'm suggesting is using a clock/calendar or clock/calendar/RAM such as the Philips PCF8583. Input your wheel pulses instead of the oscillator. You scale by 256in one mode, (...) (27 years ago, 26-Jul-97, to lugnet.robotics.handyboard)
 
  fixed enable_cheesy_encoders
 
A while ago someone said that the system interrupt encoder part of encoders.icb did not work. I forgot who you are, sorry. I verified that it did not work as well. I fixed it and made it work so if you still want to use it, or anyone else wants to (...) (27 years ago, 26-Jul-97, to lugnet.robotics.handyboard)
 
  servo problems
 
Thank you Duncan Orthner my servo.icb file now loads perfectly.My next problem is that when I try to load servo.c I get a syntax error on line 46.Can anyone help? Thank you, Joe Martin Email:joema@mpx.com.au (27 years ago, 26-Jul-97, to lugnet.robotics.handyboard)
 
  the dual servo routines...
 
I am having a problem using the second A5 servo output. I am using the two servos lines to power 6 servos, 3 on one line, and 3 on the other line. I have no problem hooking up all 6 servos to the same input line on A7, but if I hook up more than one (...) (27 years ago, 25-Jul-97, to lugnet.robotics.handyboard)
 
  I2C Counters
 
Does anybody know if there is such a thing as a binary counter that will work on an I2C buss. If there is such a thing it would sure simplify a few circuits. I'm already using the SPI lines to control a few I2C DACs. To monitor motor/wheel RPMs I (...) (27 years ago, 25-Jul-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