I am currently working with the Arduino Portenta H7 and trying to establish a connection with AWS (Amazon Web Services). I attempted to use the WiFiClientSecure library, but it is specifically designed for the ESP32 and does not directly work with the ARM architecture of the Portenta H7.
Has anyone successfully established a secure connection between the Arduino Portenta H7 and AWS? Is there a library compatible with the Arduino Portenta H7 for this purpose?
Any help or suggestions would be greatly appreciated!