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 / *4924 (-100)
  Re: Stepper vs DC
 
It depends. if you are looking for higher top speed and more torque using less power, DC may be the way to go. If you want accuracy but don't want to deal with shaft encoders and the code overhead needed to precisely control and monitor your DC (...) (26 years ago, 10-Dec-98, to lugnet.robotics.handyboard)
 
  stepper motors from 5 1/4 drives
 
Okay, another newbie question: What do I need to take out of the 5 1/4 drive, other than the motor to get this to work? Also, what about drivers for the same? Anyplace I can get more info on this? I have a bunch of old drives laying around. thanks (...) (26 years ago, 10-Dec-98, to lugnet.robotics.handyboard)
 
  Re: Stepper vs DC
 
(...) Actually, steppers do have some advantages. 1) If you do not have encoders on DC gearhead motors (or wheels, etc) they are notoriously hard to position accurately. Steppers can be controlled very accurately. Most servo motors cannot rotate (...) (26 years ago, 10-Dec-98, to lugnet.robotics.handyboard)
 
  Re: Do It Yourself RF module????
 
Bastiaan: I wanted to suggest that you investigate the Ham Radio community. Some search words to help get you started include PACKET and ARRL. The first is one of the digital communications protocalls used in Ham Radio, and the second is an (...) (26 years ago, 10-Dec-98, to lugnet.robotics.handyboard)
 
  Re. RF data link
 
If the data tx/rx modules can't handle TTL levels is there any reason to have the interface board at the PC end ?, why not replace the serial cable going to the PC with the rx/tx modules ?. Surely this should work. John (26 years ago, 10-Dec-98, to lugnet.robotics.handyboard)
 
  Re: DC Motor movement
 
(...) Each motor may have slightly different characteristics even though they may be the same brand and model. This is what you are probably seeing. The ultimate solution is to use a feedback mechanism, like a shaft encoder, on the motors and use (...) (26 years ago, 10-Dec-98, to lugnet.robotics.handyboard)
 
  Re: Newbie Questions, Problems & Contributions...
 
(...) I've heard the difference is that the buttons, the knob and the sensor ports won't work as expected. Try moving pcode_hb.s19 to the directory that contains the dl executable, or to the present working directory, or to the directory specified (...) (26 years ago, 9-Dec-98, to lugnet.robotics.handyboard)
 
  Re: Question for Fred
 
have you tried re-loading pcode_hb.s19 using a downloader program. fred In your message you said: (...) (26 years ago, 9-Dec-98, to lugnet.robotics.handyboard)
 
  Re: Question for Fred
 
Hello this is mike, I am writing regarding the handy board. What happened was while working on the handy board, our motor control (the H-bridge) heat sink touch the metal chassis of our robot. This lead to one of the components on our H-bridge to (...) (26 years ago, 9-Dec-98, to lugnet.robotics.handyboard)
 
  Re: Question for Fred
 
hello, i use the handyboard for closed loop position control. the handyboard is good for such a task provided that you choose a motor well suited for the task, and an accurate feedback element, such as a (very) linear pot or optical encoder. as for (...) (26 years ago, 9-Dec-98, to lugnet.robotics.handyboard)
 
  RE: persistent var's in IC
 
I had a similar problem using the freeware IC and I found that things like the position in the code at which the persistent array was initialised made a difference. Eg put the initialisation of the array right at the beginning of your code, this (...) (26 years ago, 9-Dec-98, to lugnet.robotics.handyboard)
 
  Question for Fred
 
Hi Fred I have question for you. I have to control a position using the miniborad or the handyboard. And I don't know which motors is good the DC servo motor or the stepper motor and whats the diffrence? Another question if you don't mind, have you (...) (26 years ago, 9-Dec-98, to lugnet.robotics.handyboard)
 
  DC Motor movement
 
hi, The following command will cause the DC motor to rotote one after other according to the std lib and the command. hence, the robot will gradually slanted. It cannot travelled in a straight. motor (2, 100); motor (3,100); My question : how to (...) (26 years ago, 9-Dec-98, to lugnet.robotics.handyboard)
 
  Newbie Questions, Problems & Contributions...
 
