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 / *4779 (-20)
  freeware problem
 
hello, i downloaded the freeware version of IC for DOS, and i believe it to have a few problems. these problems were not in another version that i had on disk. the problems are: there are no stop_button(), start_button() functions, only (...) (26 years ago, 23-Nov-98, to lugnet.robotics.handyboard)
 
  Building an IR/ultrasound co-processor... (LONG)
 
Hi, I'm in the process of building a combination IR and ultrasound co-processor for my HandyBoard based robot. It's based on what Chuck McManis did for his Cougar bot. My version will have forward and backward looking IR and include the sampling and (...) (26 years ago, 23-Nov-98, to lugnet.robotics.handyboard)
 
  IC errors in arithmetic operation
 
Thankyou for your kind response to my student Javaid Iqbal on errors in using floating point divide within IC software. The errors have effectively brought our use to a full stop at present because we cannot rely on results nor bypass what has (...) (26 years ago, 23-Nov-98, to lugnet.robotics.handyboard)
 
  Re: Arithmatic operation
 
(...) Yes, you are right. But I think this should be address by the software programmer. joema (26 years ago, 23-Nov-98, to lugnet.robotics.handyboard)
 
  PID Code
 
Hi all! I am using the handyboard as a PID controller. I wrote my own program it didn't perform really well. Is there any resource about PID using HB so I can furnish my program? Thanks a lot!! Keith (26 years ago, 22-Nov-98, to lugnet.robotics.handyboard)
 
  Re: Arithmatic operation
 
if you are not trying to divide numbers of great precision(many significant figures), then you can try multiplying by some order of 10, performing your division, then dividing by that same order of 10. i have used this before, but not for the same (...) (26 years ago, 22-Nov-98, to lugnet.robotics.handyboard)
 
  Re: Arithmatic operation
 
(...) I've asked for help with the floating point bugs in IC before, and nobody seems to care. Unfortunately, I've come to not use IC floating point variables at all, since I can't trust them. It's all very frustrating since none of the IC versions (...) (26 years ago, 21-Nov-98, to lugnet.robotics.handyboard)
 
  Re: Using 30VDC to drive motors
 
Dave As far as connecting the grounds, that just means that the HB and the motors must share a common ground. The H-bridges need to reference the direction and PWM signal to ground and if that ground reference is not the same as the HB's the motors (...) (26 years ago, 21-Nov-98, to lugnet.robotics.handyboard)
 
  RE: New user - printf question/problem
 
I'm still not sure what caused the problem, but a new bootstrap/reinstall of the pcode seems to have fixed the problem. I can now successfully use the printf function. Odd though, that that was the only command that wasn't working correctly. Todd (26 years ago, 21-Nov-98, to lugnet.robotics.handyboard)
 
  unsubscribe
 
(26 years ago, 21-Nov-98, to lugnet.robotics.handyboard)
 
  New user - printf question/problem
 
Okay, this may seem silly, but I've got a very basic question. Just received a new handyboard (assembled, ready to go from Gleason). After charging it up, installing the pcode and booting all works fine. The 'Interactive C' text shows on the screen. (...) (26 years ago, 21-Nov-98, to lugnet.robotics.handyboard)
 
  Using 30VDC to drive motors
 
Hello, I have finished building Matt Harlan's H-Bridge circuit (from the Handyboard FAQ) and I have come across the following instructions: "Make sure the supply ground for the 18200's is connected to the HB ground. You'll get some very strange (...) (26 years ago, 21-Nov-98, to lugnet.robotics.handyboard)
 
  Re: motor port problem
 
(...) to make the connector more physically and electrically stable. (...) of course, only 2 connections are needed to make a ckt. (...) you should figure up to several amps of current flow. (...) it should work fine. good luck. fred (...) (26 years ago, 21-Nov-98, to lugnet.robotics.handyboard)
 
  Re: LEGO: looking for gears
 
(...) Call 1-800-453-4652 for a Lego Shop-At-Home catalog. They have an assortment called #5229 Gears & Differentials for $4.50, that has all but the huge 40-tooth gears. Shipping is free. If you need the 40-tooth gears, you can get four of them (...) (26 years ago, 20-Nov-98, to lugnet.robotics.handyboard)
 
  Re: motor port problem .
 
Philip In a message dated 98-11-19 21:05:04 EST, you write: << hi, I have a big problem. I followed the method of yours that just lift up pin 8 of one L293 and wirewrapped it. The positive supply is wirewrapped to pin 8 . How about the negative (...) (26 years ago, 20-Nov-98, to lugnet.robotics.handyboard)
 
  Re: Sharp IS1U60 availablity
 
Check B. G. Micro 800-276-2206 www.bgmicro.com I would not be too concerned with the actual part number, just look for an Infared sensor or remote control sensor. Also get the pin outs as these may be different. Also have you considered using fewer (...) (26 years ago, 20-Nov-98, to lugnet.robotics.handyboard)
 
  serial communication
 
Hi, Does anyone know the what is the most suitable port settings to use ? The Bits per second, number of data bits and stop bits, parity bit and the flow control type. Thanks for helping... (26 years ago, 20-Nov-98, to lugnet.robotics.handyboard)
 
  Compling *.ICB files
 
Hello, Does anyone have any tips on compling *.ICB files on Windows NT? I have IC 3.2. Using the as11_ic.bat file works with much modifications to the the *.asm files. The web based complier at Newton Labs compiles the code, but loading the ICB file (...) (26 years ago, 20-Nov-98, to lugnet.robotics.handyboard)
 
  arithmatic operation(more)
 
Hi all; I have also reckon that following numbers are also giving 2 in answer if divided by same numbers. 5.1,6.1,7.1,4.6,5.6,....4,1.92.3, 2.8,3.3,3.8,8.2,8.7,...10.2,10.7, thanks javaid iqbal (26 years ago, 20-Nov-98, to lugnet.robotics.handyboard)
 
  Arithmatic operation
 
Hi all, I am dividing 4.1 by 4.1 in following manner and getting answer 2. instead of 1. Dividing 4.2 by 4.2 give 1 result, dividing 4.6 by 4.6 again give 2. Except 4.1 and 4.6 rest all numbers give 1 result. I am using IC 3.2. Any help in this (...) (26 years ago, 20-Nov-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