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 / *6944 (-5)
  Re: Video Transmitters
 
NetMarket (www.netmarket.com) carries a transmit/receive pair made by Recoton. It's intended to transmit audio/video around the house. Ours includes a gizmo to extend your remote control capabilities, and it cost about $120. Just the (...) (25 years ago, 14-Nov-99, to lugnet.robotics.handyboard)
 
  Re: mixing variable types in IC
 
[Ben Davis] spake unto the ether: (...) Hmm, I think you want c = ((float)(x))/((float)(y)); Otherwise, the division will be done first as integers, giving an integer quotient, which you're then turning into a float. *Rich* (25 years ago, 14-Nov-99, to lugnet.robotics.handyboard)
 
  mixing variable types in IC
 
Hi John- You can convert quantities from one data type to another (it's called "casting", I believe). The following computes the quantity x/y, then converts it to a float: ---...--- int x, y; float c; float divide ( int x, int y) { c = (float) (...) (25 years ago, 14-Nov-99, to lugnet.robotics.handyboard)
 
  mixing variable types in IC
 
Now that I got past my nested function problem I have discovered that IC does not like mixing variable types. For instance, this results in an error: int x, y; float c; float divide ( int x, int y) { c = (x/y); return c; } IC will not let me (...) (25 years ago, 14-Nov-99, to lugnet.robotics.handyboard)
 
  Re: Video Transmitters
 
[glashan] spake unto the ether: (...) JDR Microdevices ((URL) sells a $25 short-range VHF TV transmitter kit. It's all analog, so there is some drift with warmup and it needs a very stable power supply, but otherwise it works great. The observer (...) (25 years ago, 14-Nov-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