Skip to main content
Az.21
Associate II
May 13, 2023
Question

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

  • May 13, 2023
  • 1 reply
  • 5483 views


_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?

This topic has been closed for replies.

1 reply

AScha.3
Super User
May 13, 2023

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""."
Az.21
Az.21Author
Associate II
May 13, 2023

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.

AScha.3
Super User
May 13, 2023

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""."