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 / *6044 (-40)
  Re: More servo jitters...
 
Take a look here for an interesting looking servo controller: (URL) route you go, please post the results. - - - Nick - - - Will Bain wrote: <snip> (...) (25 years ago, 14-Apr-99, to lugnet.robotics.handyboard)
 
  Re: More servo jitters...
 
(...) I doubt that the jitters are from zapping your battery. I get servo jitters, too, and I've never zapped my battery. I saw a suggestion on the list a while back that it has something to do with interference from the LCD printf routine. I plan (...) (25 years ago, 14-Apr-99, to lugnet.robotics.handyboard)
 
  Re: Converting .ASM to .ICB
 
you use a special version of as11 that makes icb files. on the mac, there is a port by David Negro. look in the Software/Utils page of the HB site. Fred (...) (25 years ago, 13-Apr-99, to lugnet.robotics.handyboard)
 
  Converting .ASM to .ICB
 
Hi, this is kind of urgent, but i need to know how compile (is this the write word of it?) an ASM file into an ICB file. Any help would be appreciated. Please note that I am working on a Mac platform but I normally do not use Macs. Thanks in (...) (25 years ago, 13-Apr-99, to lugnet.robotics.handyboard)
 
  Re: U12 on the Handyboard
 
If you're prepared to order from the Uk, you can get it from www.Farnell.com It's a couple of quid. Matt -----Original Message----- From: Ravi Madhav K. Adatrao <ravia@dd254.comm.mot.com> To: handyboard@media.mit.edu <handyboard@media.mit.edu> Cc: (...) (25 years ago, 13-Apr-99, to lugnet.robotics.handyboard)
 
  Re: U12 on the Handy board.
 
You can order the part directly from Dallas Semiconductors at (URL) ordered 10 last week for about $1.40/each (I think). --kam (URL) Tue, 13 Apr 1999, Ravi Madhav K. Adatrao wrote: -->Hi- --> --> I am not able to find DS-1233-10 (U12) for the handy (...) (25 years ago, 13-Apr-99, to lugnet.robotics.handyboard)
 
  More servo jitters...
 
As a follow up to my nervous servo, it gets the shakes even when running as a single process. Ok, I confess... I recharged it on ZAP and fell asleep... Is it possible that either the servo or the HB was damaged by this in such a way as to give it a (...) (25 years ago, 13-Apr-99, to lugnet.robotics.handyboard)
 
  Re: help about part C3
 
Does it have to be these parts? Can you put a few together or even use ceramic, polyester, etc? ---...--- ericson mar Robotics Consultant mar@cooper.edu (212)353-4356 Department of Mechanical Engineering The Cooper Union for the Advancement of (...) (25 years ago, 13-Apr-99, to lugnet.robotics.handyboard)
 
  U12 on the Handy board.
 
Hi- I am not able to find DS-1233-10 (U12) for the handy board. If anybody knows where I could get it or even a good replacement for it, please inform me. Thanks, Ravi. (25 years ago, 13-Apr-99, to lugnet.robotics.handyboard)
 
  Fwd: Re: help about part C3
 
replying to my own msg... (...) (that is, (...) in other words, (...) ok, so P6305-ND is the part i originally specified. sure enough, you can't find it online. but i found it in the latest print digikey catalog! (i didn't check that it was the same (...) (25 years ago, 13-Apr-99, to lugnet.robotics.handyboard)
 
  Re: help about part C3
 
use Digikey P6305-ND or P5417-ND. both are 470 uF electrolytics, axial leads (that is, leads sticking out opposite ends) and are 16 mm long and 8 mm in diameter. in other words, they're the right value and they'll fit. F. (...) (25 years ago, 13-Apr-99, to lugnet.robotics.handyboard)
 
  help about part C3
 
Can anyone tell me of a good place to get part C3 for the handy board?...DigiKey no longer has it or a replacement. -Jon Schuck (25 years ago, 13-Apr-99, to lugnet.robotics.handyboard)
 
  Has anyone an icb-routine for 9600b serial connection ?
 
Hi, i used the serialio.c routines to establish a data connection between the Handyboard and a Linux PC and encountered the same problems already mentioned in the mailing list: 1) Only char by char transmission with sleeps between transmissions (...) (25 years ago, 13-Apr-99, to lugnet.robotics.handyboard)
 
  Re: Servo DEinitialization.
 
