RF Interferance


Closed Thread
Results 1 to 8 of 8

Thread: RF Interferance

Hybrid View

  1. #1
    Join Date
    Mar 2003
    Location
    Commerce Michigan USA
    Posts
    1,166


    Did you find this post helpful? Yes | No

    Default

    Toley00, What do you mean "catch information from another source "? Does the receiver have a squelch control? If not then the data slicer is probably picking up noise when there is no transmission. What protocol are you using? are you looking for a "sync byte or period"? are you trying to connect the receiver directly to an RS232 port?

    Dave Purola,
    N8NTA

  2. #2
    Join Date
    Jun 2005
    Posts
    29


    Did you find this post helpful? Yes | No

    Default

    Hi Dave, I think I was in the wrong track. Effectively what I received seems to be only noise and not "another source" (I probably watch to much X-Files when I was young ).

    My receiver's output is connected to a PIC who show the results on a LCD.

    Now I'm working on a protocol and it's not as simple as I first think. For a first test, I try to send only 3 bytes of data but I expect to be able to send more. I convert them to Manchester but now I have to send 3 words. I send before 2 times $AA I read here that it's necessary for the receiver to adjust is AGC.

    My problem is that I use the SEROUT2 command to send data but it has to be 8 bits wide and I'm unable to seperate word array into lowbyte and highbyte. I receive an error message.

    SEROUT2 DATPIN,16780,[$AA,$AA,MAN[0].LOWBYTE]

    ERROR Line 47: This style array syntax not supported, (rf675tx02.bas)

    Do I have to use independant word variable for each manchester encoded byte or is there another way ? Is the SEROUT2 method is not appropriate for this kind of comminucation ?

    I've put a lot of time in this project and really want this to work so any help will be very appreciate thank you.

  3. #3
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Toley00 View Post
    Hi Dave, I think I was in the wrong track. Effectively what I received seems to be only noise and not "another source" (I probably watch to much X-Files when I was young ).

    My receiver's output is connected to a PIC who show the results on a LCD.

    Now I'm working on a protocol and it's not as simple as I first think. For a first test, I try to send only 3 bytes of data but I expect to be able to send more. I convert them to Manchester but now I have to send 3 words. I send before 2 times $AA I read here that it's necessary for the receiver to adjust is AGC.

    My problem is that I use the SEROUT2 command to send data but it has to be 8 bits wide and I'm unable to seperate word array into lowbyte and highbyte. I receive an error message.

    SEROUT2 DATPIN,16780,[$AA,$AA,MAN[0].LOWBYTE]

    ERROR Line 47: This style array syntax not supported, (rf675tx02.bas)

    Do I have to use independant word variable for each manchester encoded byte or is there another way ? Is the SEROUT2 method is not appropriate for this kind of comminucation ?

    I've put a lot of time in this project and really want this to work so any help will be very appreciate thank you.

    See Section 7.6 of the PBP manual. All questions will be answered there pertaining to your errors.

  4. #4
    Join Date
    Jun 2005
    Posts
    29


    Did you find this post helpful? Yes | No

    Default

    I may be wrong but I believe that PIC12F675 has a 14 bits core even if it's a 12F series.

  5. #5
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Toley00 View Post
    I may be wrong but I believe that PIC12F675 has a 14 bits core even if it's a 12F series.
    rf12F675 = 12 bit
    12F675 = 14 bit
    don't ask me why...you'd figure they'd give them different designations or something...

Similar Threads

  1. Generic RF Receiver
    By dhouston in forum Code Examples
    Replies: 0
    Last Post: - 8th September 2009, 14:35
  2. Interfacing 16F88 to RF module
    By scomi85 in forum General
    Replies: 2
    Last Post: - 19th February 2009, 12:52
  3. Rf module
    By tangray in forum Adverts
    Replies: 0
    Last Post: - 7th August 2006, 07:14
  4. Generating RF from a PIC
    By Rob Martin in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 26th January 2006, 20:26
  5. Interfacting RF Module
    By rastan in forum General
    Replies: 8
    Last Post: - 10th November 2004, 22:27

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