Pic + RF Module or RFPIC


Closed Thread
Results 1 to 13 of 13

Hybrid View

  1. #1


    Did you find this post helpful? Yes | No

    Default

    Dave, thank you very much for your reply!!

    What I want is a cheap and reliable way to transmit data.
    According to the microchip link (http://www.microchip.com/wwwproducts...cName=en010384) the rfPIC12F675K cost USD2.40

    I actually want the most cost effective way to Transmit RF data over about 15meters.
    I did play around with RF in the past and I struggled so much that I just never touch it again, so I want a solution that would not take me months to get working.

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


    Did you find this post helpful? Yes | No

    Default

    That seems cheap, but the you need the receiver also. rfRXD0420/0920 $2.89 from MicroChip. LQFP package If you are doing a production run they would be great.

    But if it is a one or two thing....

    The cheapest/ease of use I know of is these
    http://www.rentron.com/remote_control/TWS-434.htm
    http://www.rentron.com/remote_control/RWS-434.htm
    All the need is an antenna and a PIC.
    I tested some and had no trouble at a half mile line of sight.

    Just my opinion.
    Dave
    Always wear safety glasses while programming.

  3. #3


    Did you find this post helpful? Yes | No

    Default

    Dave, thank you!

    My problem is, that my customers will have for example 10-500 transmitters and 1 receiver and I want to go in production with it, so $1 would make a huge difference

    I just want to transmit a 15 digit ID, one at a time.
    Do you think I would easily get the Microchip rfPIC12F675K running?

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


    Did you find this post helpful? Yes | No

    Default

    I see. Many units...

    I have not used the parts individually. Helped with a dev board setup. Seems pretty straight forward.

    Here is a sample code from Bruce
    http://www.picbasic.co.uk/forum/show...4830#post44830

    Sending the data should be easy enough. You will need a checksum or some other error checking.
    The basic code could be
    Code:
    SEROUT2 PORTC.6, 16780, [ STR DATAOUT\16, $d, $a]
    Dave
    Always wear safety glasses while programming.

  5. #5


    Did you find this post helpful? Yes | No

    Default

    Thank you very much Dave!!

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


    Did you find this post helpful? Yes | No

    Default

    One last thing if you have not seen it yet.
    The basic hardware for the receiver side of Microchip's rf stuff.
    http://ww1.microchip.com/downloads/e...tes/tb070a.pdf
    Dave
    Always wear safety glasses while programming.

  7. #7
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,116


    Did you find this post helpful? Yes | No

    Default

    If you insist on using an rfPIC thats fine. But for the receiver, since it is one piece, why not use the module proposed?

    As David said is plug and play.

    Note that you can use Serial commands for transmiting the ID but you have to use some NRZ enoding. Like Bi-phase or Manchester. It has to do with he receiver itself.

    Ioannis

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