Using PIC12F675 for rf Transmission


Closed Thread
Results 1 to 3 of 3
  1. #1
    jblackann's Avatar
    jblackann Guest

    Default Using PIC12F675 for rf Transmission

    Hello, I have some experience with PBP but I do not know all of the commands. I was curious as to whether I can use HSERIN1/2, HSEROUT1/2, SERIN1/2, SEROUT1/2 for input and output for transmission for RF. I would like to use PWM. I was wondering how I would go about transmitting a value one bit of a time out serially. Any suggestions or advice I would find very helpful. Thanks.

  2. #2
    Join Date
    Dec 2003
    Location
    Wichita KS
    Posts
    511


    Did you find this post helpful? Yes | No

    Default

    Hello Jblackann,

    j>>I would go about transmitting a value one bit of a time out serially. Any suggestions or advice I would find very helpful. Thanks.<<

    I have posted a example in the FAQ area. Take a look at "Serial communication" if you have any more questions, or if I misunderstood your question, please ask.

    Dwayne
    Ability to Fly:
    Hurling yourself towards the ground, and missing.

    Engineers that Contribute to flying:
    Both optimists and pessimists contribute to the society. The optimist invents the aeroplane, the pessimist the parachute

    Pilots that are Flying:
    Those who know their limitations, and respect the green side of the grass...

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


    Did you find this post helpful? Yes | No

    Default

    Well, for RF transmission it is necessary to use some kind of encoding, like manchester. That way data slicer on the receiver end will never reach either end of supply but sit in the middle of it.

    What you do is always send two bits for each bit of information, like 1 transmits as 10 and 0 as 01. Always 50% of duty cycle is maintained.

    If you have more questions, try to search the picbasic forum on melabs site or e-mail me.

    Ioannis

Similar Threads

  1. PIC12F675 problem with port 5
    By NL2TTL in forum mel PIC BASIC
    Replies: 2
    Last Post: - 5th June 2009, 01:23
  2. Replies: 1
    Last Post: - 19th February 2009, 13:35
  3. SERIN with a PIC12F675
    By ewandeur in forum Serial
    Replies: 4
    Last Post: - 30th July 2007, 15:04
  4. PIC12F675 trouble
    By russman613 in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 27th February 2006, 18:40
  5. Erratic PIC12F675 behavior
    By russman613 in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 27th February 2006, 14:46

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