RAK3172 Internal Schematic

@mintenj

you can check this breakout board I made here

Then associated definition I made for mbed-os but shows pinout

and the radio driver done accordingly here to control the pin

    // Radio specific controls (TX/RX duplexer switch control)
    mbed::DigitalOut _rf_switch_ctrl1(PB_8);
    mbed::DigitalOut _rf_switch_ctrl2(PC_13);

Confirmed to work I had some trouble to connect at the beginning because at 1st start I left TXCO feature enabled.

2 Likes