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 / *6319 (-20)
  Re: IC question
 
It means you've made a syntax error which the compiler is unable to interpret. The compiler "parses" or scans your source code and turns it into digital form executable by your computer. Omitting a comma, bracket, or paranthesis are some of the more (...) (25 years ago, 4-Jun-99, to lugnet.robotics.handyboard)
 
  IC question
 
What does "parse error" mean? Thanks! Salpi Aroyan Tapehead Manufacturing Engineering International Business Machine Corporation saroyan@us.ibm.com (408) 256-8251 (25 years ago, 4-Jun-99, to lugnet.robotics.handyboard)
 
  Re: Ranging techniques
 
(...) Yes, this is the method we used along after hacking up a cubic approximation using Graphical Analysis. The lookup table is plenty accurate and also demonstrates that some problems are best solved using nothing more than a ruler and a few spare (...) (25 years ago, 4-Jun-99, to lugnet.robotics.handyboard)
 
  GP2D02 IR sensor
 
How do I get values of the IR sensor to show up on the Handy Board screen? The only output that shows on the screen is 0 or 1. Thanks for your help! Salpi (25 years ago, 3-Jun-99, to lugnet.robotics.handyboard)
 
  Sharp IS1U60 IR Demodulator
 
Hello, everyone: Someone in the past month was asking on the handbyboard list where to get the Sharp IS1U60 IR demodulator. I needed to buy six of the IS1U60's recently. Through a Web search, I found a Canadian company that supplies them: HWV (...) (25 years ago, 3-Jun-99, to lugnet.robotics.handyboard)
 
  Re: Adding more meemory
 
there is a FAQ answer on this... short answer, not easy. fred In your message you said: (...) (25 years ago, 2-Jun-99, to lugnet.robotics.handyboard)
 
  Re: using IC
 
(...) the code (...) You can then (...) On the same note, there is a list files command that you can use at the command propmpt in IC to indicate which files are loaded. Then unload will remove whatever offending file. best, Duncan (25 years ago, 2-Jun-99, to lugnet.robotics.handyboard)
 
  Adding more meemory
 
I have one quesion is i possible to add another 32k ram chip to the handyboard? can IC acces this chip?, I understand that you use the existing address lines and add an inverter on the CE signal and rout it to another chip. Has anybody done this and (...) (25 years ago, 2-Jun-99, to lugnet.robotics.handyboard)
 
  interrupt driven serial port input queue available for testing.
 
dear colleagues, i've put together a package of files that gives you an interrupt driven serial port queue. it is currently implemented for input. the direct url is: (URL) fun and good luck. jaime montemayor <monte@cs.umd.edu> university of (...) (25 years ago, 2-Jun-99, to lugnet.robotics.handyboard)
 
  Re: using IC
 
Hi Salpi, if you hold down the 'start' button while switching on your Handy Board, the code defined in "main" that is in Handy's memory at that time, will not run. You can then download a new program to your Handy Board and run it. Success, Marc (...) (25 years ago, 2-Jun-99, to lugnet.robotics.handyboard)
 
  using IC
 
I'm using IC to program the Handy Board but I have run into a slight problem. How do I undefine a "main" from the board so that I can define another "main" if I can't remember the name of the window I downloaded that had the wrong "main" on it? (...) (25 years ago, 2-Jun-99, to lugnet.robotics.handyboard)
 
  DINSMORE 1490 COMPASS
 
Hello all, If I may trouble one (or two) of you electronics gurus out there... I have a Dinsmore 1490 compass. It has twelve leads for a total of 4 sensors. I am hoping that I can at least get a rough eight point heading from this thing. I would (...) (25 years ago, 2-Jun-99, to lugnet.robotics.handyboard)
 
  Sharp GP1U58 Hack without modifing my board
 
I have two questions. I hope someone can help. First: Is there a way to use a Sharp GP1U58 hacked to give analog values WITHOUT cutting the trace to the resistor pack on the analog inputs? Perhaps using an OP AMP. Also would removing the resistor (...) (25 years ago, 2-Jun-99, to lugnet.robotics.handyboard)
 
  ICmain
 
I accidentally hit "download window" and it defined a "main" function onto the board. How do I undefine "main" so I can define a new one? I don't remember the name of the window I downloaded. Thanks for your help! Salpi (25 years ago, 2-Jun-99, to lugnet.robotics.handyboard)
 
  Re: Ranging techniques
 
Bob Kelly wrote: 2). The GP2D02 works well too and is very useful in the short range.... Has anyone had any success at converting the output of this sensor to inches or some other linear unit of measure? It would be very helpful if somebody assisted (...) (25 years ago, 1-Jun-99, to lugnet.robotics.handyboard)
 
  RE: Memory & Sound Detection
 
Thank You, i have downloaded the circuit from the URL : www.hooked.net/~jfon...nterface.p df , and i have another question, can the 5 V. pin of the analog input drive this circuit, How much current can draw this pin? Maybe I must take the power (...) (25 years ago, 1-Jun-99, to lugnet.robotics.handyboard)
 
  Re: Using IC with the 6811 Eval board
 
(...) Allow me to be redundant (others on the list are tired of hearing about it I'm sure): Go to www.eskimo.com/~archer, and snag the HC11 patches to the GCC-2.8.1 compiler. In there is a readme that tells how to get it going on a Linux box. It (...) (25 years ago, 1-Jun-99, to lugnet.robotics.handyboard)
 
  RE: Ranging techniques
 
The GP2D02 output is an exponential curve so plugghing the a bunch of samples into a TI calculator and solving for the coefficients gave me the following two equations for two different sensors. G is 255 minus the ouptut reading from the GP2D02. (...) (25 years ago, 1-Jun-99, to lugnet.robotics.handyboard)
 
  Using IC with the 6811 Eval board
 
I've been using Interactive C with the Handy Board and like the convenience of C commands. I am now trying to work with Motorola's HC11EVBU evaluation board (same 6811 chip, different interface). It has a program called BUFFALO which is a (...) (25 years ago, 1-Jun-99, to lugnet.robotics.handyboard)
 
  Ranging techniques
 
Hello everyone... If I may be permitted to ask your input on some of the following... I have implemented a Polaroid sonar module and a GP2D02 IR ranging unit on a R/C servo actuated pan/tilt mechanism. I can put in "scan_long(45.0)" or (...) (25 years ago, 1-Jun-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