How to connect WIFI by ESP-01? (STM32H747I-DISCO)
ESP-01 is supported on fanout expansion board, how to connect WIFI and send message in local area network? Is there any example?
ESP-01 is supported on fanout expansion board, how to connect WIFI and send message in local area network? Is there any example?
Hello,Does ST plan to support Matter over WIFI? Is there any EVK which is available to test Matter over WIFI. If yes, please provide us the details of EVK as well as source code.Best Regards,Pavan
Hello, sorry if this question is in the wrong topic, first post on the STM community.So i'm working with a solution for updating the firmware on a STM32 M7 microcontroller (NUCLEO-F756ZG). I found a project on Github (ESP32-Musings/OTA_update_STM32_u...
I first use the default RootCA1, device certificate and private key to configure, but it show the error:"WARN: setRTCTimeDateFromNetwork L#84 Could not find hostname ipaddr www.gan";Then I follow the readme, and use the"Amazon1_Usertrust_Baltimore.cr...
Hi everyone,I'm quite new to the STM hardware and embedded programming in general. My goal is to connect the B-U585I-IOT02A to a WPA-2 Enterprise WIFI (it needs to be that standard).I found the examples in the git repository about connecting to WIFI ...
Sorry, I am new STM32 MCU I want to bring up WIFI function with SDIO to connect Internet, but I cannot find any SDIO API in H7 like stm32f4xx_sdio.c.The link is where I can find the answer I want, but it only supports H747. Does ST directly support...
Hello everyone,I am using B-L475E-IOT01A's wifi to send data to a server using UDP protocol. I am not using anything other than the wifi right now and my main loop looks like this:while(1) { if(wifiReady==1 && wifiState==2) { wifiReady=0; ...
Hi,I would like to create a new CubeIDE project with a IOC file (from scratch) for B-L475E-IOT01A2 that enables WiFi. I know that there are working examples (for example WiFi_HTTP_Server that works fine) but these projects do not have IOC files. I ha...