I’ve got my first program to run - MQTT client.
First I upgraded as per url https://wiki.seeedstudio.com/Wio-Terminal-Network-Overview/
Working with the example from
and the fantastic PlatformIO, https://platformio.org/
with the latest platform Atmel Sam 4.40 that supports Wio Terminal
I added the following in platformio.ini
[env:seeed_wio_terminal]
lib_deps=
https://github.com/Seeed-Studio/Seeed_Arduino_atWiFi
https://github.com/Seeed-Studio/Seeed_Arduino_FreeRTOS
https://github.com/Seeed-Studio/Seeed_Arduino_atUnified
https://github.com/Seeed-Studio/esp-at-lib
https://github.com/Seeed-Studio/Seeed_Arduino_mbedtls
https://github.com/Seeed-Studio/Seeed_Arduino_atWiFiClientSecure
https://github.com/Seeed-Studio/Seeed_Arduino_LCD
https://github.com/knolleary/pubsubclient
and its worked, transmiting on the wifi.