Hi, I have few newbie questions, and a contribution to make... Background info: ---...--- I have been playing with my HB for a week now, using the free IC 2.850 under NTServer4.0... So far, Ive been sucessfully able to control DC motors, send (...) (26 years ago, 9-Dec-98, to lugnet.robotics.handyboard)
 
  Where i can buy?
 
I try to buy the flash ram type NM29A040 or TC58A040. Or another type of serial ram eeprom for my HB. But i don't know where i can find,buy it. Does anyone know who sell on-line, this IC's. Thank Fede. E-mail: fedsante@tin.it (26 years ago, 8-Dec-98, to lugnet.robotics.handyboard)
 
  RE: Question for Fred
 
That's a funny question. I just finished a class on this exact topic. The basic determining factors when deciding whether to use a stepper motor or a DC brush/less servo motor is speed and open/closed loop control. Stepper motors are limited to (...) (26 years ago, 8-Dec-98, to lugnet.robotics.handyboard)
 
  Do It Yourself RF module????
 
Hi, Now that the topic of RF commucation seems to arise again, I have a question too. After looking at the RF modules of radiometrix and linx I concluded that: 1. They are too expensive 2. They are probably not available here in the netherlands (...) (26 years ago, 8-Dec-98, to lugnet.robotics.handyboard)
 
  RE: Help with overcharged batteries
 
<<Last night we discovered that we had left our Handyboard on ZAP when we thought <<we had left it to trickle. It was left at this condition for about 6 hours. You probably should remove the battery pack, put it in a baggie, and take it to Radio (...) (26 years ago, 8-Dec-98, to lugnet.robotics.handyboard)
 
  RE: Serial interface/ RF data link
 
<<snip>> Unfortunately, I have not had any luck. This brings me back to the first point- is it possible to use the serial interface board by just providing the tx and rx lines? <<snip>> In short, no. The serial interface board takes power from the (...) (26 years ago, 8-Dec-98, to lugnet.robotics.handyboard)
 
  persistent var's in IC
 
Has anyone had problames with the Handyboard, IC 3.2 and 'persistent' variables? the following declaration works fine : persistent float i; but using an array: persistent float battery_voltage[ 320 ]; always causes an error while downloading : IC> (...) (26 years ago, 8-Dec-98, to lugnet.robotics.handyboard)
 
  Re: Serial interface/ RF data link
 
To properly comunicate with any PC you need to convert your TTL TX and TTL RX signals coming from the Handy Board to RS232 voltage levels. The charging board contains this interface IC called the "MAX232" The power wire is required unless you are (...) (26 years ago, 8-Dec-98, to lugnet.robotics.handyboard)
 
  Help with overcharged batteries
 
Last night we discovered that we had left our Handyboard on ZAP when we thought we had left it to trickle. It was left at this condition for about 6 hours. This morning the motors are running very sluggish. Are our Handyboard or its batteries (...) (26 years ago, 8-Dec-98, to lugnet.robotics.handyboard)
 
  Serial Interface/ RF data link
 
Sorry, the kit is from LINX Technologies (not LYNX) <A HREF="(URL)Linx Technologies -- Products</A> (URL) (26 years ago, 8-Dec-98, to lugnet.robotics.handyboard)
 
  Serial interface/ RF data link
 
Let's say I want to use a serial interface board without the "charger", as the one provided with the Handyboard kit. The Tx and Rx lines are obviously required, but what about the ground and power lines?... Speaking of "easy to interface" data link (...) (26 years ago, 8-Dec-98, to lugnet.robotics.handyboard)
 
  RE: expand memory HB
 
I'm running IC 3.2 and am curious why this fails : #define HOURS 10.0 /* hours of logging */ #define INTERVAL 5.0 /* minutes between samples */ #define SAMPLES ( (60/INTERVAL)*HOURS + 1 ) float battery_voltage[ SAMPLES ]; the message on download is (...) (26 years ago, 8-Dec-98, to lugnet.robotics.handyboard)
 
  expand memory HB
 
