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 / *6864 (-40)
  Re: stalled motor detection
 
Thanks for pointing out the 'dead reckoning' thing. I meant 'object avoidance'! Heh, I think I'd better make another coffee run... Gary Livick wrote in message <381762F1.D9E4F391@p...ll.net>... (...) (25 years ago, 28-Oct-99, to lugnet.robotics.handyboard)
 
  speech recognition with hb
 
We are attempting to incorperate a speech recognition board with the hb. We have the hb controlling an rc car. We also have the speech reconition board controlling the hb. Here is the problem, the microphone for the speech recognition kit is on the (...) (25 years ago, 28-Oct-99, to lugnet.robotics.handyboard)
 
  Re: Not necessarily the handyboard....
 
(...) Of course, if you *really* felt that bad about "pimping," you could've sent that privately and not to the whole list...wink, wink :-) I saw the price of your boards. One word: HOBBIEST I say to heck with the expense of boards, nearly anything (...) (25 years ago, 28-Oct-99, to lugnet.robotics.handyboard)
 
  Re: 64K UPGRADE
 
Yes, you can upgrade your HB to 64K and then use Interactive C on it. After the reset HB operates in a 32KB mode that is compatible with the original HB memory mapping. Your C code, however, shouldn't use the PD5/SS pin on the HC11 as it s used to (...) (25 years ago, 28-Oct-99, to lugnet.robotics.handyboard)
 
  Re: Not necessarily the handyboard....
 
(...) <blatant self-promotion> I work for ComputerBoards, Inc., a company that makes high quality yet inexpensive expansion cards for Intel platforms. We have just about anything you could need for analog or digital I/O, serial communications, GPIB, (...) (25 years ago, 27-Oct-99, to lugnet.robotics.handyboard)
 
  Re: GP2D05 (correction)
 
