This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Having problem in connecting 2.4Ghz module with controller.

Hey I am using RKI-1197 2.4Ghz module with AT89c51 controller and i am connecting tx pin of controller with direct tx pin of module and rx pin of reciever module to direct rx pin of controller and still i am not getting desired o\p at reciever end which i am sending at transmitting end .
Do i need any special coding for compatibility of 2.4Ghz module with controller or any special hardwere for configuration?
Please reply ASAP , and Thanx in Advance.

  • Did you follow the usage steps in the very short and clear documentation?

    The user manual have 9 clear steps on how to use the module. Did you read them?

    What about this step (usage step 4): "Send serial data to the RXD line of the first module at the correct baud rate based on the baud rate jumpers."

    Doesn't that imply that you should connect the transmit pin of your processor to the RXD line of the module?

    Or what about this step (step 6): "Receive the output of the link serially from the TXD line on the other module at the baud rate selected based on the baud jumpers."

    Doesn't that imply that you should connect the receive pin of your processor to the TXD line of the module?

  • Hey i have connected my MCU as you have mentioned and i have also read the rules or document for connecting it but it isn't working with 9600 baud rate same on both side.

  • Hey i have connected my MCU as you have mentioned

    no, you have not

    i am connecting tx pin of controller with direct tx pin of module and rx pin of reciever module to direct rx pin of controller

    Erik

    PS if the last post refer to you changing the connections, you, probably, have blown a Tx pin by the Tx to Tx connection.

  • Dear i have connected as per datasheet that TX pin of controller to the RX of module and vice-versa , though i am not getting the desired output and i have checked the modules individually by on CRO .
    I think i have read somewhere that it requires kind of "MANCHESTER CODING" for better result but still i don't know about that term perfectly.
    So could you suggest me about that or else can you send me "MANCHESTER CODING" for my understanding and for better knowing of that term...?

  • RF modules are not all the same by any means - You need to study the documentation for the particular module that you are actually using.

    If it states that Manchester (or any other) encoding is required - then that is what you must do!

    "i don't know about that term perfectly"

    It is a very long-established and widely-used technique - google it!

    NB: if your module does require Manchester coding, then it does not make sense to be connecting it direct to a UART!!