Wireless Interfacing Problem.


Closed Thread
Results 1 to 11 of 11

Hybrid View

  1. #1


    Did you find this post helpful? Yes | No

    Default

    Try Lynx RF modules. I use them extensively for prototyping. Output data 115 Kbps, they are data in = data out with no need for balanced data to the modulator. 900 Mhz with 100's of channels using serial programming or 9 channels using external 3 dip switches. I have flown model airplanes using this set at more than 150 yards with no problem in the data link at 9600 bps with 16F and 18F MCU's.

    Nick

  2. #2
    Join Date
    May 2010
    Posts
    19


    Did you find this post helpful? Yes | No

    Default

    Ive decided to use Xbee PRO radios. They are cheap and i dont have to program anything, just have to send data to them using UART and they can transmit. Also, they come with an interface board too, therefore it will be easy for me to interface one the radios to the server (PC) and make it a base radio through which all others will be connected, but at one time only one radio can be connected, so its actually a P2P connection. What say guys??

  3. #3
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,122


    Did you find this post helpful? Yes | No

    Default

    They are not that cheap! Also there are many choices of XBees (according to distance, frequency, RF power and antennas).

    The modules are 3.3Volts so for a 5 volt controller you need a level translator.

    Some configuration is necessry through their (not very well documented) invironment (X-CTU). You need to set up a PAN ID at least, so youdo not interfere wth neighbour networks.

    Other than that I find them very good devices.

    Ioannis

  4. #4
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    I thought you were wanting an ethernat solution..
    For plain wireless go with the Lynx as suggested. Run the MCU at 3.3 and you are good to go.
    Find out more here
    rentron.com
    Dave
    Always wear safety glasses while programming.

  5. #5
    Join Date
    May 2010
    Posts
    19


    Did you find this post helpful? Yes | No

    Default

    But how will i interface Lynx module with the computer, i mean, how will the computer be receiving the data from the wireless radio. Xbee controller comes with an interface board, although it costs a bit more but it comes with a usb connection or RS232 connection and everything. I just have to plug it in and connect the board with the computer.

  6. #6
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    Connect the Lynx data out to the PC serial port just like you would a PIC.
    But I guess the Xbee handles the syncing and stuff internally so it may have an advantage in that respect. Must be something there to make it so much more expensive.
    Dave
    Always wear safety glasses while programming.

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts