Serial Data for PIC16LF84A


Results 1 to 14 of 14

Threaded View

  1. #6
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by oneohthree View Post
    I am only transmitting 4 bits from the transmitter to the receiver. Would manchester encoding be necessary, because from what I read it's not needed.
    Then you didn't read enough of the posts.
    Generally speaking, you can't send straight serial data into the transmitter and get that same straight serial data out of the receiver.
    As all of those posts said, you have to sync up the receiver by sending sync bytes.
    Since you are only sending 4 bits, you encode them at the transmitter end (giving you 8 bits total), and decode that byte at the receiver end (getting back your 4 bits from 8).
    But again, as I've stated elsewhere, you're dropping all the way into your project without taking little steps first.
    Hook up a couple of LEDs to the RX PIC and get those to flash on command from the TX PIC, anything to prove that you can write the code needed to do the job.
    Then work your way up to sending functional data across the RF link to do the job you need.

    As to whether or not manchester encoding would be needed?
    Maybe not, but your data will be a whole heck of lot more reliable (up to the point of being almost completely unreliable if you didn't encode it) at the receiver end if you implented some sort of coding.

    come to think of it, do a search on 'data slicer', will probably give you a bit more info.
    Last edited by skimask; - 27th March 2007 at 05:12. Reason: added reference

Similar Threads

  1. Using Nokia LCD
    By BobP in forum mel PIC BASIC Pro
    Replies: 300
    Last Post: - 3rd May 2018, 04:47
  2. Nokia 3310 display text
    By chai98a in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 26th August 2007, 03:39
  3. Big characters on HD44780 4x20
    By erpalma in forum mel PIC BASIC Pro
    Replies: 23
    Last Post: - 7th January 2007, 02:21
  4. LCD + bar graph
    By DynamoBen in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 5th October 2005, 14:50
  5. Sinus calculating !
    By Don Mario in forum mel PIC BASIC Pro
    Replies: 29
    Last Post: - 28th November 2004, 23:56

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