Search found 3 matches

by st90115
Sat Dec 21, 2019 8:46 am
Forum: General Discussion
Topic: esp32 AT command transfer file , filename issue
Replies: 0
Views: 2015

esp32 AT command transfer file , filename issue

i know that I can use AT+CIPSEND to send data. I want to transfer the file in the SD card that is controlled by the MCU. The ESP32 is only the wifi module. And the PC is the webserver or FTP. I wants MCU searching the file to be send by itself. but it doesn't define the file name that will be transf...
by st90115
Sat Dec 21, 2019 8:12 am
Forum: General Discussion
Topic: esp32 arduino write LED code and AT command at the same time issue
Replies: 0
Views: 1991

esp32 arduino write LED code and AT command at the same time issue

I use arduino writing a LED example to the esp32.
and i just wants to use the AT command that is controlling by the STM32.
Is that made any effect? or might I erase the LED example?
by st90115
Thu Dec 19, 2019 4:54 pm
Forum: ESP-AT 中文讨论版
Topic: stm32控制esp32-wroom-32上传档案问题
Replies: 1
Views: 13014

stm32控制esp32-wroom-32上传档案问题

我想问有机会从stm32控制esp32-wroom-32上传stm32控制的sd卡内的档案,经过wifi上传到虚拟伺服器吗?
目前看到的是stm32经过rxd0,txd0控制esp32.esp32已经写入最新factory_WROOM-32.bin.
如果可行有大概的流程或是需要引入的函数库吗?
目前网路上找不太到类似的流程。