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 / *6944 (-100)
  Re: Video Transmitters
 
NetMarket (www.netmarket.com) carries a transmit/receive pair made by Recoton. It's intended to transmit audio/video around the house. Ours includes a gizmo to extend your remote control capabilities, and it cost about $120. Just the (...) (25 years ago, 14-Nov-99, to lugnet.robotics.handyboard)
 
  Re: mixing variable types in IC
 
[Ben Davis] spake unto the ether: (...) Hmm, I think you want c = ((float)(x))/((float)(y)); Otherwise, the division will be done first as integers, giving an integer quotient, which you're then turning into a float. *Rich* (25 years ago, 14-Nov-99, to lugnet.robotics.handyboard)
 
  mixing variable types in IC
 
Hi John- You can convert quantities from one data type to another (it's called "casting", I believe). The following computes the quantity x/y, then converts it to a float: ---...--- int x, y; float c; float divide ( int x, int y) { c = (float) (...) (25 years ago, 14-Nov-99, to lugnet.robotics.handyboard)
 
  mixing variable types in IC
 
Now that I got past my nested function problem I have discovered that IC does not like mixing variable types. For instance, this results in an error: int x, y; float c; float divide ( int x, int y) { c = (x/y); return c; } IC will not let me (...) (25 years ago, 14-Nov-99, to lugnet.robotics.handyboard)
 
  Re: Video Transmitters
 
[glashan] spake unto the ether: (...) JDR Microdevices ((URL) sells a $25 short-range VHF TV transmitter kit. It's all analog, so there is some drift with warmup and it needs a very stable power supply, but otherwise it works great. The observer (...) (25 years ago, 14-Nov-99, to lugnet.robotics.handyboard)
 
  Video Transmitters
 
Hi all I wonder if anyone out there can help me with this: Im looking for a cheap video transmitter or circuit diagram. Ive got a small board camera on my bot and I need to find some way of sending the video to my TV. I dont want to go out and spend (...) (25 years ago, 14-Nov-99, to lugnet.robotics.handyboard)
 
  Re: IC trouble - function definition - understand now, Thanks
 
Sorry, Forgot to enclose the code. what is wrong here? long time; void phony() { while (digital(2) == 1) { time = mseconds(); printf("%d\n", mseconds()); } if (mseconds () >1413 ) fd(1); else bk(1); } void start() { phony(); } void main() { while(1) (...) (25 years ago, 13-Nov-99, to lugnet.robotics.handyboard)
 
  Re: IC trouble - function definition - understand now, Thanks
 
John, Have been following your problems with function definition. what is wrong with this code? It will print the mseconds but the if statement does not work. Thanks Terry -----Original Message----- From: John Bachman <bachman@anatek.mv.com> To: (...) (25 years ago, 13-Nov-99, to lugnet.robotics.handyboard)
 
  Re: IC trouble - function definition - understand now, Thanks
 
Rich got it. Nested functions was the problem. I don't recall seeing that discussed in the IC manual and I think it is OK in C. Nonetheless, thanks to all for helping this hapless programmer. John (...) (25 years ago, 13-Nov-99, to lugnet.robotics.handyboard)
 
  Re: IC trouble - function definition
 
(...) whoa! Local function definitions. Even GCC doesn't grok that. Try extracting the function definition phony() from start() like so: long time; void phony() { while (digital(2) == 1) { time = mseconds(); } } void start() { phony(); } -d (...) (25 years ago, 13-Nov-99, to lugnet.robotics.handyboard)
 
  Re: IC trouble - function definition
 
[John Bachman] spake unto the ether: (...) You have the definition of phony() nested inside the definition of start(). I don't know what ANSI C and/or C++ let you do, but this is invalid IC. You need something like: long time; void start() { (...) (25 years ago, 13-Nov-99, to lugnet.robotics.handyboard)
 
  Re: IC trouble - function definition
 
Thanks for all the helpful device but the darned thing still does not work. I have created a simplified program to try to figure out what I am doing wrong. Here it is: /* A simplified program to figure out what is wrong */ long time; void start() { (...) (25 years ago, 13-Nov-99, to lugnet.robotics.handyboard)
 
  Re: IC trouble - function definition
 
John: If your function does not need a parameter passed to it just do: void detect_time2() { /* code here */ } just like int main() { /* code here */ } Bart. ___...___ Reply Separator ___...___ Subject: IC trouble - function definition Author: (...) (25 years ago, 12-Nov-99, to lugnet.robotics.handyboard)
 
  Re: IC trouble - function definition
 
John: Try it like this----- void detect_time_2() {same code here;} IC is a lot like ANSI C, but there are some differences. Good luck, Gary Livick (...) (25 years ago, 12-Nov-99, to lugnet.robotics.handyboard)
 
  IC trouble - function definition
 
I am having trouble with function definitions. Can someone tell me what is wrong with this: void detect_time_2 (void) { code here;} I get a syntax error on the definition line and cannot figure out why. TIA John (25 years ago, 12-Nov-99, to lugnet.robotics.handyboard)
 
  RE: pneumatics and compressed air cartridges
 
check (URL) Look under spare parts for Pneumatic products Kalyan -----Original Message----- From: Chen Yung Hsu [mailto:hsu3@cooper.edu] Sent: Thursday, November 11, 1999 4:23 PM To: handyboard@media.mit.edu Subject: Re: pneumatics and compressed (...) (25 years ago, 12-Nov-99, to lugnet.robotics.handyboard)
 
  Re: pneumatics and compressed air cartridges
 
You may find some help by joining the legged robot email list. There have been several discussions on this topic. Send an email to: legged-robots-subscr...groups.com and it will send you information and instructions to join. Then simply send your (...) (25 years ago, 12-Nov-99, to lugnet.robotics.handyboard)
 
  Re: pneumatics and compressed air cartridges
 
Chen, I just received catalogs from Clippard Minimatic Co. Looks like just what you are looking for. http//www.clippard.com bye Terry -----Original Message----- From: Chen Yung Hsu <hsu3@cooper.edu> To: handyboard@media.mit.edu (...) (25 years ago, 12-Nov-99, to lugnet.robotics.handyboard)
 
  Robot for sale
 
I have a General Robotics RB5X I'd like to sale for $1000, it was just refurbished by General Robotics a year ago at a costs of $1200. I know this doesn't have anything to do with Hand Boards but I thought maybe someone from the mailing list would (...) (25 years ago, 12-Nov-99, to lugnet.robotics.handyboard)
 
  Re: pneumatics and compressed air cartridges
 
Hi! I was wondering if anyone can help me. I'm looking for light weight, miniature pneumatic actuators, solenoid valves, and compressed air cartridges. Does anyone know any companies that sell these? Also, does anyone have any experience utilizing (...) (25 years ago, 11-Nov-99, to lugnet.robotics.handyboard)
 
  Sbasic
 
Anyone used sbasic with the handyboard?? Just curious as to what it can/can't do. thanks Adam (25 years ago, 11-Nov-99, to lugnet.robotics.handyboard)
 
  Re: Natural Born Robots
 
(...) Too bad it only shows in some cities, though. :-( Listings for Natural Born Robots Episode Number 1002 between 9 Nov 1999 and 23 Nov 1999 Date Location Station ---...--- ---...--- ------- Tue 9 Nov 11:00am PT SAN FRANCISCO-OAKLAND-SAN JOSE CA (...) (25 years ago, 10-Nov-99, to lugnet.robotics, lugnet.robotics.handyboard)
 
  Re: Linx Technologies RF module
 
I'm also interested in using a set of these RF modules to transmit serial data from my handyboard to a host PC, from looking at the web site It seems that the best option would be the HP series, as they except direct serial data. Does anyone know if (...) (25 years ago, 9-Nov-99, to lugnet.robotics.handyboard)
 
  Natural Born Robots
 
In case you missed the neat robotunas last week, the Scientific American episode 1002 will be shown tomorrow on KCWC at 3pm (MT) and on KVCR at 8am (PT). You can check out all other times and locations at: (URL) (25 years ago, 9-Nov-99, to lugnet.robotics, lugnet.robotics.handyboard)
 
  Re: LCD screen
 
Hi! Timeline Inc. sells 2x16 parallel LCD for $7.00/each! (URL) is great. Good luck! (...) Great minds discuss ideas; Average minds discuss events; Small minds discuss people. --unknown ===...=== Kam Leang University of Utah Department of Mechanical (...) (25 years ago, 9-Nov-99, to lugnet.robotics.handyboard)
 
  LCD screen
 
Hi, the LCD on my handyboard is busted... can anybody tell me where can i get a replacement, or way to fix it.. thx (25 years ago, 8-Nov-99, to lugnet.robotics.handyboard)
 
  Uploading to a PC
 
Hey there - I'm trying to upload information from the Handy Board to my Linux machine. I've reviewed the Handy Board FAQ and the Linux How-To, but I'm still having some troubles.... I'm using the code at (URL) transmit data from the board, but I (...) (25 years ago, 7-Nov-99, to lugnet.robotics.handyboard)
 
  IC 3.2 download problem
 
Hi! I just upgraded the IC 2.81 to 3.2 version and now I can't anymore download the needed C libs. The pcode (version 3.1) will download nicely but when the IC will try to download the lib files it will stop everytime in the same position. The (...) (25 years ago, 7-Nov-99, to lugnet.robotics.handyboard)
 
  To all mac programming gurus
 
Hiya To all you mac gurus , recently obtained a rf tx + rx , have succesfully interfaced 2 HB remotley , and was wondering if a desktop top could TX data to a HB with the RX atached to the RX lines of the RS 2-32 port. Meaning : I know how to do it (...) (25 years ago, 6-Nov-99, to lugnet.robotics.handyboard)
 
  Linx Technologies RF module
 
Hi, Has anyone used the Linx Technologies RF modules for RF communication? (URL) so, please provide details or your home page link. Thanks Kalyan Kalyan Mulampaka Software Engineer e Information Services ___...___ Ph#: (770) 698 4436 (O) (678) 320 (...) (25 years ago, 5-Nov-99, to lugnet.robotics.handyboard)
 
  Wireless RS-232?
 
Just a few qeustions , would it be possible to use the system at www.mech.utah.edu/~k...alcom.html for a wirless rs-232 link. Core3ect me if im wrong but wouldnt all you have to do is add another tx , rx pair and poof you have a wirless tanciever (...) (25 years ago, 5-Nov-99, to lugnet.robotics.handyboard)
 
  Re: Character Arrays
 
You're initializing foo[] wrong, it should be: char foo[] = { '1', '2', '3', '4' ); (...) the (...) (25 years ago, 5-Nov-99, to lugnet.robotics.handyboard)
 
  Character Arrays
 
Hi... I'm wondering if there's a way to extract an element from a character array the same way it would be done for an integer array. For example, when I have: char foo[]= {1, 2, 3, 4}; char bar(int i) { return foo[i]; } ... a zero is returned for (...) (25 years ago, 5-Nov-99, to lugnet.robotics.handyboard)
 
  GNU C-Compiler for HC11
 
A new GCC/HC11 port is available. I had nothing to do with this one, but it looks much better than the GCC-2.8.1 port that I'm maintaining. It uses the full GNU toolchain. (URL) is reported to work with the Handyboard, the BotBoard2, and the (...) (25 years ago, 4-Nov-99, to lugnet.robotics.handyboard)
 
  Re: Microphone
 
Hey, what a coincidence... I was just having a look on the web and found this page... (URL) a simple circuit hooked up to the handyboard analog port. hope this helps Adam PS has some other cool stuff too, like an rf link etc :-) ----- Original (...) (25 years ago, 4-Nov-99, to lugnet.robotics.handyboard)
 
  Re: building a remote debugger for win32 -- need help
 
(...) I've check with teh other guys in the team and a few of them know Delphi rather well. Do you think you could give me the source of hbdl? Regards, Hans (25 years ago, 4-Nov-99, to lugnet.robotics.handyboard)
 
  Re: building a remote debugger for win32 -- need help
 
(...) Yes I do have Vadim Gerasimov's code, Vadium was kind enough to send it to me. I had thus used it as a basis for my HB_Buffalo monitor download system. Yes, Vadim Gerasimov code, and mine, is written in Borland Delphi (Object Pascal), not in (...) (25 years ago, 4-Nov-99, to lugnet.robotics.handyboard)
 
  Re: Using the Lego Rotation Sensor with the Handyboard
 
the lego 9v active sensors (i.e., rotation and light) require a pulsed 9v drive & appropriate drivers. the circuit and drivers are part of the HB Expansion Board. you could potentially adapt both to work w/o the exp bd. it's a 2 transistor ckt with (...) (25 years ago, 3-Nov-99, to lugnet.robotics.handyboard)
 
  Re: Using Vector 2X and Polaroid sonar w/ exp board
 
Hi Rob, I also would lile to see a hook-up for both sensors. Has any one sucessfully completed the task? Thanks Terry -----Original Message----- From: TH0RMAN23@aol.com <TH0RMAN23@aol.com> To: handyboard@media.mit.edu <handyboard@media.mit.edu> (...) (25 years ago, 3-Nov-99, to lugnet.robotics.handyboard)
 
  Re: Scientific American Robot Special on PBS
 
I caught the show last night also. It's really worth watching. You can check at www.pbs.org for a brief summary and check the next showtime in your area. -Kathy (...) (25 years ago, 3-Nov-99, to lugnet.robotics.handyboard)
 
  Microphone
 
Does anyone know how I can hook up a microphone to the hb? It doesn't matter if it notices different frequencies so long as it can tell me the volume of the sound. If anyone knows where I can buy the parts I need I would greatly appreciate it. (...) (25 years ago, 3-Nov-99, to lugnet.robotics.handyboard)
 
  Using the Lego Rotation Sensor with the Handyboard
 
Hi, Has anyone had a luck wiring up the Lego Mindstorms rotation sensor (#9756) to the Handyboard's analog inputs? Any help would be greatly appreciated Thanks Tom Murphy (25 years ago, 3-Nov-99, to lugnet.robotics.handyboard)
 
  Scientific American Robot Special on PBS
 
I live in the Las Vegas metro area, and our PBS affiliate here runs Scientific American w/ Alan Alda on Tuesday nights here. Last night's hour program was devoted entirely to robotics with a long segment on the robot soccer competition. They also (...) (25 years ago, 3-Nov-99, to lugnet.robotics.handyboard)
 
  Scientific American Robot Special on PBS
 
I live in the Las Vegas metro area, and our PBS affiliate here runs Scientific American w/ Alan Alda on Tuesday nights here. Last night's hour program was devoted entirely to robotics with a long segment on the robot soccer competition. They also (...) (25 years ago, 3-Nov-99, to lugnet.robotics.handyboard, lugnet.robotics)
 
  SlugBot
 
Here's a REAL use for a robot: (URL) Mills, WE7U hacker.NO_*SPAM@tc.fluke.com Senior Methods Engineer/SysAdmin "Lotto: A tax on people who are bad at math." -- unknown "Windows: Microsoft's tax on computer illiterates." -- WE7U (25 years ago, 3-Nov-99, to lugnet.robotics.handyboard)
 
  Re: building a remote debugger for win32 -- need help
 
(...) Go check out this link. Some of it has already been done for you: (URL) around this site and you'll find other interesting HC11 projects, probably several of which would be of use to you. Curt Mills, WE7U hacker.NO_*SPAM@tc.fluke.com Senior (...) (25 years ago, 3-Nov-99, to lugnet.robotics.handyboard)
 
  Re: hbtest does not run
 
hbtest.c doesn't do anything by itself. you have to run the functions it contains at the IC command line; e.g., testmotors(); . walk thru the assembly instructions for info on using hbtest.c to test your board (URL). fred (...) (25 years ago, 3-Nov-99, to lugnet.robotics.handyboard)
 
  hbtest does not run
 
Hi all, Everything looks normal as far as I can tell. Able to download IC , lib_hb.icb, lib_hb.c and hbtest.c but nothing happens. I can exercise the hb functions individually using IC but hbtest.c does nothing. What could be the problem? TIA John (25 years ago, 3-Nov-99, to lugnet.robotics.handyboard)
 
  Re: building a remote debugger for win32 -- need help
 
(...) Hmm so this means you have the source code somewhere? Is it in C? I don't know anything about Delphi so I'm affraid to look at your code:-) Maybe some of the other guys do, i'll ask around Hans <-- very interested in HBDL (25 years ago, 3-Nov-99, to lugnet.robotics.handyboard)
 
  Re: building a remote debugger for win32 -- need help
 
(...) Ok thnx i will try this. I should note that don't have the exact handyboard. Ours is called the botboard but it's based on the same mcu and works fine with pcbug11. (...) Well we're aiming for a real environment and therefore i think it would (...) (25 years ago, 3-Nov-99, to lugnet.robotics.handyboard)
 
  Re: building a remote debugger for win32 -- need help
 
Hans, What Christopher Prosserhas stated was correct, and this is exactly what Vadim Gerasimov does in his HDBL windows program. And it is also the technique used in my HB_Buffalo downloader program for programming the HandyBoard with a Buffalo type (...) (25 years ago, 3-Nov-99, to lugnet.robotics.handyboard)
 
  Re: building a remote debugger for win32 -- need help
 
I don't claim to be an expert on this, but here are my ideas. To get a clean HB up and running you need to do the following (assuming talkeree.s19 is larger than 256 bytes) 1) Start off by booting the HB into bootstrap mode. This makes the board (...) (25 years ago, 3-Nov-99, to lugnet.robotics.handyboard)
 
  building a remote debugger for win32 -- need help
 
Hi everybody, As a part of a project at my university we're building a crossdevelopment environment for the Windows environment. As a part of this programming environment we want to build a remote debugger. So, we will have to incorporate a (...) (25 years ago, 2-Nov-99, to lugnet.robotics.handyboard)
 
  [OT] Unabashed plug
 
This is an anabashed plug for Solutions Cubed ... I'm in NO way affiliated with them ... and I'm NOT a volume purchaser. I have one of their MemKey keypad encoder boards. It failed. I called them and was told to send it to them ... no return (...) (25 years ago, 2-Nov-99, to lugnet.robotics.handyboard)
 
  Using Vector 2X and Polaroid sonar w/ exp board
 
Hi, I am planning to use a Vector 2X compass with the Polaroid Sonar and expansion board but not sure about the SPI connection part. Before investing into the compass, I would appreciated if somebody could tell me if they are successful in using (...) (25 years ago, 2-Nov-99, to lugnet.robotics.handyboard)
 
  Re: Time available during 1 kHz system interrupt?
 
The controls are spread across a couple of files, mainly in libhb.c we get /* pulse width modulation control: if off, all motors run at full speed if on, speed bytes are used to determine motor speed */ void system_pwm_on() {bit_set(0x39, (...) (25 years ago, 2-Nov-99, to lugnet.robotics.handyboard)
 
  Re: Time available during 1 kHz system interrupt?
 
(...) Mostly PWM will get jerkier. If you sit to long in there and the motors happen to be 'on' then you can go faster than you would like :-) You also "lose time" in the sense that msleep is no longer accurate so there are issues with tasks that (...) (25 years ago, 2-Nov-99, to lugnet.robotics.handyboard)
 
  Re: Time available during 1 kHz system interrupt?
 
Interesting discussion but it raises a few more questions. Are there any (bad) side effects when user code that is inserted in the ISR takes longer to execute than the 1 msec interrupt cycle. From experience it appears that the ISR runs on the next (...) (25 years ago, 2-Nov-99, to lugnet.robotics.handyboard)
 
  Re: Help needed reviving my HB
 
Hello, Sorry, I made a mistake. "74HC244 was dead" should be read as "74HC373 was dead" This is the one soldered on the board directly without socket. It is located underneath the SRAM. Removing all ICs except 74HC132, 62256 SRAM, and MC68HC11 CPU (...) (25 years ago, 2-Nov-99, to lugnet.robotics.handyboard)
 
  Re: Help needed reviving my HB
 
Hello Edward and everyone, There are several causes that the Handyboard won't boot. 1) 62256 SRAM was dea 2) 74HC244 was dead 3) The Handyboard cannot put into bootstrap mode You can try to do the followings: Removes all the ICs on Handyboard except (...) (25 years ago, 2-Nov-99, to lugnet.robotics.handyboard)
 
  Re: Help needed reviving my HB
 
Hi Everybody, Ensio, I'm having a very similyar problem, but with an interesting twist! Check this out! I still don't have any idea what is going on here... None of these have expansion cards. I have 5 HB's from when this robotics class was taught 2 (...) (25 years ago, 2-Nov-99, to lugnet.robotics.handyboard)
 
  Re: Time available during 1 kHz system interrupt?
 
Hi Greg, It all depends. Various features of the HB can be turned on and off to change the amount of work done in the main ISR. By default the code uses 300ms to execute. The file lib_hb.c provides the following: /***...***/ /*** System Interrupt (...) (25 years ago, 2-Nov-99, to lugnet.robotics.handyboard)
 
  Another Question About making .icb's
 
Hey Group, I'm currently trying to get assembly files to work with my HB, i've discovered that the exe I need; as11_hb.exe only runs on UNIX, so you have to use (URL) to assemble the files, which I might say is a little inconvenient. So, where can I (...) (25 years ago, 1-Nov-99, to lugnet.robotics.handyboard)
 
  Re: Does ic 3.1 really works properly?
 
(...) Looks like it's time for my advertisement: Download HC11 patches for the GCC-2.8.1 compiler from my web page: www.eskimo.com/~archer or from ftp.eskimo.com/u/a/archer. They're GPL'ed, so they're free. Also on my home page is a link to the (...) (25 years ago, 1-Nov-99, to lugnet.robotics.handyboard)
 
  Re: Time available during 1 kHz system interrupt?
 
Greg, As much as you want. Your program is executed until it is finished, then the system interrupt routines follow, and run until they are finished. Good Luck, Gary Livick (...) (25 years ago, 1-Nov-99, to lugnet.robotics.handyboard)
 
  Time available during 1 kHz system interrupt?
 
Does anyone know the approximate amount of time available for user assembler programs which "add on" to the existing 1 kHz HB interrupt? Another way of stating that is...how much time is used by the 1kHz HB ISR code? --greg ***...*** * Greg Starr, (...) (25 years ago, 1-Nov-99, to lugnet.robotics.handyboard)
 
  How can 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, 1-Nov-99, to lugnet.robotics.handyboard)
 
  Three point targeting system
 
I thought of an idea, Im sure has been used before. Where you have three sensors (ie light or ir) equidistant on an arc and they are all pointing towards the center of the arc. So that when they are all the same value the source is both right in (...) (25 years ago, 1-Nov-99, to lugnet.robotics.handyboard)
 
  Lost my IC3.2 Key
 
Hi, My computer crashed three months ago and I lost my IC3.2 software. I have re- downloaded it from Newton Labs IC page, but I do not have a record of my key. I have written Newton Labs for my key, but they haven't responded yet (actually, I just (...) (25 years ago, 30-Oct-99, to lugnet.robotics.handyboard)
 
  Tx2 and Rx2
 
Has anyone worked with radiometrix's Tx2 transmitter and Rx2 reciever???? We are wonder how difficult it will be to use with the HB???? Mike (25 years ago, 30-Oct-99, to lugnet.robotics.handyboard)
 
  Wheels
 
Hey Gary, Thank you so much for the wheels. They are grade "A", better than I expected! They arrived yesterday and unfortunately I have to head for Puerto-Rico tomorrow for about a weeks worth of work. I am also posting this in the newsgroup for the (...) (25 years ago, 30-Oct-99, to lugnet.robotics.handyboard)
 
  Re: Help needed reviving my HB
 
Hi! I just got my HB with the I/O-expansion card and the start-up was not as straightforward as I have thought. I don't know if this will help you but ... I'm using a Toshiba laptop with Win98 and found that in order to get the serial communication (...) (25 years ago, 30-Oct-99, to lugnet.robotics.handyboard)
 
  simoultaneosly driving stepper motors
 
Hi, All My name is Pocorobba Tino.I'm 33 y old and I live in Sicily (Italy). I bought a copy of "Mobile Robots:inspiration to implementation" and I studied it deeply. I've now some problems and I hope that somebody will help me!!! I'd like to (...) (25 years ago, 30-Oct-99, to lugnet.robotics.handyboard)
 
  Re: Help needed reviving my HB
 
(...) These are exactly the same settings that I have, so that is not the problem. Igor (25 years ago, 30-Oct-99, to lugnet.robotics.handyboard)
 
  Re: Starting IC with wizard
 
I am not familiar with the "wizard" option. Please elaborate -p -- A healthy mind is an oxymoron! (...) (25 years ago, 30-Oct-99, to lugnet.robotics.handyboard)
 
  Re: Running stepper loop at specified (varying) frequency?
 
Greg: You can run assembly from within Interactive C, so if IC isn't fast enough for you, you can build in something that is. However, IC will execute pretty quickly in terms of how fast steppers run, so it could be that IC will work for you as-is? (...) (25 years ago, 29-Oct-99, to lugnet.robotics.handyboard)
 
  Re: Help needed reviving my HB
 
Igor: Sounds like you have two problems, with the LCD being a separate one from the sync errors. For communicating with the board via IC.exe, try changing your port settings to 9600/8 data/no parity/1 stop/Xon/Xoff/FIFO buffers enabled. I don't have (...) (25 years ago, 29-Oct-99, to lugnet.robotics.handyboard)
 
  Running stepper loop at specified (varying) frequency?
 
I am hoping to control some stepper motors with the Handy Board; I will be wanting to control position vs time. Therefore I will be wanting to send out the step control waveforms at varying times (to modulate velocity). Can this be done from (...) (25 years ago, 29-Oct-99, to lugnet.robotics.handyboard)
 
  Help needed reviving my HB
 
Hi HBoarders! Can anybody help me with making my HB run? Following the instructions from the assembly manual, there were no problems until installing the memory. Before it, the serial communication worked fine with hbdl downloading the pcode, (...) (25 years ago, 29-Oct-99, to lugnet.robotics.handyboard)
 
  robotics-for education of learning and injoyment-
 
10-28-99 TO WHO IT MAY CONSERN:I AM PERMENTLY DISABLED.BUT I WOULD LIKE TO LEARN HOW TO BUILD A ROBOT.ALTHOUGH I AM WORKING ON JUST THE MEDAL FRAMS FOR 3 DIFFERENT ROBOTS SHAPS TO DEZINES.ALTHOUGH I DONT HAVE ANY BLUE PRINTS ON WHAT PARTS I NEED TO (...) (25 years ago, 30-Oct-99, to lugnet.robotics.handyboard)
 
  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)


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

Redisplay Messages:  All | Compact

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