I apologize for the previous mail on the GP2D05 subject. The information I gave was base on my careless assumption (duhh) which was also wrong. Once again, I am sorry for any inconvenience. =o( Rob (25 years ago, 27-Oct-99, to lugnet.robotics.handyboard)
 
  Re: GP2D05
 
I am using the GP2D02 which is also identical to the GP2D05 except that on the GP2D05 you can manually set the threshole using the built-in trimpot. I am using Barry Brouillet driver for interfacing to the Handyboard/w expansion board and it works (...) (25 years ago, 27-Oct-99, to lugnet.robotics.handyboard)
 
  Not necessarily the handyboard....
 
I have an old 486 laptop and a few motors and sensors lying around...Does anyone know of a DSP board or some other device I could use to interface the motors and sensors to the laptop for real- time data aquistion? (I already have my handyboard (...) (25 years ago, 27-Oct-99, to lugnet.robotics.handyboard)
 
  Re: stalled motor detection
 
If a motor stalls, it draws a lot of current (compared to normal operation). You can measure that quite easilyusing dedicated chip, or by measuring the voltage over a small resistor in series with the motor: if more current is draw, the voltage drop (...) (25 years ago, 27-Oct-99, to lugnet.robotics.handyboard)
 
  Re: stalled motor detection
 
Shaft encoders are hard to beat. If the wheels are commanded to turn and aren't, that's a good indication that something is screwy. Plus, if you're doing dead reckoning, you need them anyway so they are already there! Gary Livick (...) (25 years ago, 27-Oct-99, to lugnet.robotics.handyboard)
 
  stalled motor detection
 
Hi all, I'm working on a dead reckoning 'bot. I'm not really interested in what the wheels are doing unless they're stalled. Anyone know any good tricks for monitoring the motor current, or should I go with shaft encoders anyway? Thanks! Paul (25 years ago, 27-Oct-99, to lugnet.robotics.handyboard)
 
  Re: Sonar Sensor
 
Danny, The Polaroid 6500 is very common, and if you have the expansion board on your HB you have a built in connection. There are drivers on the MIT HandyBoard site. The units are available from Acroname and they also have a good fact sheet. (2 (...) (25 years ago, 27-Oct-99, to lugnet.robotics.handyboard)
 
  Re: Sonar Sensor
 
(...) Yep, I've checked out about every page I've seen on this. I just haven't had the time to do it yet. :| As soon as our competition is over and classes settle down (maybe in 3 years :()) I will get a chance to experiment with it. When will you (...) (25 years ago, 27-Oct-99, to lugnet.robotics.handyboard)
 
  Re: Sonar Sensor
 
Try the Polaroid sonar sensors available from (URL) HB site has the info on how to hook it up to the Handy Board including the IC drivers. The Polaroid sonar works very well! Good luck, kam (...) ===...=== Kam Leang University of Utah Department of (...) (25 years ago, 27-Oct-99, to lugnet.robotics.handyboard)
 
  Sonar Sensor
 
I'm designing a robot detection/obstacle avoidance system. And I want to install some Sonar sensor. I'm wondering if anyone would know of any good sonar sensor that can easily be used with the HB and that give good results? Any info on this would be (...) (25 years ago, 27-Oct-99, to lugnet.robotics.handyboard)
 
  GP2D05
 
Hi Anybody got the GP2DO5 IR module working with the Handyboard (without expansion board) using IC ? I always seem to get a Logic "1" from the detector even if there are no obstacles in front of the detector. Any hints will be greatly appreciated. (...) (25 years ago, 27-Oct-99, to lugnet.robotics.handyboard)
 
  Re: Servo 16 pgm +SPI on HC11
 
I have to admit that I have not actually finished the project, work commitments meant that it was shelved for a while. The easiest way to communicate to the HC11 is to use the software from the HB website that allows you to use one of the pins on (...) (25 years ago, 27-Oct-99, to lugnet.robotics.handyboard)
 
  Debugging
 
I am developing a course at SJSU using the handyboard as the microcontroller for a competition being held at the end of the semester. This new course have us build the handyboard from scratch and go through the debugging process. I have help some (...) (25 years ago, 27-Oct-99, to lugnet.robotics.handyboard)
 
  Re: Expansion Board and Smooth PWM
 
Bill, after unzipping the files, copy all the downloaded drivers into your interactive C Libs directory. These drivers must reside in this directory (drive:\IC\Libs) in order for IC to load them at startup. You will be asked if you want to replace (...) (25 years ago, 27-Oct-99, to lugnet.robotics.handyboard)
 
  Re: motor current trick
 
A couple of easy things that you can do to increase the current capabilities of the motor drivers are: (1) replace the L293Ds with SN754410 chips (available from Acroname), and (2) piggyback one H-bridge chip on top of the other to handle almost (...) (25 years ago, 27-Oct-99, to lugnet.robotics.handyboard)
 
  motor current trick
 
I've got a great R/C track vehicle that I want to use as a robot chassis, problem is the 1 Amp motors. I was going to use Kam's suggestion, but then I saw the Sonar schematics. I noticed that the sonar schematics have power coming from the motor (...) (25 years ago, 27-Oct-99, to lugnet.robotics.handyboard)
 
  Re: Sharp GP2D02 with out expansion board
 
Gary, Cool! Could you tell me how you wired it up? I'm a real beginner here and don't know exactly what you mean on that web page by: "This example assumes that port PA5 on the Handy Board was connected to the input of the GP2D02 detector and that (...) (25 years ago, 27-Oct-99, to lugnet.robotics.handyboard)
 
  Re: MOTOR DRIVERS
 
I also remember seeing people piggybacking the L293s to double the current capability. Thoughts? -chris ----- Original Message ----- From: Fred G. Martin <fredm@media.mit.edu> To: <handyboard@media.mit.edu> Sent: Monday, October 25, 1999 2:26 PM (...) (25 years ago, 26-Oct-99, to lugnet.robotics.handyboard)
 
  line-followers
 
Hi all, I would greatly appreciate information on line-followers and oscillating DC wire-followers to use with the Handy Board. Which models are the most practical? Where can I find the specs and instructions for these models? What is the code for (...) (25 years ago, 26-Oct-99, to lugnet.robotics.handyboard)
 
  64K UPGRADE
 
When upgrading to 64K, could that be done when still using Interactive C? By the way, what's the main difference between 2.8 and 3.X versions? Advantanges and Disavantages!!! Thanks, Paul (25 years ago, 26-Oct-99, to lugnet.robotics.handyboard)
 
  Eltec 442 Pyroelectric Sensor
 
Hi, I purchased an Eltec 442-3 Pyroelectric Sensor from acroname. I know pin 1 is V+ 5V but I don't know how I should connect pin 2,3,4 to my handy bord/expansion board. I want to use the sensor for detecting people and/or candles. How do I connect (...) (25 years ago, 26-Oct-99, to lugnet.robotics.handyboard)
 
  Re: fried memory
 
it might not be permanently dead, but if it's not, it's not working. one (or more) of the outputs of these two chips is probably shorted to ground or shorted to +5v. the chips get hot when they try to drive this output to a state other than the one (...) (25 years ago, 26-Oct-99, to lugnet.robotics.handyboard)
 
  fried memory
 
I suspect that I fried my memory chip. The handyboard downloads Pcode perfectly, but when it tries to synchronize with interactive C, I get an error. While the board is off the 62256-12LP and the 74HC132 chips stay hot. is there a good diagnostic (...) (25 years ago, 26-Oct-99, to lugnet.robotics.handyboard)
 
  Expansion Board and Smooth PWM
 
I really need to know how to get all my files correct to run both the expansion board and the smooth PWM routines at the same time. I downloaded both zip files but am unsure which files to use. Did I miss something on the web page where it says how (...) (25 years ago, 26-Oct-99, to lugnet.robotics.handyboard)
 
  Re: MOTOR DRIVERS
 
(...) Hi Paul, I don't know how the handyboard is protected against overload but one thing is for sure : if you overload the driver chip ... this one will fry up.In worst case you'll fry the board as well. If a driver chip's maximum current is 1 (...) (25 years ago, 25-Oct-99, to lugnet.robotics.handyboard)
 
  Re: MOTOR DRIVERS
 
It won't necessarily fry the chip. L293s (and the TI equivalent) have a thermal protection mode. If the chip gets too hot, it will turn itself off. Most of the time, this protects the chip against over-current. However, it is still possible to fry (...) (25 years ago, 25-Oct-99, to lugnet.robotics.handyboard)
 
  Re: MOTOR DRIVERS
 
(...) Hi Paul, I think it would take out the chip, but I am currently doing this by installing a oversize heatsink & fan to the controller chip and pulsing the motor instead of constant current. Exceeding the max current capacity but, limiting (...) (25 years ago, 25-Oct-99, to lugnet.robotics.handyboard)
 
  Re: MOTOR DRIVERS
 
Answer it'll fry the chip Question? Why would you even want to do that? (...) (25 years ago, 25-Oct-99, to lugnet.robotics.handyboard)
 
  MOTOR DRIVERS
 
Question? When using a motor which will exceed the driver chip max current, will that fry the chip or the handy board? Paul (25 years ago, 25-Oct-99, to lugnet.robotics.handyboard)
 
  Compiler Errors keep my board from loading
 
Help!! I don't know how to fix compiler errors! Specifically, I received the following error: "Compiler error! 47 extra bytes left on board stack. " and I don't know how to fix it. I do know that I cannot load programs on my board until I fix the (...) (25 years ago, 25-Oct-99, to lugnet.robotics.handyboard)
 
  Re: What can I do with a robot?
 
Adam, As far as interfacing to external devices, the inexpensive ones are wheel encoders, IR ranging, bumpers, sound sensors and visible light sensors. You can get much more involved by adding compasses, GPS, video vision and so on, but the cost (...) (25 years ago, 25-Oct-99, to lugnet.robotics.handyboard)
 
  What can I do with a robot?
 
A question for all of you fantastic robotics enthusiasts out there: I have to do a final year project next year, and I'm getting a head start on designing it. I've been told that I can do pretty much what I like with a robot, as long as it has a lot (...) (25 years ago, 25-Oct-99, to lugnet.robotics.handyboard)
 
  Re: Analog port shaft encoder
 
Rob, I use these same encoders just as you do, and they work fine. However, the spacing of the encoders from thier targets is important for proper function. 1.5 to 2 mm works well for me. In addition, I have had to play with the encoder high (...) (25 years ago, 25-Oct-99, to lugnet.robotics.handyboard)
 
  Re: HC11 pink book
 
Adam, Here are three books for your MCU: M68HC11RM/AD is the M68HC11 Reference Manual M68HC11A8/D is the M68HC11A8 Technical Data book M68HC11A8RG/AD is the M68HC11A8 Programming Reference Guide They are available at: (URL) this helps, - Nick - (...) (25 years ago, 25-Oct-99, to lugnet.robotics.handyboard)
 
  How do I connect 100 photocells to my handyboard?
 
Hi, For a project I'm working on, I need to track the output of one hundred (100) photocells. I don't need great accuracy on any of them, but maybe a ten-step resolution at the most. Is there a relatively standard or well-known method to gather (...) (25 years ago, 25-Oct-99, to lugnet.robotics.handyboard)


Next Page:  5 more | 10 more | 20 more | 40 more

Redisplay Messages:  All | Compact

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