Sorry. I'll reread the documentation. I was going by memory. Fred G. Martin Fred G. Martin (...) Ross Tonkens (25 years ago, 13-Apr-99, to lugnet.robotics.handyboard)
 
  Re: Servo DEinitialization.
 
(...) as it says in the docs: init_expbd_servos(int action) If action is zero, servo control signals are disabled. If action is non-zero, servo control signals are enabled. Control signals are disabled by default every time the Handy Board is reset. (...) (25 years ago, 13-Apr-99, to lugnet.robotics.handyboard)
 
  Re: Servo DEinitialization.
 
I'd go for the Coke can idea. Sounds like a surer shot. I thought init_expbd_servos(x), where x = integer from 0 to 5, was used to initialize the servos individually. Stupid me. I've been using init_expbd_servos(5), and, since I only had #5 hooked (...) (25 years ago, 13-Apr-99, to lugnet.robotics.handyboard)
 
  Re: Expansion Board Servo timing...
 
Hi Doc, The function call "init_expbd_servos(0);" turns them off, "init_expbd_servos(1);" turns them on. Something like "servo5=2300;" commands a servo to a position, but only if the servos are initialized as per above. Maybe I used a confusing term (...) (25 years ago, 12-Apr-99, to lugnet.robotics.handyboard)
 
  Re: Desgning H-bridge
 
The motor driver circuit is a bipolar push-pull current amplifier. It's really cheap, easy to build and works well with the Tamiya motor/gearbox kits available from (URL) or (URL) I'm sure it has its limitations, but works for small robot projects. (...) (25 years ago, 12-Apr-99, to lugnet.robotics.handyboard)
 
  Re: Expansion Board Servo timing...
 
How do you "de-initialize" a sevo? I am only familiar with the init_expbd_servos(x) command and with reassigning the servo(x) global variable to effect servo repositioning. Ross M. Tonkens, M.D. Medical Director Primary Care of Nevada 100 North (...) (25 years ago, 12-Apr-99, to lugnet.robotics.handyboard)
 
  Re: Expansion Board Servo timing...
 
(...) I don't know about the servo routines on the HB, but servos *do* start to jitter when the pulses get much below about 20Hz. This is not due to the pulse width 'fluctuating', it's because the refresh rate is dropping. It certainly is possible (...) (25 years ago, 12-Apr-99, to lugnet.robotics.handyboard)
 
  Re: Desgning H-bridge
 
(...) Kam has a design at: (URL) (25 years ago, 12-Apr-99, to lugnet.robotics.handyboard)
 
  Re: H-bridge
 
I am currently in search of H-bridges (DC motor drivers) I tried visiting wirz electronics but they aren't in business right now. does anyone know of any other places i can check out? =) thanx Chen (25 years ago, 12-Apr-99, to lugnet.robotics.handyboard)
 
  Expansion Board Servo timing...
 
