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 / *5569 (-10)
  RE: Linx technologies RF modem
 
Dave, I'm looking seriously at the Linx HP eval kit. Please let me know how yours works out, and any tips on installation to the handy board would be greatly appreciated. Also, what if I wanted to put HP RX/TX on two robots plus host computer, I (...) (26 years ago, 20-Feb-99, to lugnet.robotics.handyboard)
 
  Unsubscribe!
 
Please unsubscribe me from this mailing list. Thank You! (26 years ago, 20-Feb-99, to lugnet.robotics.handyboard)
 
  Re: msleep function in ICC11?
 
You can't use the one in the library I wrote? (its available on the iccll web site) Basically msleep spin locks on the timer waiting for systicks to increment the appropriate number of milliseconds. If you aren't using my code you can do the same (...) (26 years ago, 20-Feb-99, to lugnet.robotics.handyboard)
 
  msleep function in ICC11?
 
I have a HB w/exp brd and a PortMaster (a stock board with a 68HC11E1, 68HC24 port expansion and 32k ram). I'm programming the HB with IC3.2 and the PortMaster with ICC11v5. I am hung up trying write a funtion similar to the HandyBoard 'msleep' (...) (26 years ago, 20-Feb-99, to lugnet.robotics.handyboard)
 
  RE: Linx technologies RF modem
 
I managed to speak with one of Linx's applications engineers- He said that a couple of the guys over there are using the Linx modules to communicate with HC11's, so interfacing the kit with the handyboard shouldn't be much of a problem. He said I (...) (26 years ago, 19-Feb-99, to lugnet.robotics.handyboard)
 
  Re: Type conversion.
 
(...) Hi, what you want to do is called type casting,ie. you must explicitly specify the type. I've included some sample code that uses it. Because the beeper function expects a float but the knob function returns an integer, you have to modify the (...) (26 years ago, 19-Feb-99, to lugnet.robotics.handyboard)
 
  Re: Type conversion.
 
FEDERICO SANTELLO wrote: <snip> (...) Federico - - Try doing it this way: (it's called a "cast") int temp; float dtemp; temp = 5; dtemp = (float)temp*3.5; printf("dtemp=%f\n",dtemp); Enjoy, - - - Nick - - - (26 years ago, 19-Feb-99, to lugnet.robotics.handyboard)
 
  Re: color sensors
 
I believe that you will find that most photo transistors are sensitive to a very narrow range of frequencies, mostly in the IR range. OTOH a photo resistor is sensitive to a much wider range of frequencies and may be usable with a (colour) filter. (...) (26 years ago, 19-Feb-99, to lugnet.robotics.handyboard)
 
  Type conversion.
 
Hi to all. I'm not very practice with IC. My answere are , how can i convert a integer number to a floating point number? I want to make a moltiplication between an intger number and a floating. I make this: int temp; float dtemp; dtemp=temp*3.5; (...) (26 years ago, 19-Feb-99, to lugnet.robotics.handyboard)
 
  Polaroid Sensors
 
I just finished wiring up the HB for dual sonar sensors... A couple of problems... The first and most important is the fact that the values returned look to be completely random and often flipping between positive and negative values... Could this (...) (26 years ago, 19-Feb-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