cancel
Showing results for 
Search instead for 
Did you mean: 

How to connect WIFI by ESP-01? (STM32H747I-DISCO)

Az.21
Associate III


_legacyfs_online_stmicro_images_0693W00000bk0g7QAA.pngESP-01 is supported on fanout expansion board, how to connect WIFI and send message in local area network? Is there any example?

4 REPLIES 4
AScha.3
Chief II

question is:

what you wanna do then ?

send message should work easy:

https://www.instructables.com/Getting-Started-With-the-ESP8266-ESP-01/

If you feel a post has answered your question, please click "Accept as Solution".

Thanks!! I want to add this in my ai-vision project.

It do image classification task now, and I want to add sending result through WIFI.(PC or mobile phone, only need text can be sent)

I met some problem:

The AT command seems to need ESP01 module connected to PC directly, but I don't have connector. Can I put AT command in my AI vision project and let my stm32 board control the module?

And what's the specific code? I plug it at expansion board CN4.

no PC - just serial connection. read the manual, whats serial connected from H747 to CN4 . should be a usart or uart.


_legacyfs_online_stmicro_images_0693W00000bk0qWQAQ.pngthen send serial commands...thats it.

commands:

https://pridopia.co.uk/opencart/pi-doc/ESP8266ATCommandsSet.pdf

you can look at arduino examples, how to do...if you have no own ideas.

https://wolles-elektronikkiste.de/esp8266-esp-01-modul

If you feel a post has answered your question, please click "Accept as Solution".

has finished this parte finally?