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 / *5189 (-20)
  Re: HELP
 
the 74hc04 gate might be blown. try another. fred In your message you said: (...) (26 years ago, 21-Jan-99, to lugnet.robotics.handyboard)
 
  Re: New comer to HB mailing list
 
Han , I think you have a slight misunderstanding of the command fd(motor). This command means START running the motors, not continue running the motors. When you hit the switch you need off(motor). So: void main (void) { fd (0); fd (1); printf("Hey, (...) (26 years ago, 21-Jan-99, to lugnet.robotics.handyboard)
 
  New comer to HB mailing list
 
Hello, everyone! I just joined to Handy Board mailing list and sincerely hope to exchange useful information and experience to enhance our daily joy with Handy Board. I am considering a kind of intelligent self recharging system of my robot. When (...) (26 years ago, 21-Jan-99, to lugnet.robotics.handyboard)
 
  PVM output
 
Dear all, I looked at the lib_hb file and found the portion for motor outputs. void motor(int m, int speed) { if (speed>100) speed=100; if (speed<-100) speed=-100; if (speed >= 0) _set_motor(m, 0, (255*speed)/100); else _set_motor(m, 1, (...) (26 years ago, 21-Jan-99, to lugnet.robotics.handyboard)
 
  Re: Dual Coaxial power jacks?
 
good beginner questions... (...) you can use either. if you use the one on the interface, then power goes through the phone cable to charge the HB. if you use the one on the HB, then power goes through the phone cable to operate the ckts on the (...) (26 years ago, 21-Jan-99, to lugnet.robotics.handyboard)
 
  Re: blowing analog inputs [was: Battery Level Indicator]
 
(...) this isn't right, so i feel the need to correct you. the hc11's analog inputs are sensitive; i have seen many of them destroyed (on a pin-by-pin basis), and voltages above 5v or below 0v are the cause). more accurately, it's not the voltage (...) (26 years ago, 21-Jan-99, to lugnet.robotics.handyboard)
 
  ROVER
 
Dear Mr Fred Martin/friends, We have run into some strange problems.Whenever we download the pcode_hb.s19 to the handy board using dl.exe we first get it is loading bootstrap program then the pcode.It shows the loading by a series of dots and (...) (26 years ago, 21-Jan-99, to lugnet.robotics.handyboard)
 
  Re: Douglas Electronics Expansion Board
 
We have revised the Handy Board Expansion Board Kit documentation to refer to the information on the Handy Board website. Tom Brusehaver is correct in his post that the J11 flex cable connector is not included in the kit as it is supplied with the (...) (26 years ago, 20-Jan-99, to lugnet.robotics.handyboard)
 
  off topic but cool
 
I thought you might find this interesting ... a tiny one inch hard disk drive weighing 17 grams, capable of storing 340MB: (URL) (26 years ago, 20-Jan-99, to lugnet.robotics.handyboard)
 
  Dual Coaxial power jacks?
 
I am new to the Handy board and Mine is in the starting phases of construction. I would like to ask the more experienced roboticist. 1. Why is there a power jack on both the Handy board and the charger? does the Interface need power? and if there is (...) (26 years ago, 20-Jan-99, to lugnet.robotics.handyboard)
 
  for sale
 
Hi John, I am interested in your handyboard ! I'm curious, when you say your board only has one motor chip is that something you added on or does that mean it only has one of the four outputs for DC motors, that usually comes with the board. Or does (...) (26 years ago, 20-Jan-99, to lugnet.robotics.handyboard)
 
  Re: Battery Level Indicator
 
(...) When I first got my HC11EVB I ran 12V straight into the E port (one of the pins), and was sure I ruined the chip. I called the tech support person at motorola, and he said 12V on a A/D port should be no problem. Sure enough it all still (...) (26 years ago, 20-Jan-99, to lugnet.robotics.handyboard)
 
  Re: Battery Level Indicator
 
1. yes, you probably killed your analog 5. the analog inputs are very sensitive to over voltage. if your ran more than +5v directly into the input, you probably killed it. next time you're playing with funky voltages, put a 5K resistor in series (...) (26 years ago, 20-Jan-99, to lugnet.robotics.handyboard)
 
  Re: Strange problem in IC V3.2 beta 1 (Handy Board 1.2)
 
we never wrote the long division routine. sorry... it is stated in the IC documentation. fred In your message you said: (...) (26 years ago, 20-Jan-99, to lugnet.robotics.handyboard)
 
  Strange problem in IC V3.2 beta 1 (Handy Board 1.2)
 
Hello, What is wrong here? Just type: IC> 100L/67L Illegal type given to /: <long> / <long> Why am I not allowed to divide two long numbers ? Rien (26 years ago, 20-Jan-99, to lugnet.robotics.handyboard)
 
  A fast light sensor?
 
Ummm, Hi all I'm looking for a circuit that will interface a photo transistor or a photo diode to a digital input. I tried a photocell in an analog port but it's too slow, I want to use a *visible* light pulse as an accurate trigger: ie. input (...) (26 years ago, 20-Jan-99, to lugnet.robotics.handyboard)
 
  Battery Level Indicator
 
I have been playing around with trying to make a battery indicator on my Handy Board. I did find the below diagram from a earlier posting in March of 98. BAT --------R1---...---*---...--- Analog5 Input +ve (10K) | (Active) R2 (4K7) | *---...--- Gnd (...) (26 years ago, 20-Jan-99, to lugnet.robotics.handyboard)
 
  Sharp GP2D05
 
I would like to use the Sharp GP2D05 infrared detection module with HandyBoard. Any hints/suggestions/clues will be highly appreciated. I'm from the PIC generation and am a newbie to the HB and the 68HC11 Thanks in advance, Ranjit (26 years ago, 20-Jan-99, to lugnet.robotics.handyboard)
 
  IC
 
Dear Mr Fred Martin/friends, Thank you for giving the site of the new library files.We started IC properly today.It gave NO 'synchronizing with board' errors. We input 1 + 2; and it gave the proper result.However when 123 * 2; was entered at the C> (...) (26 years ago, 19-Jan-99, to lugnet.robotics.handyboard)
 
  dig and analog address
 
could someone please tell me the address of digital ports 2,6,7 and all the analog ports? For some reason or another I'm having software troubles and I'm having to map these myself.... Thanks for the help, Owen (26 years ago, 19-Jan-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