2023-05-13 05:51 AM - edited 2023-11-20 05:33 AM
ESP-01 is supported on fanout expansion board, how to connect WIFI and send message in local area network? Is there any example?
2023-05-13 09:06 AM
question is:
what you wanna do then ?
send message should work easy:
https://www.instructables.com/Getting-Started-With-the-ESP8266-ESP-01/
2023-05-13 09:23 AM
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.
2023-05-13 10:00 AM - edited 2023-11-20 05:33 AM
no PC - just serial connection. read the manual, whats serial connected from H747 to CN4 . should be a usart or uart.
then 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
2023-07-04 05:09 AM
has finished this parte finally?