2019-03-02 01:23 AM
Hello ST Community,
The STM32F746G-DISCO board has ethernet connectivity and just one webserver example provided for it. I used that example and modified it to control an LED on our local server. My intended application requires remote access (not just LAN) so I would like to connect my board to the cloud (AWS,AZURE etc) for an iot application.
Unfortunately so far I have not been able to locate any document or example for iot connection for the mentioned board. A similar board, STM32F769i-Discovery, has an example that connects it to AWS cloud services, so is it possible to modify that example to suit my board? Is ST planning to provide an example or documentation that may help in using the impressive feature of ethernet on this board?
Any help or suggestion will really be appreciated
Many Regards
Salman
2019-03-02 02:06 AM
Maybe with HAL portability across targets and cellular/wifi cloud connectivity based on LwIP could bring you half way:
https://www.st.com/en/evaluation-tools/b-l475e-iot01a.html
Various X-CUBE to dig from.