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 / *6824 (-20)
  reading sensor input?
 
I've got a strange problem that probably has an easy solution, but I've been trying to hard to figure it out and am afraid that now I'm missing the obvious. I brushed the dust off my Handy Board to build a robot for my middles school robotics (...) (25 years ago, 24-Oct-99, to lugnet.robotics.handyboard)
 
  Anybody's French ?
 
Hi all! As I plan to build a Handy Bord, and as I am a bit far away from USA, I just would like to know if there is anyone living in France (and maybe in/near Paris?)... Electronic components aren't really cheap here, so if I could share tips about (...) (25 years ago, 23-Oct-99, to lugnet.robotics.handyboard)
 
  Re: Analog port shaft encoder
 
Tried what you said Joshua, I went through all the analog ports and manually fed them with a TTL signal from a function generator at a relatively low frequency of 5Hz and wrote this little test code to test it. In this example, the sencdr3.icb has (...) (25 years ago, 23-Oct-99, to lugnet.robotics.handyboard)
 
  Re: Analog port shaft encoder
 
Rob, Another suggestion for debuging your setup would be to write a program which; 1, anually counts the pulses from the encoder, and writes them to the lcd screen; or 2, Just writes the state of the encoder input to the screen (a 1 or 0). Then you (...) (25 years ago, 23-Oct-99, to lugnet.robotics.handyboard)
 
  Analog port shaft encoder
 
Hi, I am having great difficulty trying to get my shaft encoder to work using both sencdr3.icb or fencdr3.icb driver. I am using the QRB1114 optical sensor connected to analog port 3 with a current limiting resistor of 330 ohms for the emmiter and (...) (25 years ago, 22-Oct-99, to lugnet.robotics.handyboard)
 
  Re: HC11 pink book
 
Adam: The pink book part number from Motorola is: M68HC11RM/AD this is the general reference manual for the whole family of microcontrollers, there is also a technical data manual with P/N: MC68HC11A8/D this one just covers the A series processors. (...) (25 years ago, 21-Oct-99, to lugnet.robotics.handyboard)
 
  HC11 pink book
 
Hi, I've seen this referenced, and grabbed the link that someone provided the other day. I've had a look at all the different manuals listed, but I can' work out which is the right one to grab. My handyboard has the 68HC11A1FN part number. Can (...) (25 years ago, 21-Oct-99, to lugnet.robotics.handyboard)
 
  Re: GLOBAL POSITIONING SYSTEM
 
(...) Yes, I have done it, perhaps others. I use mine nearly every day connected to a GPS, but it has nothing to do with robotics. You're a bit off on your accuracy though, the spec actually says you'll be within 100 meters 95% of the time. I think (...) (25 years ago, 21-Oct-99, to lugnet.robotics.handyboard)
 
  Re: Vector 2X problem
 
Hi, finally my Vector2X works! Just because of the wrong selection of transistor. Guide comes from Tom Brusehaver (1997). Thanks! Any way, the result seems not consistense as the heading 'hang' when I turn off the HB and on again later. Instead of (...) (25 years ago, 21-Oct-99, to lugnet.robotics.handyboard)
 
  Expansion board - SPI
 
Hi ... If I fit an expansion board will I lose access to the SPI port ? ... Richard Spooner (25 years ago, 21-Oct-99, to lugnet.robotics.handyboard)
 
  sony ir function
 
I would like to know why the sony ir_data() only display 8 bit number instead of the 12 or 13 bit IR message? Does the number represent data only instead of the address or device? Does anybody knows how I could make the handyboard display the (...) (25 years ago, 21-Oct-99, to lugnet.robotics.handyboard)
 
  Re: for loop stack overflow
 
owen, what's inside the loop. i don't see any probl with the for loop itself. fred In your message you said: (...) (25 years ago, 21-Oct-99, to lugnet.robotics.handyboard)
 
  Re: for loop stack overflow
 
Owen, IC integers are signed 16-bit values ... - Nick - (...) (25 years ago, 21-Oct-99, to lugnet.robotics.handyboard)
 
  Encoder IO board
 
Hi everybody I have an application where I need to read 4 encoders, I am looking for an accurate encoder reading IO board which can be connected to an IBM PC. I am also looking for the rotary encoders for that. Please if you can help me find the IO (...) (25 years ago, 21-Oct-99, to lugnet.robotics.handyboard)
 
  Re: Please I need help!
 
(...) I saw a contributed design a while back (on the HB web site, I think) of a multiplexer for running multiple Polaroid transducers off of one Polaroid ranging module. It involved the use of a few transistors and such. The idea was to use extra (...) (25 years ago, 20-Oct-99, to lugnet.robotics.handyboard)
 
  for loop stack overflow
 
THis may be a dumb question on my part, but we are getting stack overflows on for loops such as for(int i = 0;i<1000;i++){...} when using values over 100 or so. Is this an 8bit counter thing or something else? Thanks, Owen Popplestone (25 years ago, 20-Oct-99, to lugnet.robotics.handyboard)
 
  Re: Handyboard low voltage motor control
 
Well, I went with separate h-bridge to maintain PWM and it turns out that even though the motors are geared down, they still don't have enough torque to haul around all the batteries. Looks like I'll stick with 9v motors... Thanks for the (...) (25 years ago, 20-Oct-99, to lugnet.robotics.handyboard)
 
  RE: port addresses
 
This is the online ordering form for motorola literature (if you are looking for motorola manuals) (URL) Message----- From: SNESS@amcomp.com [mailto:SNESS@amcomp.com] Sent: Wednesday, October 20, 1999 10:27 AM To: jimmn@xnet.com; (...) (25 years ago, 20-Oct-99, to lugnet.robotics.handyboard)
 
  GLOBAL POSITIONING SYSTEM
 
I learned that somebody has successfully connected GARMIN GPS to HB. If I am not wrong , this GPS is not be able to receive any signal in building. If this the case, GPS is only good for outdoor robotics. Another thing is about the accuracy of the (...) (25 years ago, 20-Oct-99, to lugnet.robotics.handyboard)
 
  Re: Vector 2x
 
I know everyboard has been sucessfully connected vector 2x to hb. I try to do the same thing as per Tom Brusehaver guides. Connecting as below :- +5V (SPI) to VCC (vector2x) GND(SPI) to GND (vector2x) MISO(SPI) to SDI (vector2x) MOSI(SPI) to (...) (25 years ago, 20-Oct-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