 | | Moder Identification Needed
|
|
I have a couple of nice motors that I would like to get some info on. They were removed from some medical recording devices. They are very small and have pretty good power. If you try to stop the motor by grabbing the bushing on the shaft, it is (...) (27 years ago, 16-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | RE: Cheap air flow sensor
|
|
The classic small air flow sensor is a hot-wire-anemometer. Just position a short piece of very fine wire in the airflow and normal to it, run a constant current thru it, and measure the voltage change due to the cooling effect of the airflow. Works (...) (27 years ago, 16-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: Cheap air flow sensor
|
|
Elektor had published a similar circuit for detecting air leaks. The heated transistor and another transistor acting as temp. sensor were glued together using heatsink compound. You had then to nullify/calibrate a meter at ambient temp. when the (...) (27 years ago, 16-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: handyboard reset vector
|
|
Hi Justin, I believe the previous mail indicates assembly the code rather. This would be the generating the "p code" of the handy board rather than the actual IC code. Regards, -Pandit ---...--- (...) using (...) (27 years ago, 16-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: Cheap air flow sensor
|
|
We have used model boat propellers on a ballbearing and on a brass bushing. Keep the bearing or bushing well lubricated for good sensitivity at low air volume (ie: low speed of the propeller). We used the propeller mounted in 1.5 inch and 2 inch PVC (...) (27 years ago, 15-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | RE: Cheap air flow sensor
|
|
Can someone forward the proper syntax to take me off of this listserv? Forward to massimj@usa.net Thanks Joe -----Original Message----- From: owner-robot-board@cm...l.navy.mil [mailto:owner-robot-...avy.mil]On Behalf Of Jonathan Swaby Sent: Monday, (...) (27 years ago, 15-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | handyboard reset vector
|
|
excerpt from torkin@uni-paderborn.de: (...) what do you mean by, "compile the code"? how do you compile the code using IC? or do you use the motorola assembler, AS11? thank you. Justin D. Gullotta.. , Engineer, Rensselaer Polytechnic Institute. (27 years ago, 15-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: Remote Controller Needed
|
|
Thanks, you jogged my memory. I remember that one. I'll take my HB in and check it out. Thanks To: ipscone@halcyon.com Copies to: handyboard@media.mit.edu Subject: Re: Remote Controller Needed Date sent: Mon, 15 Jun 1998 11:08:57 -0400 From: "Fred (...) (27 years ago, 15-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Cheap air flow sensor
|
|
Does anyone know of a cheap way to construct an air flow sensor? I was looking for an article in EDN on using a self-heated transistor to measure airflow, but Ican't find it. I was also wanting to know if there is a way to create a humidity sensor, (...) (27 years ago, 15-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Canadian robotics supplier
|
|
I just found out about a Canadian supplier of hobby robotics in Canada. (URL) have robot kits, some good looking gearboxes (for those who have wrestled with making their own), L293 and L298 motor driver kits and other robotics goodies. This is of (...) (27 years ago, 15-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: Remote Controller Needed
|
|
Casio used to make/maybe still makes a wristwatch-TV remote controller that did Sony. I have one and it works great. sorry don't have it handy to give you the model #.... fred In your message you said: (...) (27 years ago, 15-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: config 0x0C
|
|
From: Alf Kuchenbuch <alfk@eikon.tum.de> (...) The 0x0C value represents EEPROM OFF, ROM OFF. A related question that I have is that I'm using the 811E2 and the hbdl program will only work if I use 0xFF. Which places EEPROM ON and at the upper most (...) (27 years ago, 15-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Remote Controller Needed
|
|
I have a Sony IR Remote but it is a little large. I'm wondering if someone knows of a Remote Control Unit that is very small that will work with the sony-ir.icb code. I'm thinking maybe one the size of the ones used with camcorders but don't know (...) (27 years ago, 15-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | r22 Code
|
|
I am using a Sony IR and also use the sony-ir.icb code. But I am curious what is the r22 ir code for? I also understand that if I use the sony-ir that I should not use the r22 but I'd like to know what it is for anyway. (27 years ago, 15-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: HandyBoard Reset Vector
|
|
(...) Hi! If you start the Handyboard (no bootstrap mode) it is in the 'special test' mode. So the start vector is located at $BFFE and $BFFF. In your assambly program use the following code: Start_vec ORG $BFFE FDB Program_Start where (...) (27 years ago, 15-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: Tone Functions
|
|
yep, 5 kHz is about the top end of the HB's 6811 capability. going higher would require dedicating the 'hc11 to generating the tone and doing nothing else. why? interrupt routine overhead. takes a bunch of cycles to handle an interrupt. the tone (...) (27 years ago, 15-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: HandyBoard Reset Vector
|
|
independent of IC, the HB fetches its reset vector at $bffe-$bfff. please see the FAQ about this: (URL) you, fred In your message you said: (...) (27 years ago, 15-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Tone Functions
|
|
I have a problem with the tone functions. I tried each of the following: 1000 - 9000 Hz tones for 2 to 3 seconds. All work fine up to 5000 but 6000 and above have broken up sound. Can anyone explain why this happens? What is the fix? -- ---...--- (...) (27 years ago, 15-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | HB Memory
|
|
When pcode is downloaded to the Handy Board, how much memory space does it take up? I am a little concerned about having enough memory space for my programs. As I see it now, I think I may max out the 32KB. Does anyone have tips on how to concerve (...) (27 years ago, 15-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | HandyBoard Reset Vector
|
|
Hello again, I hope someone can help me out here. I want to run a standard assembly program on my HandyBoard without using IC. IC requires CONFIG=0x0C, which allows the reset vector to be fetched from external memory, instead of from $FFFE, $FFFF. (...) (27 years ago, 15-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | the Expansion Board 3.0 beta program
|
|
Dear all, The design for the Handy Board Expansion Board is done, and I am now sponsoring a limited beta-test program. I know that many of you have been waiting a long time for the board, and I will be asking most of you to wait a little longer as (...) (27 years ago, 14-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | config 0x0C
|
|
Hi there, I have used a 68HC11E1 with my HB for quite a while now and it works fine with it. Now I replaced it with a 68HC11A1FN and it wouldn't let me download the .s19 file with HBDL anymore. It stops when downloading the program and says: Invalid (...) (27 years ago, 12-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | *** pyroelectric sensors ***
|
|
Hi I want ti make a robot follow people around, How many pyroelectric sensors do I need on the robot? I would think TWO one on either side in front? Someone told me only one is needed? can anyone shed some light on this subject? Thanks -MIKE (27 years ago, 12-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | pcbug11 crashes
|
|
Hello, I can't seem to get pcbug11 to run from Windows 95 (full screen dos-mode). I've downloaded every possible version and I always get: "runtime error 200 at 20FF:0091" when running pcbug11.exe. Has anyone encountered this before? Thanks in (...) (27 years ago, 11-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: Multi-tasking under IC (Freeware version)
|
|
(...) Yup, that's the way! Good thinking. Fred (27 years ago, 11-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Multi-tasking under IC (Freeware version)
|
|
I am somewhat new to handyboards and IC, so bear with me if this issue has been dealt with before. (I did check the FAQ and "some" of this list's archives prior to posting.) Under IC (the freeware version) cooperating processes communicate using (...) (27 years ago, 11-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: motor selection
|
|
(...) From the archive: Date: Tue, 3 Mar 1998 17:12:30 -0500 (EST) (...) I have a sonar mounted on a panning servo, and I just bought an el-cheapo Cirrus CS-50. (It is functionally equivalent to a JR/Hitec JR-507 or HS-300). It works fine, although (...) (27 years ago, 11-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | RE: input impedance
|
|
Never mind, I have managed to solve the problem by cutting the trace between the 47k pull-up resistor and the sensor input. -----Original Message----- From: Joe Martin [SMTP:joema@mpx.com.au] Sent: Wednesday, 10 June 1998 18:29 To: (...) (27 years ago, 11-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | D/A converter
|
|
"Hi", from Hector Noriega, I am trying to send a data byte from port C out to a D/A converter faster than 1KHZ (target about 10KHZ) . I wrote a test subroutine in assembly code but I can not enable the address decoder using port B for the msb and (...) (27 years ago, 11-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | onboard IR receiver
|
|
the problem that i was having with the onboard IR receiver is that the codes that i retrieved from the ir_data() function were inconsistant from the same remote control button. the error was usually manifested in multiples of two, which lead me to (...) (27 years ago, 11-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: motor selection
|
|
Where is your source and how do the Cirrus compare to Futuba in price? At a local hobby store in Houston I bought 2 Futuba 3003 (I think) that are the replacements for the 148 which I believe are no longer being made. They cost me about $13 but list (...) (27 years ago, 11-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: input impedance
|
|
(...) Hmmmmmm.. as I recall, there are 47k pullups on those inputs. These are used to condition the signals when used as a digital input. The 'HC11 pink book suggests that any input resistance of greater then 10K will "...degrade A/D accuracy." The (...) (27 years ago, 11-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: Question about Sharp IR demodulators
|
|
I had a similar experience, except that all my IR demodulators were from Radio Shack; two were some I'd gotten in a "grab bag" quite a few years ago, and the others were brand new. The original one reacted to 40KHz the way you describe yours doing - (...) (27 years ago, 11-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | motor selection
|
|
Can anyone tell me what is a good servo motor? I haven't had any experience and would like some input on names of servos to choose from. I am looking for a model number and company. Chris Rhodes (27 years ago, 10-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Question about Sharp IR demodulators
|
|
Hi everyone, First, sorry for the blank message just now -- hit the send button instead of the cancel. I'm working on a project where I've got robots hunting targets equipped with a 40 kHz oscillator circuit which is continuously pulsing an IR LED. (...) (27 years ago, 10-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | (no subject)
|
|
--- Paul E. Rybski --- (URL) (27 years ago, 10-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Extra HB For Sale
|
|
I have one extra HandyBoard that I will sell if anyone needs one. It is a fully assembled and tested board with Serial Interface Board and cases. It has never been used in a project (about 2 months old). I built two of these and find that I am only (...) (27 years ago, 10-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: Windows NT experiences?
|
|
I use IC 2.8 under NT with no problems. Before you can use IC under NT, you`ll have to turn off the COM-port your HB is connected to under NT, or else NT won't let IC use it. You can delete the COM port in the `ports` part in you configuration (...) (27 years ago, 10-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | input impedance
|
|
Does anyone know the impedance onto the sensor inputs on the HB and/or any suggestions for setting them to receive signals sent at 220K Ohm. Joe Martin joema@mpx.com.au (27 years ago, 10-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: Windows NT experiences?
|
|
I've been using IC3.2 on Windows NT/4.0 with very few problems. I used to have IC lock up occasionally, but only when I disconnected the Handy Board at weird times. Once I was more careful about disconnecting the Handy Board only when IC was at a (...) (27 years ago, 9-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Windows NT experiences?
|
|
Hi all, I was wondering if people would please "share" their experiences running Interactive C on Windows NT. Is anyone using the old freeware DOS IC on NT? Did you have any trouble getting it to work? Please send to the list, or me privately if (...) (27 years ago, 9-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: Legos
|
|
the motor is available via LEGO Shop at Home (S@H for short) tel: 1-800-453-4652 there are three kind of motors: #5114 $17.50 (the one that you see in #8270, old style) #5225 $17.50 (the one that in #8735, newer one, with gear reduction) #5119 (...) (27 years ago, 9-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Legos
|
|
I know someone just asked this question, but where can I buy just the lego motors, and not the $45.00 set from a toy store. Thanks, Mike ---...--- Mike Reiling macman@inreach.com University of the Pacific Student of Computer Science One tequila, two (...) (27 years ago, 9-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: Include directive, HexMon
|
|
I had same problem, and found that if you put the include files in the same directory as your file to be complied, and then place the file in quotes (eg. #include "6811regs.asm") it will compile. John (...) (27 years ago, 9-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: serial communications
|
|
Justin Here is the file. Please feel free to modify/improve. I'm a doctor not a programmer, and I better keep my day job. Notice it borrows Randy Sargent's and Dr. Richard F. Drushel's routines found in serialio.c and math.c, both on the handy board (...) (27 years ago, 9-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | clock signal needed for decoder chip
|
|
Hello, I am hooking some HP decoder chips to the handyboard. They are HCTL-2020's and they decode a motor position encoder signal. My problem is that I need to hook one of the pins on the 2020 (the CLK pin) to a clock. I'd like to get ahold of the E (...) (27 years ago, 8-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: handshaking
|
|
(...) Regarding your earlier message, if you're just wanting to talk to a GPS, then you don't need handshaking, because I haven't found one yet that supports it. It is a simple three-wire interface to most GPS's, TX/RX and Ground. They don't support (...) (27 years ago, 8-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: LCD Removal
|
|
All pcodes shipped with IC 3.1/3.2 are designed to work fine either with or without LCD. Prior to 3.1, you have to build a pcode specially to disable the LCD. -- Randy (...) (27 years ago, 8-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: any micromice out there?
|
|
Hi Brian, Several of my Penn State Abington freshman and sophomore engineering students constructed a working micromouse from LEGO and a HB. The approach was a vehicle that can only move in the north-south or east-west directions by alternately (...) (27 years ago, 8-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | handshaking
|
|
could you please explain to me the details of handshaking? i need to understand this before i can go any farther. exactly what is transponded during this? and how is this implemented thru assembly language? thank you. Justin D. Gullotta.. , (...) (27 years ago, 8-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: serial communications
|
|
(...) I too have done this, with both a Garmin GPS-II+ and a Garmin GPS-35PC. I have posted segments of the code necessary to do this to the Handyboard list before, so if you look through the archives and grep for "WE7U", you should find them. If (...) (27 years ago, 8-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Include directive, HexMon
|
|
Hello, I've been trying to compile .asm files using as11.exe. The files I received with my copy of IC contain the #include directive. Does anyone know of a copy of as11.exe that supports this? If I use as11_ic.bat, to build an *.icb file, the gcc (...) (27 years ago, 8-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | computer crash!!
|
|
Could someone please help me get my handyboard to communicate with the computer?? First, my computer crashed, the hard disk had to be formatted,windows 95 reinstalled, ic3.2 reinstalled. I was communicating with the handyboard thru com 4. When I (...) (27 years ago, 7-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: serial communications
|
|
Justin, Interfacing a GPS to the handyboard is straight forward. Most GPS receivers comply with the National Marine Electronics Association (NMEA) standards. They transmit their information in ASCII "sentences" which are framed by a $ at the (...) (27 years ago, 6-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | serial communications
|
|
i have been looking thru the libraries that people have posted on the web, particularly the ones that allow serial communication. i am not sure how the system works, but there are numerous routines which turn handshake on and off, as well as (...) (27 years ago, 6-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | DC motors vs. servo motors
|
|
The nature of the PWM (pulse width modulation) is entirely different for servo's vs. plain DC motors. For a DC motor, it has a two wire connection. All drive power is supplied over these two wires -- think of a light bulb. When you turn on a DC (...) (27 years ago, 6-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: motors
|
|
For servo, there is a certain threshold duty cycle (say 50%) of the PWM signal, where anything above this threshold will make it to run forward, and less will make it to run backward. So, you still need to apply the PWM even if the servo is not (...) (27 years ago, 6-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: LCD Removal
|
|
Hello, Does anyone know if the Rug Warior Pcode run without the LCD? (Pcoderwl.S19) If not : 1 is there another RW pcode that will run without the LCD? I using the RW pcode on my Fingerboard II with out the LCD and I think this may be an issue. (...) (27 years ago, 6-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | motors
|
|
That did answer my question. I am not familiar with servo motors, I have only used plain DC motors. I am also familiar with PWM. I was just unable to determine if the same PWM signal that drives plain DC motors could also drive servo motors. From (...) (27 years ago, 5-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: LCD Removal
|
|
it's easy: just use the replacement pcode_hb.s19 file provided by Kent Farnsworth: (URL) your message you said: (...) and still have the HB work. My design does not require the LCD, so if i could r emove it my robot would then be a little more (...) (27 years ago, 5-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: Lego motors
|
|
(...) As I've said, I think the new Lego Technic gear motors are a great deal. They're inexpensive (about $18 each), they seem to be quite efficient, and they run well directly from the HB power supply. If you're building your robot out of Legos (...) (27 years ago, 5-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | LCD Removal
|
|
I was just wondering if there's any way to disable and remove the LCD screen and still have the HB work. My design does not require the LCD, so if i could remove it my robot would then be a little more balanced. Every time I remove the LCD my (...) (27 years ago, 5-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: lego robot servomotor
|
|
(...) What you have is most likely a 9V DC motor, not a servo. As far as I know, there is no such thing as a Lego servo motor. The four-contact plug is a Lego standard that allows changing the polarity simply by rotating the plug 90 degrees. There (...) (27 years ago, 5-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | lego robot servomotor
|
|
i have a motor that is manufactured by lego, and has a 4 pin connector which is in the shape of a lego block. i am new to lego robots, so i do not know what the various parts look like exactly. the motor that i have is about 1.25" cube, and seems to (...) (27 years ago, 5-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Lego motors
|
|
This subject has most probably been discussed numerous times but I'm kinda new to this mailing list and the Handyboard so bare with me. What are the pros and cons of using Lego motors to drive a robot project that I have in mind ???, should I scrape (...) (27 years ago, 5-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: DC VS SERVO
|
|
That still does not tell me the difference between how they are diven. For instance, can you use the 4 motor ports to drive a servo motor? If not why? Any help appreciated. Chris Rhodes (...) (27 years ago, 5-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: Radio Shack Tape Measure
|
|
There were two enthusiasts who did hacks on the Radio Shack Tape Measure, Jonathan, back in February of 1994. Their names are Thomas Rowley and Brian Van Mondfrans. Brian was at Thurston High School in the Puget Sound area back then so you might (...) (27 years ago, 5-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: Infrared Optosensors
|
|
I've had pretty good luck getting up to around 2" by using a standard IR LED and standard IR phototransistor, modulating the IR LED in software, and looking at the analog value returned from the phototransistor like so: { int refl; led_on(); refl += (...) (27 years ago, 5-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Radio Shack Tape Measure
|
|
Can anyone point me to an article on connecting the Radio Shack Tape Measure to the MIT 6.2 controller board. Also, has anyone used this device with either the miniboard or the handyboard. thank you ___...___ ___...___ Jonathan Swaby 305 Sparks Bldg (...) (27 years ago, 5-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: Infrared Optosensors
|
|
1/2" is actually pretty good range for a basic reflectance sensor. try using them in the analog inputs -- you should get readings that let you read out to about 1". to get better than that, you need a modulated signal, like Pandit has described. (...) (27 years ago, 5-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: Infrared Optosensors
|
|
Hi Brian, I believe you are trying to implement the proximity sensor for object avoidance or collision avoidance, correct ? I believe the QT1114 is designed for the range the you have found. The spec. of the part also indicate the very near range (...) (27 years ago, 5-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Problems with Smoot-PWM
|
|
Hi all, i have problems during download the new smooth-pwm routine into my handyboard. All times my downloader stopped after few seconds with an error message "EOF after 1xxx Bytes ....." I´m using a macintosh (PPC 4400) and use the 6811 download (...) (27 years ago, 5-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Infrared Optosensors
|
|
I interfaced 3 infrared optosensors to the digital inputs on the handyboard. I'm a little dissapointed in their performance however. The only time they give a reading of "true" is if they are about a half an inch or closer from the target. Any (...) (27 years ago, 5-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: DC VS SERVO
|
|
Chris, See pages 20 and 21(pdf pages 25 and 26) of the handyboard technical (...) (27 years ago, 5-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | DC VS SERVO
|
|
HELLO, MY NAME IS CHRIS RHODES AND I AM CONFUSED ABOUT THE DIFFERENCE BETWEEN A SERVO MOTOR AND A DC MOTOR. THE HANDYBOARD LITERATURE SAYS THERE ARE THE 4 DC MOTOR OUTPUTS AND 1 DIGITAL INPUT THAT CAN USED AS A SERVO OUTPUT. WHAT IS THE DIFFERENCE (...) (27 years ago, 4-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Robotic Lawnmower List/DGPS
|
|
Can someone give me the info on the robot lawnmower mailing list? As I recall they split off with their own list a while back, but I didn't follow to the new list. There are some developments in Differential GPS that they should probably be made (...) (27 years ago, 4-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | A/D converter
|
|
From: Hector Noriega, 3JUNE98 Thanks Adam,(adam@programmer.net) The Speed of the A/D inproved by about 50 HZ, by getting rid of float types, so now I can sample data at 290HZ only!. According to the Motorola "Pink Book" the A/D should be ready after (...) (27 years ago, 4-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: One Handy Board available for sale.
|
|
I stand corrected. From: brian-c@technologist.com Date sent: Thu, 2 Jul 1998 23:49:02 -0400 (EDT) To: "Mike Davis" <ipscone@halcyon.com> Subject: Re: One Handy Board available for sale. (...) -- ---...--- ipscone@halcyon.com Shoot-To-Win! Protect (...) (27 years ago, 4-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: One Handy Board available for sale.
|
|
Isn't that more than the board is brand new, assembled and tested? They are available for $180. Correct me if I am wrong. Is the IC perhaps 3.x? From: PWebb@swri.edu Date sent: Thu, 2 Jul 98 11:36:10 CDT To: <handyboard@media.mit.edu> Send reply to: (...) (27 years ago, 3-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: download problems
|
|
The motor state is insignificant before the board has booted. I.e., the fact the motors are on the red direction means nothing; it's just the random state of the motor output latch when the board turns on without a program. The LCD screen should not (...) (27 years ago, 3-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | download problems
|
|
i am still having trouble with getting the PC to communicate with the handyboard. all conections seem to be correct, and the programs are configured correctly, but the thing will still not communicate properly. mabye there is a fault in the board (...) (27 years ago, 3-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Analog to Digital C.
|
|
-- MIME ATTACHMENTS DISCARDED: 1. Content-Type: text/plain; charset=ISO-8859-1; name="A2D.TXT" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="A2D.TXT" Content-Length: 2578 (27 years ago, 3-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: initial connection errors
|
|
The reason the board is not responding seems to be because the downloader is sending data to the wrong COM port. Find out whether you are using COM1 or COM2 and then check your downloader and IC as well to confirm you are on the right port. from the (...) (27 years ago, 2-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | initial connection errors
|
|
i have been trying to get the pcode_hb.s19 file downloaded to the handyboard, and the farthest that i got was the file downloaded (using 'dl' and 'dlm' downlloaders) but then the PC couldnt synchronize with the handyboard. i have a series 'a' board, (...) (27 years ago, 2-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | (no subject)
|
|
Is there a handyboard emulation program for the wintel platform? Thanks in advance Dick Hammond (27 years ago, 1-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Re: hbtest.c errors
|
|
(...) ... (...) your Interactive C is not loading the correct libraries. Make sure IC is configured to load lib_hb.lis, NOT lib_r22.lis. Get the latest lib_hb.c, lib_hb.lis, and lib_hb.icb from the Software resources area of the HB web site. (...) (...) (27 years ago, 1-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | hbtest.c errors
|
|
I am currently assembling a Hand Board and I am on page 39 at 7.2.2 Testing, When I load hbtest.c I get the following error messages. Error in hbtest.c around line 48: Function star_press undefind. Error in hbtest.c around line 51: Function knob (...) (27 years ago, 1-Jun-98, to lugnet.robotics.handyboard)
|
|
 | | Looking for HB
|
|
Hi, does anyone have a used Handy Board for sale? I know it is a lame question, sorry about that. Sterling (27 years ago, 31-May-98, to lugnet.robotics.handyboard)
|
|
 | | Re: Battery types
|
|
I believe the 9.6 volt also makes a good match for most LEGO motors. -Pandit ---...--- (...) batteries... (...) overhead (...) your (...) Lithium (...) specs. (...) (27 years ago, 29-May-98, to lugnet.robotics.handyboard)
|
|
 | | Re: Battery types
|
|
(...) <SNIP> My understanding is that 7.2V will work fine. I suspect 9.6V is used simply because 8 AA NiCd's fit so well in the specified box. The chief concerns here are: (1) do you have enough voltage overhead for the 7805; and (2) can you draw (...) (27 years ago, 29-May-98, to lugnet.robotics.handyboard)
|
|
 | | Re: Battery types
|
|
I personally use a single 12 V 3Ah Gell cell to power my entire robot. I'm using the 7805 with a heat sink and works just fine. -----Original Message----- From: brian-c@technologist.com <brian-c@technologist.com> To: handyboard@media.mit.edu (...) (27 years ago, 29-May-98, to lugnet.robotics.handyboard)
|
|
 | | HB with hacked servos as drivemotors
|
|
Hi, I'd like to use two hacked servos _with_ servoelectronic for a Rug Warrior like robot controlled with a HB. Now I am searching for motor driver functions for IC 3.2 to control the servos via the standard motor functions (i.e. fd(), bk(), and so (...) (27 years ago, 29-May-98, to lugnet.robotics.handyboard)
|
|
 | | Battery types
|
|
...was just wondering if the Handy-Board can run on other types of batteries besides Ni-Cds, such as: NiMH batteries which have higher mAh ratings vs. a Ni-Cd equivalent. Also, will Lithium batteries work with the HB? Are there any performance (...) (27 years ago, 29-May-98, to lugnet.robotics.handyboard)
|
|
 | | Datasheet for TI IC
|
|
Hi ! I am searching for the data sheet of a TI speechprocessor TMS3477 (I have the board of a little speech recorder with 90 seconds capacity and max. 16 speech segments with this chip and I will try to connect this board to the Handy Board for a (...) (27 years ago, 28-May-98, to lugnet.robotics.handyboard)
|
|
 | | IC persistent globals?
|
|
Hello all, I am using neural nets to control my robot, and currently have to download the weights to the handyboard every time I power on. This is a perfect application for using persistent global variables, but alas I am having troubles. My (...) (27 years ago, 27-May-98, to lugnet.robotics.handyboard)
|
|
 | | Re: Polaroid 6500
|
|
jluijk wrote: <snip> (...) The two on the left are + battery voltage and the two on the right are ground. They're doubled up to handle more current, I guess. (...) Make sure that you're getting 9.6 V at the motor power header, and that you have your (...) (27 years ago, 27-May-98, to lugnet.robotics.handyboard)
|
|
 | | Re: please unsubscribe me
|
|
---...--- (...) (27 years ago, 26-May-98, to lugnet.robotics.handyboard)
|
|
 | | Re: unsubscribe
|
|
---...--- (...) (27 years ago, 26-May-98, to lugnet.robotics.handyboard)
|
|
 | | Which R4 should I use???
|
|
I notice that in hbmanual.pdf there is a different value for R4 than in hba.pdf since I used the list of hbmanual, I bought R4=2.94k precision resistor, but in the asembly file it says 3.83k precision resistor. Which one is the good one and why need (...) (27 years ago, 26-May-98, to lugnet.robotics.handyboard)
|
|
 | | Pyroelectric Sensor
|
|
Hello. I have working with a handyboard, and I am trying to obtain information on how to properly use a eltec 442-3 pyroelectric sensor. I bought a complete one with a lens. My objective is for my lego robot to locate either a flame or heat source, (...) (27 years ago, 26-May-98, to lugnet.robotics.handyboard)
|