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 / *3409 (-20)
  Re: Undefined
 
(...) <snip> The code that defines these and other useful functions is called lib_hb.c, and versions of it can be found on the Handy Board web site (e.g., the most excellent version that includes smooth pulse-width modulation for the motors). --Will (...) (27 years ago, 14-Mar-98, to lugnet.robotics.handyboard)
 
  multiplexing tomes on Handyboard?
 
hello! Is there any way to write up a driver so that the soeaker can play 2 tones at once, like a telephone doeS? I triede creating 2 processes to play difrent tones, and then I attempted to run them simultaneously, but that resulted in a HB error. (...) (27 years ago, 14-Mar-98, to lugnet.robotics.handyboard)
 
  Metal detectors
 
Has anyone ever built a metal detecting device? I found some plans at (URL) but I don't know how sound it is, but I assume it works. I would like to interface the HB with a metal detector and have my robot search around for metal object. Any advice (...) (27 years ago, 14-Mar-98, to lugnet.robotics.handyboard)
 
  Strange IC error (nevermind)
 
Never mind... I discovered that IC didn't like me using a variable for the 8 bits to pass to bit_set and bit_clear (too bad it didn't just tell me that instead of throwing its arms up and quiting). I wanted to use the variable to save code space, (...) (27 years ago, 14-Mar-98, to lugnet.robotics.handyboard)
 
  Undefined
 
Hello everyone! I was wondering why my IC compiler ( IC-2.853Rev2 ) keeps giving me wacky and excessivly silly errors. Are there libraries that I was supposed to download to get rid of those pesky start_button and start_press undefined error (...) (27 years ago, 14-Mar-98, to lugnet.robotics.handyboard)
 
  Strange IC error
 
I have attached the HB to a formerly radio controled car. I built an h brigde as described on wizard.org to control the motor. Anway.... all is going well, I have written routines to control the motor. Still sounds great... Until I get to uploading (...) (27 years ago, 13-Mar-98, to lugnet.robotics.handyboard)
 
  I can't beep my handy....
 
I cant't make beep my handy, anyone can tell me how make it using Imagecraft C???? Thanks a lot (27 years ago, 13-Mar-98, to lugnet.robotics.handyboard)
 
  Camera on the Handyboard
 
Hello! Does anybody have any experience in using cameras with the handyboard? Or is its CPU too slow? In that case: can you recommend a different board? Thanks, Jan ___...___ Jan Peters Student: Elektro- & Informationstechnik(TU Muenchen) (...) (27 years ago, 13-Mar-98, to lugnet.robotics.handyboard)
 
  6.270 1998 videos available
 
------- Forwarded Message Received: from MIT.EDU (SOUTH-STATION-ANNEX.MIT.EDU [18.72.1.2]) by aleve.media.mit.edu (8.8.7/ML970927) with SMTP id BAA04302; Fri, 13 Mar 1998 01:08:38 -0500 (EST) Received: from DEPARTMENT-OF-ALCHEMY.MIT.EDU by MIT.EDU (...) (27 years ago, 13-Mar-98, to lugnet.robotics.handyboard)
 
  Re: Kent's sonar routines
 
(...) The line "variable_sonar_time" indicates that the immediately following FDB will be available to IC as an integer variable named "sonar_time". The next line with the FDB is just a regular assembler definition statement to allocate storage for (...) (27 years ago, 13-Mar-98, to lugnet.robotics.handyboard)
 
  Kent's sonar routines
 
Can anyone clarify something for me? A section of the code of sonar.asm goes as follows: variable_sonar_time sonar_time FDB 0 What does this mean? Why are there two variables before the FDB? Another section goes as follows: variable_sonar_enable FCB (...) (27 years ago, 13-Mar-98, to lugnet.robotics.handyboard)
 
  Writting plain Machine Code
 
Hello All, I wish to program the Handy Board by plain machine code. Does anyone know how to download a plain binary S19 code, using a standard serial terminal, communicating to the given IC monitor. Also, how would I get the downloaded machine code (...) (27 years ago, 12-Mar-98, to lugnet.robotics.handyboard)
 
  Re: PC/Handyboard serial communication
 
Hi all, I wrote in a previous message: (...) As many people has requested me to send the code, I have decided to put it on my microrobot projects page. Use it at your own risk! It is still in development, but it can serve to show how to make the (...) (27 years ago, 12-Mar-98, to lugnet.robotics.handyboard)
 
  robot with two handy boards
 
Hello, We plan to design a robot which has to move very quicly and very accurately. For this matter we wonder if it is necessary to use one handy board or to link two handy boards to complete such a task. (If we use 2 HB, one (the slave) would be in (...) (27 years ago, 12-Mar-98, to lugnet.robotics.handyboard)
 
  Linking two handy-board
 
Hi, everybody. A little question that upset us : We plan to use two handy-board : a master handy-board and a slave one. The slave handy-board would make some difficult calculations for the master one and would send the results to this last one. The (...) (27 years ago, 12-Mar-98, to lugnet.robotics.handyboard)
 
  Re: downloader for SGI
 
Nari: I don't know of a precompiled SGI version. You can build one yourself from the sources listed in ftp://cher.media.mit.../projects/ interactive-c/source/. Also, please be aware that when you send mail to "handyboard@media.mit.edu" you are (...) (27 years ago, 12-Mar-98, to lugnet.robotics.handyboard)
 
  downloader for SGI
 
Hi Fred, I like to connect my handy board to an O2 platform. Could you please tell me where I can find downloader for unix system? many thanks, nari (27 years ago, 12-Mar-98, to lugnet.robotics.handyboard)
 
  Re: beeping me handy...
 
(...) Use the beep() routine, from the standard IC runtime library. -d The Fourth Law of Programming: Anything that CAN go wrong wi /kernel: pid 128 (sendmail), uid 0: exited on signal 11 (core dumped) (27 years ago, 11-Mar-98, to lugnet.robotics.handyboard)
 
  APC
 
Does anyone know what the web site to APC is. I would like to order some pics such as Chuck McManis is using for motor controllers. If anyone has ordered them already please include information on how you ordered them. Thanks, Scott Sherman (...) (27 years ago, 11-Mar-98, to lugnet.robotics.handyboard)
 
  Re: Assembler
 
(...) No, however IC can access an integer value declared in assembler, which amounts to the same thing. Just precede the definitition with the line variable_C_name, where "C_name" is what you want the variable to be called in IC. I usually make the (...) (27 years ago, 11-Mar-98, 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