Will the Wireless Stick Lite V3 work with LoRa.h?

I’ve got a sketch that I’ve built around the LoRa.h library and I was wondering if it will work with the Wireless Stick Lite V3? If so what are the pin declarations that you are using? I can’t find much info on the pinouts other than the GPIO’s listed on the website (they don’t seem to include the pins for LoRa or SPI). I’m a somewhat newbie so sorry if this is a dumb question/comment. Thanks!

The short answer is “No, it won’t”. You need to use a library that supports the SX1262 LoRa node chip in the V3 modules. If you search these forums for combinations of the terms “Wireless Stick LoRa V3” you’ll find lots of threads discussing the various differences between the V3 and previous boards—the LoRa node chip is just one of them.

Thanks Pete, it looks like I’ll be redoing my sketch. I’ll do some searching around but is there a preferred library that is know to work well with abundant functionality?

Looks like RadioLib.h is going to be a good bet.

1 Like