Hi,
We try to port our software also on the RAK3172. Our software use RadioLib (RadioLib: RadioLib Documentation).
I have some problem configuring the RAK3172.
About the rfswitch_table , I set it like this :
static const uint32_t rfswitch_pins[] = {PB8, PC13, RADIOLIB_NC, RADIOLIB_NC, RADIOLIB_NC};|
static const Module::RfSwitchMode_t rfswitch_table[] = {
- {STM32WLx::MODE_IDLE, {LOW, LOW}},*
- {STM32WLx::MODE_RX, {HIGH, LOW}},*
- {STM32WLx::MODE_TX_HP, {LOW, HIGH}},*
- END_OF_MODE_TABLE,*
};|
Is it correct ?
About the radio.setTCXO( );
How can it be configured ? I notice that there is 3 different configurations (without TCXO, +/- 2.5ppm and +/-0.5ppm ). Is there a specific setting for each ?
Many thanks for your help
Greg