How sensitive are the exp bd servo routines to many processes running concurrently. My servo works fine in a stand alone test file but when I include it in my main code it gets the "nervous shakes", as if the timing pulse is fluctuating ( I don't (...) (25 years ago, 12-Apr-99, to lugnet.robotics.handyboard)
 
  Re: Expansion Board Servo timing...
 
Drew- I have a Handy Board on a robot that runs three servos and the GP2D02 sensor, and I have the same nervous jitters problem. However, I do not run any processes on this application. I am using IC under v 3.2 of the software, so I could use (...) (25 years ago, 12-Apr-99, to lugnet.robotics.handyboard)
 
  Re: Rangingproblems with Sharp GP2D02
 
(...) I'm looking at the Sharp data sheet, and they have a chart that shows decimal distance measuring output vs distance to object in centimeters, and they indicate the minimum reading to be around decimal 59 to 64 depending on object reflectivity. (...) (25 years ago, 12-Apr-99, to lugnet.robotics.handyboard)
 
  Re: Desgning H-bridge
 
Another great source for h-bridge design if (URL) It gives details on how to build a PIC based motor controller, but more importantly, it has a great h-bridge schematic. Be sure to check it out. ---...--- Brian Schimpf schimpfy2@aol.com (25 years ago, 12-Apr-99, to lugnet.robotics.handyboard)
 
  Rangingproblems with Sharp GP2D02
 
Hi all I just finished rewriting the GP2D02 routines by Kent. Seems all to work just fine....except that I don't get readings below around 55. Even if I don't have anything in front of the sensor (dist. to wall more than 2m) I never get a reading of (...) (25 years ago, 12-Apr-99, to lugnet.robotics.handyboard)
 
  Re: Desgning H-bridge
 
Hey Ericson, Check out the following sites for motor control information: (URL) under motor control Hope this helps, good luck! --kam (URL) Mon, 12 Apr 1999, MAR ERICSON wrote: -->Where can we get info in designing H-bridges from descreet (...) (25 years ago, 12-Apr-99, to lugnet.robotics.handyboard)
 
  Desgning H-bridge
 
Where can we get info in designing H-bridges from descreet components? Is it sufficient to use just four MOSFETs or just four solid state relays? Thanks for any input. ---...--- ericson mar Robotics Consultant mar@cooper.edu (212)353-4356 Department (...) (25 years ago, 12-Apr-99, to lugnet.robotics.handyboard)
 
  Re: Smooth PWM for IC3.2?
 
(...) This problem is the only reason why I'm not buying the commercial version of IC. I'd buy in an heartbeat if *all* the code running on the handy board was available. Until then I stick with the free version. So far I've modified my pcode at (...) (25 years ago, 12-Apr-99, to lugnet.robotics.handyboard)
 
  Re: GCC/HC11 small patch
 
(...) I added his patch into my patch and it is now available for download: ftp.eskimo.com/u/a/a...est.tar.gz I've also updated the readme to include the latest copyright information (everyone released it under the GNU Public License), and included (...) (25 years ago, 12-Apr-99, to lugnet.robotics.handyboard)
 
  Re: Increasing current output to motors on HandyBoard
 
Actually, if you have been following this thread, there are several ideas that have come up, including the solid state relay (reliable, high current, but SPST, moderate cost ), transistor to up the current(reliable, mded current, low cost, but (...) (25 years ago, 12-Apr-99, to lugnet.robotics.handyboard)
 
  HB_IR.C: which ports?
 
Hi everybody, I'm experimenting with Kent Farnsworth's program for IR detection (files hb_ir.c and hb2_ir.icb). In Kent's program there is a function ir_counts(integer argument), where the argument can have the value 4, 5, 6 or 7. I've found that (...) (25 years ago, 11-Apr-99, to lugnet.robotics.handyboard)
 
  Smooth PWM for IC3.2?
 
Hi everybody, I have IC3.2 and want to use the smooth PWM functions. I've already adapted my lib_hb.c file. If I use the pcode_hb.s19 file adapted for smooth PWM (downloaded from Fred Martin's site), everything works ok, only I end up with IC2.8! (...) (26 years ago, 11-Apr-99, to lugnet.robotics.handyboard)
 
  part C3????
 
I need a reliable easy source to purchase part C3 online...digikey says it's obsolete and they have no substitute. Can anyone help??? -Jon (26 years ago, 11-Apr-99, to lugnet.robotics.handyboard)
 
  Re: Increasing current output to motors on HandyBoard
 
Hi, Anyone know where I can purchase a commercial unit that I can operate automobile starter type relays from the COMOS outputs on the handyboard expansion board? only 5 mA per output. Or would it be eaiser to fabricate? I don't want to damage the (...) (26 years ago, 11-Apr-99, to lugnet.robotics.handyboard)
 
  Re: multitasking
 
(...) The subroutines continue execution exactly where they left off, making the multitasking transparent to you. You normally shouldn't have to give any thought to how many ms each one gets. If timing is important to you for some reason and the (...) (26 years ago, 11-Apr-99, to lugnet.robotics.handyboard)
 
  multitasking
 
I have a simple question regarding multitasking. I am using two subroutine in a multitasking. start_process(ir()); start_process(detect()); Both subroutine should run for 5 ms(default). Consider an example that the subroutine detect() require more (...) (26 years ago, 11-Apr-99, to lugnet.robotics.handyboard)
 
  Re: Increasing current output to motors on HandyBoard
 
Total cost for both, $56.00. Smaller ones are cheaper. Again, the advantage is convenience, not cost. These pulg right into the motor driver output ports on either the Handy Board or the Rug Warrior with the L293D left in place, and take no other (...) (26 years ago, 10-Apr-99, to lugnet.robotics.handyboard)
 
  Re: Quick troubleshooting help please!!!!
 
I would also check the circuit traces. Clip an ohm meter to the battery ground and check all the ground points, then do the same for +battery. Take a magnifying glass to the traces you can see. Look for places where the smoke got out. Once the (...) (26 years ago, 10-Apr-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