ESP32 module WIFI without tcp/ip protocol
Posted: Tue Jun 04, 2019 5:31 am
Hello,
I am a newbie and I don't know how stupid of my question, but I want to know if I can use ESP wifi module without TCP/IP protocol. I mean I will connect ESP32 to another CPU, may be ARM CPU like STM32f7. I want all of my protocol, webserver, data will be packed at STM CPU.
As we know ESP32 provide alot of tool for ceate a webserver, access point,... and we just connect to it, use some command to use and control it.
Like: CPU --> data -> ESP32(webserver) ->> WIFI =>>>
The packed was completely done at CPU will be send to ESP32, and somehow we can access and open it by browser.
CPU(data, webserver) --> ESP32 ->> WIFI =>>>
Thank you!
I am a newbie and I don't know how stupid of my question, but I want to know if I can use ESP wifi module without TCP/IP protocol. I mean I will connect ESP32 to another CPU, may be ARM CPU like STM32f7. I want all of my protocol, webserver, data will be packed at STM CPU.
As we know ESP32 provide alot of tool for ceate a webserver, access point,... and we just connect to it, use some command to use and control it.
Like: CPU --> data -> ESP32(webserver) ->> WIFI =>>>
The packed was completely done at CPU will be send to ESP32, and somehow we can access and open it by browser.
CPU(data, webserver) --> ESP32 ->> WIFI =>>>
Thank you!