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 / *6019 (-20)
  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! (...) (25 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 (25 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 (...) (25 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 (...) (25 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 (...) (25 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 (...) (25 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 (...) (25 years ago, 10-Apr-99, to lugnet.robotics.handyboard)
 
  Re: Increasing current output to motors on HandyBoard
 
So that's like $28 for the H excluding the protecting circuitry? How much did this setup cost for both motors? ---...--- ericson mar Robotics Consultant mar@cooper.edu (212)353-4356 Department of Mechanical Engineering The Cooper Union for the (...) (25 years ago, 10-Apr-99, to lugnet.robotics.handyboard)
 
  Re: Increasing current output to motors on HandyBoard
 
Howdy, My original suggestion was to use *solid state* relays. They don't have any contacts. I use them plugged right into my Rug Warrior board at the motor output ports (would work the same on my Handy Board, but I have it on a smaller base, and (...) (25 years ago, 10-Apr-99, to lugnet.robotics.handyboard)
 
  Re: Increasing current output to motors on HandyBoard
 
Haven't actually tried it, but I was thinking of the same sort of thing. Use a FET for PWM and a DPDT relay for direction. practically speaking, if you only switched the relay when the FET was off, no power transition, etc.... If your 'bot moves (...) (25 years ago, 10-Apr-99, to lugnet.robotics.handyboard)
 
  GCC/HC11 small patch
 
I contacted the original person who did the HC11 port to gcc (Otto Lind), and he pointed me to a patch for it. If you're using gcc-2.8.1 with the HC11 patches in it, you may want to try this: At line 502 of config/m6811/m6811.c, change from: { (...) (25 years ago, 9-Apr-99, to lugnet.robotics.handyboard)
 
  Re: GCC 2.8.1 for HC11
 
(...) You can have a copy of mine if you like. You can relocate it to any available digital ports with ease. It is set up for a single sensor, but you can easily add as many as you have ports for. (...) For people using the Handy Board in small (...) (25 years ago, 9-Apr-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