XTR-434 transceiver


Results 1 to 17 of 17

Threaded View

  1. #7
    Join Date
    Dec 2005
    Posts
    1,073


    Did you find this post helpful? Yes | No

    Default

    Page 3 of the manual says...
    • Bit ON/Bit OFF relation: the Data Slicer is optimized for a 50:50 duty cycle. It will continue to operate,
      even with bigger distortion and less tolerance to interferences, till a 30:70 or 70:30 duty-cycle.
      Therefore there is no possibility to directly transmit an RS232 sequence if no action is done to balance the 1
      and 0 bits ratio, as the duty-cycle could reach up to 90% preventing the proper performance of receiver. It
      will continue to operate, even with bigger distortion and less tolerance to interferences, till a 30:70 or 70:30
      duty cycle.
    • XTR-434
      While modulation is applied to TX, conditioning input pin [pin 14] with a logic signal, it is reccomended not
      to exceed 200 μs continuous time with no transition from ON to OFF or OFF to ON. This not to downgrade
      the RX sensitivity. It is requested that modultation is carried on with techniques that allow a low duty-cycle,
      such as Manchester coding, 8 to 12 bit coding or other available technique. If no bit balancing technique is
      used, if it is requested to work with RS232 protocol, a minimum speed of 57.600 bps is required to assure
      maximum performance, transmitting, for example, one byte followed by the complementary byte (byte
      balancing).
    The Data Slicer is a comparator with a capacitor on one input. The data goes to both inputs but the capacitor charges to an average of the data. When the data is higher than the average level, the output is high and when the data is lower than the average level, the output is low. The higher baud rate allows less time for the capacitor to discharge which may explain why it appears to work at higher rates but you should not count on this being reliable unless you use byte balancing and rates of 57.600 bps or higher.

    Follow the manufacturer's recommendation and use manchester coding (or byte balancing) or find another transceiver. You can find thousands of web pages that describe manchester coding and a search of the forums will turn up Melanie's example code.

    Byte balancing means you send each byte twice - once normally but followed immediately by its bitwise complement (i.e. each 1 becomes 0 and vice versa). The sequence is Byte1 ~Byte1 Byte2 ~Byte2...ByteN ~ByteN. On the receiving end, each pair must sum to $FF. If not, there was an error in transmission or reception.

    You can see some oscilloscope screenshots showing the effects of the data slicer here...
    Last edited by dhouston; - 28th June 2008 at 11:22.

Similar Threads

  1. Transceiver ER900TRS Easy Radio
    By Pesticida in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 17th August 2008, 11:25
  2. RF Transceiver modules help
    By davewanna in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 16th May 2008, 14:54
  3. Tws 434/ Rws 434
    By jmbanales21485 in forum Serial
    Replies: 10
    Last Post: - 29th July 2007, 06:04
  4. 2.4Ghz Transceiver Module (TRW-24G)
    By ngeronikolos in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 28th June 2006, 15:16
  5. Aurel XTR 434 transceiver
    By Eng4444 in forum Schematics
    Replies: 0
    Last Post: - 7th May 2006, 22:07

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