|
This application shows how to use the ES_WiFi module to perform a HTTP requests using STM32 Cube HAL. The Es_Wifi module and a Web browser are used to create a simple web server.
 - The mobile phone is configured as a WiFi access point to which the Es_wifi will connect.
- The mobile phone is running a HTTP server.
- After
joining the WiFi access point on the mobile phone, and after opining a
browser and navigating to es-wifi shield's IP address, the
stm32F413H-Discovery board will be to answer HTTP request with es-wifi
shield.
- The HTTP server contains a HTML page to control LED located in the discovery and to show temperature sensor value.
|