Reliable RS232 Wireless


Closed Thread
Results 1 to 6 of 6
  1. #1

    Default Reliable RS232 Wireless

    Good day

    I know that this type of question has been asked many times before.

    But is there any RELIABLE RS232 wireless communication modules available for under $20?
    Or any RELIABLE communication modules that easily interface with a PIC?

    I have played with wireless comms before, but it is not very reliable.
    I only want to send 1 byte at a 20 meter distance and don't have a problem of sending it 5 times to make sure it has reached the other end.


    Thank you very much!

  2. #2
    timmers's Avatar
    timmers Guest


    Did you find this post helpful? Yes | No

    Default

    Hi,

    To be honest, you gets what you pays.
    Anything under $20 will need software "improvement" to bring it upto the standard of a $100 unit.

    If you have the time and inclination then the $20 route is fine. We send our data at 4800 baud over a 20kb link to ensure it gets there. Beware with serin2 and scratchy wireless, as it will hang the programme if you use the (wait) modifier.

    Good luck.
    Tim.

  3. #3


    Did you find this post helpful? Yes | No

    Default

    Hi Tim

    Thank you for your reply.

    The software is not an issue for me, if I can only get reliable hardware.

    Do you have any suggestions?

    Thank you
    Koossa

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


    Did you find this post helpful? Yes | No

    Default

    The linx modules Bruce has are very good.
    http://www.rentron.com/PicBasic/RemoteControl.htm
    Dave
    Always wear safety glasses while programming.

  5. #5
    Join Date
    Jul 2003
    Location
    USA - Arizona
    Posts
    156


    Did you find this post helpful? Yes | No

    Default

    The modules will have some effect on your performance; but this is only as far as range, rejection to strong interferers, and the like. You have to step up in price quite a bit to get modules which really make a great deal of difference (i.e. pre-selectors, LNAs, XTAL filters, or zero-IF sampling). But modulation characteristics does play some role on performance.
    • AM/ASK modules are always at the lower end of the perfomance spectrum due to their susceptibility to noise.
    • FM/FSK modules are less susceptible noise
    • PM/PSK modules are usually even better
    For most applications which I have seen here the bulk of the improvement comes from the protocol used. The better the protocol the better the performance (i.e. reliability and quality of the link). Some modules have built-in protocols, some not.

  6. #6


    Did you find this post helpful? Yes | No

    Default

    Thank you very much, I will checkout the links mackrackit and languer thank you for the info!

Similar Threads

  1. Reliable wireless data transfer
    By dhouston in forum Code Examples
    Replies: 11
    Last Post: - 20th November 2009, 16:56
  2. UART vs software RS232
    By Michael in forum mel PIC BASIC Pro
    Replies: 27
    Last Post: - 5th September 2008, 18:27
  3. Software RS232 and wireless modules
    By Michael in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 17th August 2008, 05:27
  4. Anyone using a reliable wireless connection?
    By jmgelba in forum Off Topic
    Replies: 4
    Last Post: - 14th December 2007, 21:12
  5. Bluetooth wireless with PIC / HSERIN / DAC
    By rpatel in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 20th December 2004, 22:13

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