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 / *7319 (-20)
  Re: Sonar Sensor problems
 
Hi all if anyone has problems using the 6500 series for distances below 35cm by using the binh signal I have a possible solution to the problem. We also expierienced problems using the sensors for distances between 15cm and 40cm. We finally found (...) (25 years ago, 17-Feb-00, to lugnet.robotics.handyboard)
 
  Re: asm compliers
 
Try the Handy Board site at (URL) Livick (...) (25 years ago, 17-Feb-00, to lugnet.robotics.handyboard)
 
  asm compliers
 
hi all which and where do i get a compiler to convert asm files to .icb cheers fazal (25 years ago, 17-Feb-00, to lugnet.robotics.handyboard)
 
  Re: Sonar Sensor problems
 
Did your team solder the proper capacitor into the sonar board in accordance with the instructions on the HB web site? I was just wondering, because others who forgot the capacitor have reported similar problems. Also, you may want to try tweaking (...) (25 years ago, 17-Feb-00, to lugnet.robotics.handyboard)
 
  GP2DO2_I.icb
 
Hi Barry, Having trouble downloading your software to my handyboard. I had it working fine a while back but purchased a new computer and lost the file. What am I doing wrong? I think I'm suppose to load the icb file first then the c file. I renamed (...) (25 years ago, 17-Feb-00, to lugnet.robotics.handyboard)
 
  Long Beach, CA Handyboard users?
 
Are there any HB users in the Long Beach, CA area? I'm interested in getting a group together to build and run small robots in a maze to develop navigation and AI code in IC. We'd meet once a month on whichever saturday doesn't interfere with RSSC (...) (25 years ago, 16-Feb-00, to lugnet.robotics.handyboard)
 
  Re: Slower serial connection
 
(...) Ah! I see the problem. If you really wanted to do it, I'm sure you could scan through the Mac software to find where the baud rate was set, and then change a few bytes. It might take some time to find it though. You could also ask Newton Labs (...) (25 years ago, 16-Feb-00, to lugnet.robotics.handyboard)
 
  Re: Slower serial connection
 
(...) Ah, I tried this, but it breaks the pcode serial connection. IC on the Mac side seems to demand a 9600-baud connection and can't compensate for different rates. I suppose I should move to a different C compiler, but I'd lose the interactivity (...) (25 years ago, 16-Feb-00, to lugnet.robotics.handyboard)
 
  ANN: fire-fighting robot contest at Penn State (3-25)
 
Hi All, On Saturday, March 25, 2000, 3-5pm, Penn State Abington College, Abington, PA (Phila., PA USA region) will host a Fire-Fighting Robot Contest based on the rules of the International Fire-Fighting Robot Contest held annually at Trinity (...) (25 years ago, 16-Feb-00, to lugnet.robotics.handyboard)
 
  Re: Slower serial connection
 
(...) I figured it out either from the Handyboard web pages at MIT or from the big pink book (Motorola HC11 Book). I have had my Handyboard receiving from a GPS and tranmitting to a TNC at 4800 baud. Initially did it with IC, but am now using GCC (...) (25 years ago, 16-Feb-00, to lugnet.robotics.handyboard)
 
  Re: Slower serial connection
 
Does anyone know how to reduce the baud rate used by IC? (I'm running Mac version 3.1.) I'd like to replace the serial cable with an RF link, but keep the interactivity of IC. Incidentally, I've found that the Parallax RF stamps work quite well on (...) (25 years ago, 16-Feb-00, to lugnet.robotics.handyboard)
 
  Re: Slower serial connection
 
Hi everyone! The RF tx/rx units shown on the page were from Ming Microsystems. They were rated for 1200 baud, but I've been able to transmit/receive slower using the Parallax Inc. RF boards, which were rated for 300 baud. For slower serial (...) (25 years ago, 16-Feb-00, to lugnet.robotics.handyboard)
 
  Re: Slower serial connection
 
Try this web page: (URL) . It should have what you want. I have not tried it myself, but I do have the reciever/transmitter pair described on the page. (...) <excerpt><fontfamily...smaller>Is it possible to slow down the speed of the serial (...) (25 years ago, 16-Feb-00, to lugnet.robotics.handyboard)
 
  IR sensor
 
Hi.. does anyone know how to interface GP1u58X or IS1u60 Sharp IR sensor with handboard ?? i've tired to hack the GP1u58X from digital to analog output and plug it into analog input of HB, but the result is not good.. is there any software which can (...) (25 years ago, 16-Feb-00, to lugnet.robotics.handyboard)
 
  Re: serial output
 
My transmitter module can accept upto 1200 baud. can i modify this driver to run at 1200baud. if possible how? i dont really understant assembly code. could you also point me to a book or manual which gives assembler commands. many thanks M Fazal (...) (25 years ago, 16-Feb-00, to lugnet.robotics.handyboard)
 
  Slower serial connection
 
Is it possible to slow down the speed of the serial interface on the Handyboard? I have just gotten hold of a couple of RF transmit/receive pairs, but they are only able to go up to about 1200 baud or so. I don't intend using IC over the link, just (...) (25 years ago, 16-Feb-00, to lugnet.robotics.handyboard)
 
  Re: serial output
 
you're not going to be able to generate accurate bit times using Interactive C -- it'd have to be an assembly language driver. use the 9600 baud output driver located at (URL) your message you said: (...) (25 years ago, 16-Feb-00, to lugnet.robotics.handyboard)
 
  serial output
 
hi i want to send a byte as a series of bit to a transamitter module i am using. the FAQ says i can use the digital 9, or SPI port or TOC3. i can output to these ports. the first problem is getting the delay times between bits. if i use the msleep() (...) (25 years ago, 16-Feb-00, to lugnet.robotics.handyboard)
 
  Lcd displays for the Handyboard.
 
Folks, Now and then I see people searching for LCD displays for the HandyBoards. I just came across some at a local surplus store. I purchased extras, and I'm will part with a few. These are new Vikay 2x16 lcd's, in a sealed bag. How about $5.50ea (...) (25 years ago, 16-Feb-00, to lugnet.robotics.handyboard)
 
  array of char in IC
 
Hi, I am using IC. In my program I have an array of char (char serial_get_buffer[256]) as a global variable. This variable is used in a function. I want that when ever this function is called the array should be initialized to NULL. I tried (...) (25 years ago, 14-Feb-00, 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