Hi. I have a question, i want to build a Datalogger with my Handyboard. How can i simply expand the data memory, i need at least 128Kbytes of memory. Thank. Federico Santello E-mail:fedsante@tin.it (26 years ago, 8-Dec-98, to lugnet.robotics.handyboard)
 
  Re: start_process() questions
 
(...) Yes. The subroutine acts just like any other function that you call. (...) Once you do a start_process, that subroutine will run indepently and concurrently with your main program. It does not "run out of time"... it will continue to run until (...) (26 years ago, 8-Dec-98, to lugnet.robotics.handyboard)
 
  Re: two way radio question and data link
 
Details on Radio Data Modules as follows: I have called ABACOM Technologies --new phone # (416) 236 3858) and this is probably your best bet for voice or data use. Data & prices are from Circuit Cellar Ink magazine TRANSMITTER * 30 x 10 x 5mm * (...) (26 years ago, 7-Dec-98, to lugnet.robotics.handyboard)
 
  start_process() questions
 
Hi, I'm using start_process() to run a set of processes. My questions() are: 1. does start_process() re-initailize all the called process's (local) variables every time it calls the process? 2. If the process does not complete before its alloted (...) (26 years ago, 7-Dec-98, to lugnet.robotics.handyboard)
 
  SPO 256
 
F.Y.I. B.G. Micro no longer is selling the Text to speech IC "CTS256A-AL2" they only have the SPO256 IC in stock. This was confirmed by B.G. Micro on 12/07/98. According to a few people they still sold them as pairs as of 08/98 If anybody else is (...) (26 years ago, 7-Dec-98, to lugnet.robotics.handyboard)
 
  spo256 -Reply
 
I bought both from B.G. Micro. (They were not selling the 3.12MHz crystal, however, I successfully used a slightly faster (3.26??) clock. I assume the pitch of the voice was a little higher but it worked. -Drew (...) Does anyone know who sell's the (...) (26 years ago, 7-Dec-98, to lugnet.robotics.handyboard)
 
  Re: spo256
 
www.bgmicro.com about $5 or so for the chip ??? (26 years ago, 7-Dec-98, to lugnet.robotics.handyboard)
 
  re: www."hc11"
 
wsomebody sent a list of www.'s from different source code for HC11 by mistake I erased please release then again thankx (26 years ago, 7-Dec-98, to lugnet.robotics.handyboard)
 
  communication problem
 
Hi everybody I seek someone who can help me. I use handy board and xc40 board(it mounts xc4010 FPGA chip). And I have to make two board communicate each other. But there is a problem that I don't know the method. In handy board's F&Q page, It says (...) (26 years ago, 7-Dec-98, to lugnet.robotics.handyboard)
 
  Re: Extra output for clocking (Using Hardware Output Compare)
 
Hugo: I am not going to be able to answer this one fully. We will need to hear from others on the list to hear how to mix assembler code into an IC program, how to have the IC program modify assembler variables, and how to set up interrupt service (...) (26 years ago, 7-Dec-98, to lugnet.robotics.handyboard)
 
  communication between two boards
 
I use handy board and xc40 board(It has xc4010 FPGA chip) The problem is that they must communicate each other. But I don't know how I can make them communicate. In Q&A(at mit's handy board home page) it says that SPI pin can be used as digital (...) (26 years ago, 7-Dec-98, to lugnet.robotics.handyboard)
 
  spo256
 
Does anyone know who sell's the SPO256 and CTS256A-AL2 IC's (26 years ago, 7-Dec-98, to lugnet.robotics.handyboard)
 
  Re: hbdl.exe download prob
 
Shiva, When the Windows hddl.exe complains that it cannot open the port, it is usually due to another Windows programming using / holding that serial port. Try all the comm ports to see if hbdl.exe allows it to open one of them, then attach the (...) (26 years ago, 6-Dec-98, to lugnet.robotics.handyboard)
 
  Re: Two Way Radio question
 
