Gooday, Has anyone had success with the Xiao ESP32S3 and the SX1262 Sensor LoRaWAN example. I followed the wiki and also viewed the YT video using the RadioLib AU915 SB 2 in the arduino IDE. Loads fine, but looks like it can’t initialise the radio and therefore can’t join the TTN. Output below. Tried two SX1262 brand new modules with the same outcome. Is there something I’m missing here? I suspect it’s the definition of the SX1626 pin definitions which are in the wiki example as follows.“SX1262 radio = new Module(41, 39, 42, 40);” I can’t relate them to anything, what are these numbers meant to be. Xiao GPIO numbers?
Initialise the radio
Initialise radio failed - ERR_CHIP_NOT_FOUND (-2)
Join (‘login’) the LoRaWAN Network
Join failed - See TypeDef.h (-1106)
Join failed - See TypeDef.h (-1106) etc etc
Cheers Dave