Hello all,
Some updates on my tests of the wifi ability of the XIAO ESP32S3. I tried to switch from Arduino (and the library WiFi.h) to ESP-IDF (and the library esp_wifi.h). I don’t know the extend of their difference but I tried anyway.
- Using Windows/Vusal Studio but it never installed
- On a fresh installation of a RPi 3 with the tutorial Standard Toolchain Setup for Linux and macOS - ESP32-S3 - — ESP-IDF Programming Guide latest documentation
On the Pi, the installation of ESP-IDF worked fine. But using the included “getting started” example failed as usual.
So my pain is not over…