Problem on using NCS with ANT+ with FEM

Anyone has experience with NCS with ANT+ with FEM? I have a project on nRF5340, NCS 2.4.1, with BLE and ANT+ working... Later on we need to add a FEM to the board, this is a single pin control FEM (Tx enable / by-pass), after adding and make necessary configuration, it seems that the BLE is working without problem, (Tx pin switching according), but the ANT+ didn't (It keep on by-pass state forever). Do the ANT+ library support FEM? 

FYI, my hci_rpmsg.overlay is:

/ {
    nrf_radio_fem: norab12_fem {
        compatible = "skyworks,sky66112-11", "generic-fem-two-ctrl-pins";
        ctx-gpios = <&gpio0 2 GPIO_ACTIVE_HIGH>;
        tx-gain-db = <0>;
        rx-gain-db = <0>;
        ctx-settle-time-us = <1>;
        crx-settle-time-us = <1>;
    };
};
Parents Reply Children
Related