I would think so, assuming that you keep the data rate relatively low (IMHO, 9600 bps would probably be pushing it, 2400 may be better) --phil (...) (26 years ago, 6-Dec-98, to lugnet.robotics.handyboard)
 
  Re: Two Way Radio question
 
I am using a rug warior pro whose brain is very similar to the Handyboard and would like to know if these VHF radio Data Modules could be set up between the computer serial port and the Rug Warrior brain to provide a radio link instead of the 4 wire (...) (26 years ago, 6-Dec-98, to lugnet.robotics.handyboard)
 
  Re: two way radio question and data link
 
Hi folks! I've found Terri Cherr's idea of using VHF data modules excellent, not only to exchange voice, but to communicate to a host computer also. The "robot" could send sensoring information to a computer (or even another robot) and receive (...) (26 years ago, 6-Dec-98, to lugnet.robotics.handyboard)
 
  Re: Two Way Radio question
 
Another possible neat solution would be to use a pair of VHF radio Data modules at each end. These normally send digital data, but if you pulse width modulate / demodulate at each end then audio could be sent. There is a company that advertises in (...) (26 years ago, 6-Dec-98, to lugnet.robotics.handyboard)
 
  RE: Looking for a Handyboard KIT
 
Check out the MIT web site for vendors. I believe they list Gleason Research at a source. Here's the MIT web site: (URL) the web site for Gleason Research: (URL) this helps!!! Bill Denzel   Senior Mechatronics Student California Polytechnic State (...) (26 years ago, 6-Dec-98, to lugnet.robotics.handyboard)
 
  Handy board for sale
 
