cancel
Showing results for 
Search instead for 
Did you mean: 

wifi http server stm32h7b3i-dk with wifi module (ISM43340-M4G-L44-10 CF)

Cvega.11
Associate II

I rely mainly on the example of WiFi_HTTP_Server stm32F413H-Discovery but it no longer works, the web page fell, I do not know where I am wrong, if in the response times I have it wrong or I pointed to the wifi module I use stm32cubeide

I implemented the example mentioned for another wifi http server stm32h7b3i-dk with wifi module (ISM43340-M4G-L44-10 CF) board but I just turned off the led and it turned on twice and then I no longer have access to the web server with the ip the page fell

I send you the code wifi http server stm32h7b3i-dk with wifi module (ISM43340-M4G-L44-10 CF) to see if something is wrong is for the wifi module ISM43340-M4G-L44-10CF-C6.2.1.8 Inventek Systems

3 REPLIES 3
STran.2
Associate II

@Cvega.1 I am also looking for a WiFi example code that uses the  stm32h7b3i-dk with wifi module (ISM43340-M4G-L44-10 CF) board. Have you found it and get it working?

STran.2
Associate II

I was working with the ISM43340 WiFi module that has old firmware (ver A19450796) which never made the connection with the out of the box demo. Recently, I received the new ISM43340 WIFI module firmware version A202100873. The WiFi demo made the connection but it seems to be flaky in getting the connection (it takes many manual retries). Nevertheless, it did made the connection so that is good news. Note the old WiFi module firmware was A19450796 never made the connection (even when I tried today).

I am looking for example application code that interfaces to the WiFi module. Previously I worked through some of the STM TouchGFX exercises; it has example to interface with GPIO but I did not see any example code that works with the WiFi module. Is there an example application code talking to WiFi so that we can use it to study the software interface to it? Thank you in advanced.

Regards,

Sy

Hey @STran.2, Actually I have a code I reimplemented it from the Clock and Weather example, Supports both mqtt and http connection, but after the last st update for both firmware and STM32CubeIDE and even the github repo, the code only reads the available WIFI APs but unable to connect and establish the connection