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 / *5229 (-20)
  HB download
 
Hi Everyone: My handy boards were working fine all this time but suddenly they seem to have developed a problem. The boards do not show the interactive C welcome message. I tried downloading the pcode file a number of times. That file downloads (...) (26 years ago, 25-Jan-99, to lugnet.robotics.handyboard)
 
  RE: mini HD
 
Its a 50mm square HD about 20 grams. cap. 170 - 340 MB. Uses CompactFlash type II interface. Low power 3.3V. here a another link (URL) can get the spec's for CF @ (URL) not too adept of a programmer, but I bet the little HD can be converted to a (...) (26 years ago, 25-Jan-99, to lugnet.robotics.handyboard)
 
  Re: off topic but cool - ?????
 
So what is it?? (other than a small hdisk, I gathered that much.. :) all I got was a 'page not found' error when I tried the link? John -----Original Message----- From: Olson, Shan (PBMS-SOlson) <solson@pacbell.mobile.com> To: (...) (26 years ago, 25-Jan-99, to lugnet.robotics.handyboard)
 
  RE: off topic but cool
 
Hey, these are way cool. Excellent for a mobile application. -Shan O (...) (26 years ago, 25-Jan-99, to lugnet.robotics.handyboard)
 
  Re: Expansion Board Files
 
take the files out of the expansion-libs directory, and put them in the libs directory. over-write any previous files by the same name. make sure IC is configured to load lib_hb.lis on boot. that should be it... not sure where you're getting hung (...) (26 years ago, 25-Jan-99, to lugnet.robotics.handyboard)
 
  Expansion Board Files
 
I have not got my expansion board files to load! what am I not doing correctly? Help !! I have deleted all my ic files, reloaded 3.2 from Newton Labs in c\ic. In ic I have : expansion-libs libs ic.help ic.ini ic.win.exe install.log I can load ic but (...) (26 years ago, 25-Jan-99, to lugnet.robotics.handyboard)
 
  Serial LCD on PA4?
 
I am trying to send serial data to a 2-Line LCD which is connected to Scott Edwards' 9600baud backpack. I have PA4 available. I came across Fred Martin's 'Pa7_9600' serial files which included Pa7_9600.asm and Pa7_9600.icb and am wondering if they (...) (26 years ago, 25-Jan-99, to lugnet.robotics.handyboard)
 
  Re: Analog Ports
 
yes, it's the 47K pullup that's causing the IR's to not work. slice through the trace connecting the 47K to the sensor input pin on the underside of the printed circuit board. fred In your message you said: (...) (26 years ago, 24-Jan-99, to lugnet.robotics.handyboard)
 
  Re: Interactive C-OS8 Downloading Problems
 
cappy, did you use my new "6811 Downloader MCL" version? this has been tested on a variety of Macs running system 8.5 and 8.1. please download it from (URL) me know if this works to download from your 6500. have you ever used the serial port on this (...) (26 years ago, 24-Jan-99, to lugnet.robotics.handyboard)
 
  Analog Ports
 
I have the MTJPRO11 board by Mekatronix as well as the MIT HandyBoard both use the 68HC11A1FN mcu. I am using hacked Sharp GP1U58 'tin can' detectors so that they output analog voltage from 1.5 to 2.5 ( effective proximity range is approximately 4" (...) (26 years ago, 24-Jan-99, to lugnet.robotics.handyboard)
 
  Interactive C-OS8 Downloading Problems
 
I have nearly teared my hair out trying to get my HB to to DL on a my OS8 6500 Mac. I though there might be someting wrong with the HB and replaced 5 chips. Today I took my HB over to a friends house who has a Performa 475 and hand had no problems. (...) (26 years ago, 24-Jan-99, to lugnet.robotics.handyboard)
 
  Re: Wirz LMD18200
 
I'm not familiar with the Wirz board, however the board I built used the regular "motor output" of the handyboard with no modification required. The trick was to use an opto-isolator to "recover" the forward and backward logic states. That was done (...) (26 years ago, 24-Jan-99, to lugnet.robotics.handyboard)
 
  Re: batteries port
 
(...) That sounds like too much voltage for the HB. I think I remember reading that the HB runs on up to 12 V max. Check the Handy Board Technical Reference. There are much better ways to run motors that require higher voltages. Try using a separate (...) (26 years ago, 24-Jan-99, to lugnet.robotics.handyboard)
 
  Re: Stack Overflow
 
(...) If your code looks something like this... if (i == 1) do001(); else if (i == 2) do002(); else if (i == 3) do003(); else . . . if (i == 100) do100(); ...then try changing it to this: /* Not really a loop, just so we can break */ for (;;) { if (...) (26 years ago, 24-Jan-99, to lugnet.robotics.handyboard)
 
  Re: Wirz LMD18200
 
I just checked it. It is www.wirz.com Happy shoping Pherd (26 years ago, 24-Jan-99, to lugnet.robotics.handyboard)
 
  Re: Stack Overflow
 
IC is implemented using lex and yacc (tools originally on unix systems for building parsers and compilers, which generate C code that be compiled into apps on many platforms). as someone pointed out, if yacc barfs, it's because you've got an (...) (26 years ago, 24-Jan-99, to lugnet.robotics.handyboard)
 
  Re: Stack Overflow
 
(...) code: please send it to me privately and I'll see what I can do. PS: What kind of hardware/software platform are you on? "Yacc" is typically a Unix program that I thought had nothing to do with IC. (And yes, the real Unix "yacc" can stack (...) (26 years ago, 24-Jan-99, to lugnet.robotics.handyboard)
 
  Memory Map with Expansion board
 
Hi Folks, I was just reading the FAQ and encountered the part about the memory map. Does anyone know how the expansion board maps as it is not included in the memory map in the FAQ? Thanks, Chris Prosser (26 years ago, 23-Jan-99, to lugnet.robotics.handyboard)
 
  Re: Stack Overflow
 
Hi there, In my humble opinion, I suspect that the problem is with Interactive C.. Try a newer or older version. What version are you using, by the way ? To quote Levine et al, "lex & yacc", 2nd Ed, O'Rielly & Assoc page 259: "yacc stack overflow (...) (26 years ago, 23-Jan-99, to lugnet.robotics.handyboard)
 
  batteries port
 
dear readers, i am current using power supply of around 15 to 20 volts to supply to my HB. i remove the 9.6 batteries supply cause it does not have the strength to drive my 30 v dc motor. will it affect the board? jass (26 years ago, 23-Jan-99, to lugnet.robotics.handyboard)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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