I’am trying to port the Semtech SX126x Stack without Arduino environment on the RAK4631 as I’am porting an existing projet that do not come with Arduino framework.
Where can I found the RAK4630 nrf52840 <-> SX1276 SPI/DIO pins mapping ?
I can’t find any document about the RAK4630 (except the FCC ID User manual, but no schematics).
Is it the same as the RAK4600 mapping (even if it use the nrf52832) ?
In the file board.cpp I can read : #define PIN_LORA_RESET 38 // LORA RESET
and in your first post : GPIO39 is connected to the RESET of the SX1262
which one is correct ?
I can also read : #define PIN_LORA_SCLK 43 // LORA SPI CLK
and in your first post : GPIO32 SCLK
which one is correct ?
But I understand that GPIO39 is defined but not used. Does it mean that DIO2 switch TX and RX antenna ?