I have a handboard for sale, with display, only one L293D chip installed. Has passed all the checks in the assembly manual, as I understand them. $175.00 Also have a rug warrior board for sale, it is missing the L293D chip (it got put in the handy (...) (26 years ago, 6-Dec-98, to lugnet.robotics.handyboard)
 
  Re: Two way audio -Reply
 
The kit I used is DK-7 "FM transmitter bug" made by Marlin P. Jones & Assoc., Inc PO Box 12685 Lake Park, FL 33403-0685 (407)848-8236 FAX (407)844-8764 at least that is what is on the packaging label. It was $10 two years ago. I got mine at a local (...) (26 years ago, 6-Dec-98, to lugnet.robotics.handyboard)
 
  hbdl.exe download prob
 
Hi, My Hb displays MEMMORY FAULT whenever I turn it on. SO I figured runneing the hbdl.exe would help aleviate this situation. When I run it however, it says it cannot open the port! Anyone know why? I have made certain that the serail port is (...) (26 years ago, 5-Dec-98, to lugnet.robotics.handyboard)
 
  Re: Two way audio -Reply
 
I will look for the schematic. The one I built was a $10 kit I bought. Mike -----Original Message----- From: The Plumber <jhoffman@it.sait.ab.ca> To: michaelj@wt.net <michaelj@wt.net> Cc: handyboard@media.mit.edu <handyboard@media.mit.edu> Date: (...) (26 years ago, 5-Dec-98, to lugnet.robotics.handyboard)
 
  Re: handy board ic programs
 
(...) (26 years ago, 5-Dec-98, to lugnet.robotics.handyboard)
 
  Re: Two way audio -Reply
 
I would be interested in any schematics you would be willing to give up, maybe even a little theory behind operation. I must admit I am lacking quite a bit in the communications area. Thanks, Joe Hoffmann E-Mail jhoffman@it.sait.ab.ca (...) (26 years ago, 4-Dec-98, to lugnet.robotics.handyboard)
 
  RE: Sonar question
 
That will only allow one half of the conversation. I suppose you could run with two kits, one receive, one transmit, both tuned to different frequencies. Another suggestion might be one of the cordless, battery operated intercom system units. Most (...) (26 years ago, 4-Dec-98, to lugnet.robotics.handyboard)
 
  Re: Apple Microphones
 
(...) I would only caution you that there are two types of microphones for the Mac -- regular mics and "PlainTalk" microphones. I suspect you are talking about a PlainTalk mic. The obvious distinguishing difference is the "longer than normal" male (...) (26 years ago, 4-Dec-98, to lugnet.robotics.handyboard)
 
  handy board ic programs
 
i just recived a new handy board in the mail and wonder if any one could email me some sample programs in ic or a web site to down load some. most of the programs that came with the handy board were for diferent controlers. thanks wayne email (...) (26 years ago, 4-Dec-98, to lugnet.robotics.handyboard)
 
  Re: Sonar question
 
Radio Shack have a small FM Transmitter kit . I think it was about $10. Regards, Terry Howsham (26 years ago, 4-Dec-98, to lugnet.robotics.handyboard)
 
  Apple Microphones
 
Has anyone used Apple computer microphones with their robots. The mic seems to have a left and right channel. It has a circuit board inside the case. I don't what the circuit actually does. It would great if I could just connect it to the handyboard (...) (26 years ago, 4-Dec-98, to lugnet.robotics.handyboard)
 
  Re: Two way audio -Reply
 
(...) CB radio's, Buisness radio (license needed), amateur radio (license needed, again), family radio (no license), etc. --phil (...) (26 years ago, 4-Dec-98, to lugnet.robotics.handyboard)
 
  Re: Two way audio -Reply
 
Yes, we have not only considered that idea, we have acted upon it. I guess the more operative question would have been: Is there a more efficient method of communication other than the wakie talkies? (...) (26 years ago, 4-Dec-98, to lugnet.robotics.handyboard)
 
  Re: Two way audio -Reply
 
That's a hard one because you have to have sufficient gain from the robot microphone to hear someone 2 to 8 foot from the microphone. Usually communication equipment limits their microphone gain on purpose to exclude background noise. You have to (...) (26 years ago, 4-Dec-98, to lugnet.robotics.handyboard)
 
  Re: Two way audio -Reply
 
(...) How about those teenie weenie FM radio microphones that they advertise "you can hear a wisper from 14feet away". Usually in "Electronics Now" and other magazines. (26 years ago, 4-Dec-98, to lugnet.robotics.handyboard)
 
  Two way audio -Reply
 
How 'bout a cheap pair of voice activated walkie talkies?? (...) Hi, We are trying to transmit our voices to our remote robot to create the impression that the robot is talking. In addition, we want to be able to hear what the robot hears. Does (...) (26 years ago, 4-Dec-98, to lugnet.robotics.handyboard)
 
  Re: Two way audio -Reply
 
A couple of years ago I built a small FM transmitter that had a small microphone on it. I could hear whispers in the room next door when I turned it on and tuned in a small transister radio to its frequency. This may be an option. Mike (...) (26 years ago, 4-Dec-98, to lugnet.robotics.handyboard)
 
  Re: Assembler math/PID
 
Justin, Thanks for your reply. I assume you had one process doing the PID in a tight loop, and then had other concurrent processes doing other tasks. Was there ever a problem with the PID process not getting scheduled within the 1Khz system (...) (26 years ago, 4-Dec-98, to lugnet.robotics.handyboard)
 
  Two way audio
 
Hi, We are trying to transmit our voices to our remote robot to create the impression that the robot is talking. In addition, we want to be able to hear what the robot hears. Does anyone know any products that we can attach to our robot that will (...) (26 years ago, 4-Dec-98, to lugnet.robotics.handyboard)
 
  Re: Extra output for clocking
 
Thanks for the advice on the ouput compare and portA. What I realized was the CPU time is being shared by some many functions, like the LCD printing, IR, PWM, that I'm not getting a fast enough pulse from the motor ports. I disabled a lot of these (...) (26 years ago, 4-Dec-98, to lugnet.robotics.handyboard)
 
  motor questions using motor(x,y)
 
Hi all, The motor(x,y) function in the lib_hb.c file works as expected (the motor speed does vary depending on value given and the correct motor goes on), but when I actually have a motor in the header both LEDs go on! (and I get corresponding (...) (26 years ago, 3-Dec-98, to lugnet.robotics.handyboard)
 
  Re: Sonar question
 
The Polaroid Sonar board requires a supply voltage less than 7 volts. The battery of the handy board is around 12, so you'll probably shorten the life of your sonar board considerably if you connect it straight in (i.e. burn it up :.)). The diodes (...) (26 years ago, 3-Dec-98, to lugnet.robotics.handyboard)
 
  Re: Sonar question
 
(...) The battery for the handy board is a 9.6V cell (8 * 1.2V cells in series.) A normal 1n400X diode will drop 0.7V each. (6 * 0.7 = 4.2) 9.6 - 4.2 = 5.4V (26 years ago, 3-Dec-98, to lugnet.robotics.handyboard)
 
  Re: Sonar question
 
I'don't even bother using diodes at all I just use a 7805 voltage regulator that is well heat sinked and never had a problem with it -----Original Message----- From: ruizvic@mx1.ibm.com <ruizvic@mx1.ibm.com> To: handyboard@media.mit.edu (...) (26 years ago, 3-Dec-98, to lugnet.robotics.handyboard)
 
  Re: 2sonar
 
(...) I haven't used the transducer multiplexor myself; I decided to just hook up a second sonar module to the HB in the same manner as the first is hooked up. It looks like using the multiplexor ought to be fairly simple, though. First off, in the (...) (26 years ago, 3-Dec-98, to lugnet.robotics.handyboard)
 
  Sonar question
 
Hi to all, I would like to know what difference there are if I connect the 6 diodes between the Handy Board & the Polaroid Sonar Card. Can I connect the cards without diodes? I tested the voltage at the Catode at the end of the 6th diode and my (...) (26 years ago, 3-Dec-98, to lugnet.robotics.handyboard)
 
  Assembler math/PID
 
Hello, I am writing PID code that runs on the system interrupt. I am finding that I have to rewrite alot of the great math functionality available through IC. Does anyone know of a way to use an IC function on a regular system interrupt schedule? (...) (26 years ago, 3-Dec-98, to lugnet.robotics.handyboard)
 
  motor code questions
 
Hi, I got my Handyboard up and going and was trying the following code for driving my motors. (Figure I would try known code before forking out on my own). The code I got from the 'Inspiration to implemntation' book. Anyways it does not seem to (...) (26 years ago, 2-Dec-98, to lugnet.robotics.handyboard)
 
  sonar
 
what program to control about 2sonar.jpg? how i adjust program (sonar.c) for 2 sonar in picture 2sonar.c? (26 years ago, 2-Dec-98, to lugnet.robotics.handyboard)
 
  Re: Hacking Servos
 
Thank you all very much for your help :) Best, Andre. (...) ===...=== Andre Philippi - Applications Developer | Phone: 626-296-5016 philippi@corp.earthlink.net | Fax: 626-296-5113 Earthlink Network, Inc. | 3100 New York Drive (URL) | Pasadena, CA (...) (26 years ago, 1-Dec-98, to lugnet.robotics.handyboard)
 
  RE: Hacking Servos
 
Yeah, I remember seeing that one; I may actaully have the info at home... Anyway, an R/C servo has a hard stop to limit travel because the electronics use a simple potentiometer on the output shaft for position feedback. These pots typically have (...) (26 years ago, 1-Dec-98, to lugnet.robotics.handyboard)
 
  Re: Hacking Servos
 
(...) I put together a page with detailed instructions that has been used by a number of high school students without any problems. The robot is based on a Basic Stamp but the servo modifications are easy and work with any controller. (URL) (26 years ago, 1-Dec-98, to lugnet.robotics.handyboard)
 
  Hacking Servos
 
Howdy Folks :) I remember reading a web doc a while ago on how to convert servos so their shafts can rotate more than 180 degrees... It was a nice doc, with pics, schematics, and everthing... but I lost the URL... :( Does any one know what doc am I (...) (26 years ago, 1-Dec-98, to lugnet.robotics.handyboard)
 
  Re: HandyBoard and iMac?
 
It doesn't bother me that much: I haven't used a floppy in two or three years. I have ISDN at home: it's way faster than a floppy ;^). -- Eric (...) (26 years ago, 1-Dec-98, to lugnet.robotics.handyboard)
 
  2sonar
 
i use circuit on 2sonar.jpg . if i use sonar.c program, how i adjust this program for 2 sonar trasducers. ?(a picture on 2sonar.jpg) i want to 1 sonar working single , don't together.or to alternate. Sonar number 1(#1)is working until check (...) (26 years ago, 1-Dec-98, to lugnet.robotics.handyboard)
 
  2sonar
 
i use circuit on 2sonar.jpg . if i use sonar.c program, how i adjust this program for 2 sonar trasducers. ?(a picture on 2sonar.jpg) i want to 1 sonar working single , don't together.or to alternate. Sonar number 1(#1)is working until check (...) (26 years ago, 1-Dec-98, to lugnet.robotics.handyboard)
 
  2sonar
 
i use circuit on 2sonar.jpg . if i use sonar.c program, how i adjust this program for 2 sonar trasducers. ?(a picture on 2sonar.jpg) i want to 1 sonar working single , don't together.or to alternate. Sonar number 1(#1)is working until check (...) (26 years ago, 1-Dec-98, to lugnet.robotics.handyboard)
 
  Re: HandyBoard and iMac?
 
hi eric, i haven't tried any of these products, but they *should* work. the mac hb software uses low level driver calls, so if that stuff is patched and translated to usb, it would work. but if i were you i'd get one and try it on an existing (...) (26 years ago, 1-Dec-98, to lugnet.robotics.handyboard)
 
  micro-mouse
 
Hi, can anyone tell me what should I initialise before I start writting all my program for my robot in a microcontroller. Thank you Chin (26 years ago, 1-Dec-98, to lugnet.robotics.handyboard)
 
  Re: Re: What needs to be done to get both the Floating point fix & the Smooth PWM?
 
Hi I did the port of the smoothpwm stuff into the IC 3.x source code. The Newton Labs ftp site has the smoothpwm files available from: ftp://newtonlabs.com...mooth-pwm/ If someone can get me the code for the FP fix, I'll see if I can get a new pcode (...) (26 years ago, 1-Dec-98, to lugnet.robotics.handyboard)
 
  Re: HandyBoard and iMac?
 
It doesn't even have a floppy drive! -----Original Message----- From: Eric Noyau <noyau@apple.com> To: handyboard@media.mit.edu <handyboard@media.mit.edu> Date: Monday, November 30, 1998 8:39 PM Subject: HandyBoard and iMac? (...) can get one dirt (...) (26 years ago, 1-Dec-98, to lugnet.robotics.handyboard)
 
  HandyBoard and iMac?
 
I'm replacing my aging home PC with an iMac (look at my email address: I can get one dirt cheap!) and I'm wondering if I can use it to pilot my trusty HandyBoard. Anybody have any experience in this area? I'd like to throw away the PC... The iMac (...) (26 years ago, 1-Dec-98, to lugnet.robotics.handyboard)
 
  time usage
 
hello, i am having trouble conserving time in my IC code. i am using an analog() function, and a motor() function. does anyone know how long it takes to execute these functions? also, do the encoder functions that are posted on the website take much (...) (26 years ago, 30-Nov-98, to lugnet.robotics.handyboard)
 
  What needs to be done to get both the Floating point fix & the Smooth PWM?
 
What changes need to be done to get both the floating point fix in IC v. 3.2 beta 1 and the smoother PWM functions? (...) (26 years ago, 30-Nov-98, to lugnet.robotics.handyboard)
 
  Re: Logic level conversion
 
To convert from 0-3 to 0-5 I would suspect that all you need is a 2N2222 NPN transistor with a couple of resistors to bias it. For example: +5volts 100 ohm resistor collector ---...---0-5 input 0-3v output -----1k resistor ----- base emitter 0volts (...) (26 years ago, 30-Nov-98, to lugnet.robotics.handyboard)
 
  Re: stepper motor standard libary
 
check out this page (URL) Message----- From: phillip chia <philchia@singnet.com.sg> To: handybd <handyboard@media.mit.edu> Date: Monday, November 30, 1998 11:45 AM Subject: stepper motor standard libary (...) (26 years ago, 30-Nov-98, to lugnet.robotics.handyboard)
 
  Logic level conversion
 
I have a device that uses 0 - 3V logic levels for the data output. What can I do to convert the output to match the 68HC11's 0 - 5V logic level? Thanks for the help, Dave (26 years ago, 30-Nov-98, to lugnet.robotics.handyboard)
 
  Re: Good 9V motor source -Reply
 
These motors are exellent quality and very powerful the gears are metal and the motors does not exed 300 mA @12V stalled. I currently use the same motors on my robot and had no problems at all. I drive them using the motor drivers on the Handy Board (...) (26 years ago, 30-Nov-98, to lugnet.robotics.handyboard)
 
  Re: Print to IC's console window
 
(...) there is no builtin way of doing this. to get msgs back over the serial line, see the FAQ question at: (URL) Is it true that the handy board can only work when the LCD is plugged onto (...) you need a replacement pcode file to let the HB work (...) (26 years ago, 30-Nov-98, to lugnet.robotics.handyboard)
 
  Good 9V motor source -Reply
 
jameco (www.jameco.com) has several new gear head motors in the 3-12v range with various gear ratios. I ordered two for my latest project and they seem to be solid and up to the task. jameco's latest catalog also has some robotic stuff including (...) (26 years ago, 30-Nov-98, to lugnet.robotics.handyboard)
 
  Re: Extra output for clocking
 
Hugo Robertson: One of the nice things about the 68HC11 chip is its well rounded timming system. Grab your Handy board Technical reference manual and have a look at page 48. PA0-3 are "Input Capture" pins. When the logic level changes (according to (...) (26 years ago, 30-Nov-98, to lugnet.robotics.handyboard)
 
  Print to IC's console window
 
Hi, Does anyone know how to print messages to the IC's console window while running IC.exe. Is it true that the handy board can only work when the LCD is plugged onto the handy board ? It is because when ever it unplugged the LCD from the handy (...) (26 years ago, 30-Nov-98, to lugnet.robotics.handyboard)
 
  uncondition jump to label
 
Hi all, Can we use goto command in IC for unconditional jump to label. If yes, how. If no, any alternative any body using for this. Help would be much appreciated. regards Javaid Iqbal (26 years ago, 30-Nov-98, to lugnet.robotics.handyboard)
 
  Extra output for clocking
 
I have a stepper motor controlled by a Motorola MC3479 driver, which basically allows me to input a clock and the direction from the handyboard and the driver does the sequencing. So I'm using 2 pins from the HB's motor output for controlling the (...) (26 years ago, 30-Nov-98, to lugnet.robotics.handyboard)
 
  Re: Good 9V motor source
 
(...) The Bulldozer kit has a decent gearbox in it, however there are some problems with it. The motors are 3v, so you really need to use an alternate power supply. Also, the tracks are not very good at all and will not last under any real use. the (...) (26 years ago, 30-Nov-98, to lugnet.robotics.handyboard)
 
  Re: Good 9V motor source
 
(...) Try Lego Technic kits. Start with a basic kit like the Giant Model Set (#8277) for $44, and add a couple 9V mini gear motors (#5225) for $17.50 each and a gear assortment for $4.50. Call Lego Shop-At-Home for a catalog (1-800-453-4652). If (...) (26 years ago, 29-Nov-98, to lugnet.robotics.handyboard)
 
  Re: Choosing a shaft encoder?
 
(...) I would have to agree. We evaluated incremental encoders from US Digital. We purchased the "low cost" encoders and paid just over $54 US. -d # rsh -l God universe.all find / -name '*windows*' -exec rm -rf {} \; (26 years ago, 29-Nov-98, to lugnet.robotics.handyboard)


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

Redisplay Messages:  All | Compact

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