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 / *59 (-20)
  handy board crisis!
 
Well, let's see. I was rewiring my handy board so that it would run on 9.6V again, and everything seemed to be going fine. I soldered the pack back on with no problems, and was screwing the board onto its case when something horrible happened. The (...) (29 years ago, 12-Feb-96, to lugnet.robotics.handyboard)
 
  Quad encoders = the code
 
I have been successful in coding the Quad encoders. You will find below: - The source for the asm file - The source for the C file - the ICB file Thanks to the assembler on the web. I tried to use some of the Macintosh tools from the 68hc11 MIT FTP. (...) (29 years ago, 12-Feb-96, to lugnet.robotics.handyboard)
 
  Re: Porting as11_ic to mac
 
In your message you said: (...) all right dave! this wpuld be a great service to the mac community. the answer: yes, that is all the c precprocc is doing, generating 2 calls to the as11. it assembles the user pgm at two diff points in mem so that ic (...) (29 years ago, 12-Feb-96, to lugnet.robotics.handyboard)
 
  Porting as11_ic to mac
 
IC users, I was thinking of perhaps porting as11_ic to the mac and I think I understand exactly what is going on in the unix script except for one thing. What is the C preprocessor doing? Is the only purpose of the C preprocessor to declare the two (...) (29 years ago, 12-Feb-96, to lugnet.robotics.handyboard)
 
  Re: Can't initialize CONFIG register
 
In your message you said: (...) ok. the dlm *is* trying to write the one byte, because the config reg lives at 0x103f. and it's trying to write it as 0x0c, which is also correct. but apparently it is not working, b/c you say that when you run the (...) (29 years ago, 12-Feb-96, to lugnet.robotics.handyboard)
 
  Re: IC serial hog?
 
yes, it is possible for an ic program to use the serial port. see randy's instructions at (URL) (29 years ago, 12-Feb-96, to lugnet.robotics.handyboard)
 
  Re: Sony IR decoding routine!
 
ic is very sensitive to linefeed termination in icb files. if you are runnnin on an ms-dos system, i believe it requires unix style (e.g., ctrl-j) termination, rather than ms-dos ctrl-m ctrl-j style. try removing the ctrl-m's from your copy of the (...) (29 years ago, 12-Feb-96, to lugnet.robotics.handyboard)
 
  IC serial hog?
 
Is there any way for my IC program to use the serial port? I am guessing the answer is no, as IC needs it for communicationg to the host computer. (Mac in my case.) So then the question becomes, is it possible to modify IC so that I can use the (...) (29 years ago, 12-Feb-96, to lugnet.robotics.handyboard)
 
  RE: Sony IR decoding routine!
 
I'm having trouble getting sony-ir.icb to load. Every time I try, I get the following error message: FATAL INTERNAL ERROR: ILLEGAL LINE IN .s19 FILE I've re-downloaded and installed both the sony-ir.icb and pcode_hb.s19 files but continure to get (...) (29 years ago, 11-Feb-96, to lugnet.robotics.handyboard)
 
  NEW! - Handyboard Hard-to-Get Parts Kit!
 
CW Technology is now offering a kit of only the "hard to get" parts for the Handyboard 1.2. Basically, the kit includes everything you can't get at DigiKey and Mouser. The price is very competitive if you consider the minimum orders, shipping, etc. (...) (29 years ago, 11-Feb-96, to lugnet.robotics.handyboard)
 
  Can't initialize CONFIG register
 
Hello, Everyone: Help! I'm trying to configure the HB. Here's what I get: C:\IC> dlm config0c.s19 -port COM2 -eeprom DLM: 6811 File Downloader... etc. Using COM2 Downloading to EEPROM Downloading config0c.s19, press ESC to abort Downloading eeprom (...) (29 years ago, 11-Feb-96, to lugnet.robotics.handyboard)
 
  Re: charger board problems
 
You could just get an adapter that is rated for a lower voltage. Try a nine volt adapter or a universal one that you can experiment with. -Fred -- This message was composed using Articulate Systems' PowerSecretary. Please forgive any sloppiness in (...) (29 years ago, 11-Feb-96, to lugnet.robotics.handyboard)
 
  Re: charger board problems
 
(...) Or just use different motors. ;-) (29 years ago, 11-Feb-96, to lugnet.robotics.handyboard)
 
  charger board problems
 
I've managed to stick a wire onto a point in my battery pack which yields 6V. (temporary solution, at least...) However, the charger board doesn't seem to like this new arrangement much. With the lower battery voltage, too much current is flowing (...) (29 years ago, 11-Feb-96, to lugnet.robotics.handyboard)
 
  battery voltages
 
I'm currently trying to get 6V out of my 9.6V battery pack. (I actually looked around for a 6V one, but couldn't find one that would work...) I've opened up the pack, and can access the cell where I can get 6V. However, I'm not sure how to get a (...) (29 years ago, 11-Feb-96, to lugnet.robotics.handyboard)
 
  Quad encoders
 
Thx to the advice of many of you I am using encoders from mice as shaft encoders. The code in the libraries does not seem to take into account encoders with TTL signal in quadrature. Therefore I do not get direction from the current software. Maybe (...) (29 years ago, 11-Feb-96, to lugnet.robotics.handyboard)
 
  IC Problems
 
(...) Brian> But then the question still remains, how can I define a list of Brian> consecutive memory locations in a .icb file and then access Brian> them from within a loop in a .c file? [ ... ] Brian> Anybody run into this before or have any (...) (29 years ago, 8-Feb-96, to lugnet.robotics.handyboard)
 
  IC Problems
 
OK, OK. RTFM, I know. I looked at the on-line manual, and now realize that IC arrays are different than normal C arrays, and so you can't do stuff like int m() { int *address; address=&a0; address++; } But then the question still remains, how can I (...) (29 years ago, 8-Feb-96, to lugnet.robotics.handyboard)
 
  IC Problems
 
OK all of you IC gurus. How come I can't do this: int m() { int *address; address=&a0; address++; } a0 is a variable defined in an .icb file. I also can't do something like address=address+2; or address[4]=7; Why not? This is all pretty standard C (...) (29 years ago, 8-Feb-96, to lugnet.robotics.handyboard)
 
  Re: 5mm range reflectance sensor
 
(...) Very nice ASCII graphics. I don't know this part but assuming that the + and L pins are the pins which control the transmitter, and asuming the reciever is a photo transistor that should act as a switch, I would say that you should connect the (...) (29 years ago, 8-Feb-96, 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