Atmel WLR089 Xplained Pro support

Has anyone got a configuration for this module that works? keen to avoid Atmel tools if possible as PLatform io in vs code is so much easier!

SAM R34/R35 seems the module on this.

I found GitHub - Wiz-IO/platform-sam-lora: Microchip Atmel SAM34/35 platform for PlatformIO

but this does to show up in the “New Project” supported board list.

thanks,

Since it’s an external platform, you need to install it first. For example, in the CLI, simply

pio pkg install -g -p "https://github.com/Wiz-IO/platform-sam-lora.git"

The GUI path is also documented.

thanks! you make it so easy I forgot read the docs!