RF Transmitter/Reciver


Closed Thread
Results 1 to 40 of 76

Hybrid View

  1. #1
    Join Date
    Jan 2008
    Location
    Sweden
    Posts
    187


    Did you find this post helpful? Yes | No

    Default

    I give upp now..... Inverted mode does not work but True mode work just fine whit SERIN, i think it has someting to do whit noise in the air becous when i hold my hand over the antenna of the reciver it works a better but not good.

    My solution will be to pull down PDN line when i donīt want to transmitt and pull it high when i want to transmitt or just drive the hole modul from an +5v high PIN on the PIC that is active when i want to transmitt and then pull it low.

    Transmitter supply current is 5.2 mA so a pin from the 16F628A that have 20mA is enought.

    Then i can use True mode whitout have an RF carrier when i donīt send.

  2. #2
    Join Date
    Jan 2008
    Location
    Sweden
    Posts
    187


    Did you find this post helpful? Yes | No

    Default

    The maximun output power for the transmitter is 14DBm or 25.11mW
    Is that correct?

    http://www.linxtechnologies.com/Docu...Data_Guide.pdf

  3. #3
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Fredrick View Post
    My solution will be to pull down PDN line when i donīt want to transmitt and pull it high when i want to transmitt or just drive the hole modul from an +5v high PIN on the PIC that is active when i want to transmitt and then pull it low.

    Transmitter supply current is 5.2 mA so a pin from the 16F628A that have 20mA is enought.

    Then i can use True mode whitout have an RF carrier when i donīt send.
    Quote Originally Posted by Fredrick View Post
    The maximun output power for the transmitter is 14DBm or 25.11mW
    Is that correct?

    http://www.linxtechnologies.com/Docu...Data_Guide.pdf
    The datasheet that you just posted...page 2, lower left corner, ABSOLUTE MAXIMUM RATINGS...might have something to do with something...

  4. #4
    Join Date
    Jan 2008
    Location
    Sweden
    Posts
    187


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by skimask View Post
    The datasheet that you just posted...page 2, lower left corner, ABSOLUTE MAXIMUM RATINGS...might have something to do with something...
    There is an voltage regulator circut on the parrallax bord allowing it to be driven and controlled from a 5V source, so iīm not extend the maximum.

  5. #5
    Join Date
    Aug 2006
    Location
    Look, behind you.
    Posts
    2,818


    Did you find this post helpful? Yes | No

    Default

    Hi Fredrick,
    Ha, Skimask was thinking the same thing I was, overdriving the transmitter chip, but I guess that is not it, so . . . I would make sure the transmitter is away from the power supply a bit, and make sure to tie the grounds together all in the same place, it will help if you can tie to an earth ground. One question, are you still using serin and serout? I ask only because HERSERIN and HERSEROUT will only work in TRUE mode and not INVERTED.
    HTH
    JS
    If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
    .
    Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
    .
    There simply is no "Happy Spam" If you do it you will disappear from this forum.

  6. #6
    Join Date
    Oct 2004
    Location
    Italy
    Posts
    695


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Fredrick View Post
    The maximun output power for the transmitter is 14DBm or 25.11mW
    Is that correct?
    No.

    From ELECTRICAL SPECIFICATIONS/TRANSMITTER SECTION/Output Power:

    At 2.1V the power is - 4dBm = 0.398 mW
    At 3.0V the power is 0dBm = 1 mW
    At 3.6V the power is 4dBm = 2.511 mW

    Do not modify the hardware you got from Parallax.
    1 mW or 2.5 mW do not make any difference.

  7. #7
    Join Date
    Jan 2008
    Location
    Sweden
    Posts
    187


    Did you find this post helpful? Yes | No

    Default

    but 1mW and 25mW makes diffrents...
    Connect the LADJ to vcc will give +10DB and itīs allowd in sweden.

    By the way i have get my code to work now whit inverted mode, idonīt know exaktly what makes it work but i think it have something whit the sync to.

    there maybe som other solution to it but this works.

    FOR I = 1 TO 3
    SEROUT TransmitterPIN,N2400,[$55,$55,$55,63519,Counter,Check]
    NEXT I

    and yes i sending the code whitout pauses three times i think this helps the transmitter to syncronise.


    The Level Adjust (LADJ) line allows the transmitter’s output power to be easily
    adjusted for range control, lower power consumption, or to meet legal
    requirements. This is done by placing a resistor between VCC and LADJ. The
    value of the resistor determines the output power level. When LADJ is connected
    to VCC, the output power and current consumption will be at its maximum. Figure
    4 on Page 3 shows a graph of the output power vs. LADJ resistance.
    This line is very useful during FCC testing to compensate for antenna gain or
    other product-specific issues that may cause the output power to exceed legal
    limits. A variable resistor can be temporarily used so that the test lab can
    precisely adjust the output power to the maximum level allowed by law. The
    variable resistor’s value can be noted and a fixed resistor substituted for final
    testing. Even in designs where attenuation is not anticipated, it is a good idea to
    place a resistor pad connected to LADJ and VCC so that it can be used if needed.
    For more sophisticated designs, LADJ can be also controlled by a DAC or digital
    potentiometer to allow precise and digitally variable output power control.
    Output Power Control Range -80 – +10 dB
    Last edited by Fredrick; - 18th February 2008 at 12:41.

  8. #8
    Join Date
    Oct 2004
    Location
    Italy
    Posts
    695


    Did you find this post helpful? Yes | No

    Default

    From Figure 4:

    Diagram Output Power vs. LADJ Resistance:
    When LADJ Resistance = 0 then the output power is 9 dBm (7.943mW).

    In theory you can get 10mW but then when you read:

    The LR Series transmitter is designed to generate 1mW of output power into a
    50-ohm single-ended antenna while suppressing harmonics and spurious emissions
    to within legal limits
    .


    * * *

    In unidirectional links, a good designed transmission protocol will make the difference.
    Use redundant data for the purpose of error correction.

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


    Did you find this post helpful? Yes | No

    Default

    And I will add again.
    A good antenna is a must!
    Dave
    Always wear safety glasses while programming.

  10. #10
    Join Date
    Jan 2008
    Location
    Sweden
    Posts
    187


    Did you find this post helpful? Yes | No

    Default

    Yes... Now i have get the program to work very well whit inverted mode, tested it at 100 meters and there no errors or missing numbers.

    But then we come to the next problem, I have searched the forum and I find out that iīm not alone whit this problem, but the solution for it doesīt work for me.

    I canīt get the SERIN timeout to work, and yes the input is switching between high and low when the transmitter is off. i have tryed whit an 1K, 3K, 4.7K, 10K resistor between GND and the input pin but when the timeout works the recive module does not and when the reciver work the timeout does not.

    So what else can i do? is there an software solution for this or must i use an hardware solution?

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. Help with CC1100 RF Modules.
    By charudatt in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 27th November 2006, 20:58
  4. RF designs
    By Travin77 in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 14th June 2006, 07:50
  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