This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

When to TX and when to RX

I am evaluating a front end module by skyworks 66111 output power is ~14dBm. The FEM requires that logic dictate when to transmit and when to receive. When CRX, pin 17, is low and CTX, pin 19 is high, the device is transmitting. In the opposite configuration the device is receiving. The only other configuration allowable is when both are zero or the device is sleeping. I would like to get a test set up as easily as possible to see accurate bidirectional communication, but could start with unidirectional if necessary. I could use some guidance with creating firmware for the two pins connected from the nRF52832 toggling the state of the FEM in accordance with the nRF52832 radio needing to receive or transmit and the state of the soft stack.

Thank you for your consideration of my problem.

Cy Drollinger

Electronic Realization 

Parents
  • pca10084_schematic_and_pcb.pdf

    Please  look at the S140 Softdevice specification.  Page 54, section 11.6 Power Amplifier and Low Noise Amplifier control

    configuration (PA/LNA)  You can also look in the  Soft device reference manual.

    Soft devcie  S140 does support it.  I cannot see any example in the  SDK to exercise the control lines.

     I have attached a  hardware design that was a project between Nordic and Skyworks on a SKY66112 FEM and the nRF52840.  

    If you have any further questions please let us know.

    Regards,

    Jay Tyzzer

  • Yes, the hardware aspect of the FEM is in place, thank you! I am in need of some firmware guidance. I did look over the suggestions that have been offered, thank you! The SD is not what I would call well documented, but I do see that my request is quit feasible and that it is already in place, but how do I implement it. 

    I scanned the SDK14.0 for LNA/PA pins and see that there is a structure within the ble.h file and has a typedef struct ble_pa_lna_cfg_t and that it can be configured for active high and low if defined it is enabled and that the gpio pin to be used is 6. 

    I have both a CRX and CTX which would require two separate pins. I did not look through the examples to find any that utilize a FEM, but Jay seems to say there is none.  

    I will continue to dig through the documents to find more clues!

Reply
  • Yes, the hardware aspect of the FEM is in place, thank you! I am in need of some firmware guidance. I did look over the suggestions that have been offered, thank you! The SD is not what I would call well documented, but I do see that my request is quit feasible and that it is already in place, but how do I implement it. 

    I scanned the SDK14.0 for LNA/PA pins and see that there is a structure within the ble.h file and has a typedef struct ble_pa_lna_cfg_t and that it can be configured for active high and low if defined it is enabled and that the gpio pin to be used is 6. 

    I have both a CRX and CTX which would require two separate pins. I did not look through the examples to find any that utilize a FEM, but Jay seems to say there is none.  

    I will continue to dig through the documents to find more clues!

Children
No Data
Related