Does esp-32 support OTA with TCP/IP protocol?
Posted: Mon Mar 11, 2024 2:11 am
Does esp-32 support OTA with TCP/IP protocol?
I have overviewed all OAT examples in espressif.com,they are all based on HTTP or HTTPS
I want to OTA firmware with phones,the bin file in the phone,esp32(at WIFI STA mode) connect phone's hotspot
(of course, there maybe need an smartphone App, I can handle it)
HTTP is not allowed in our company,and HTTPS need SSL/CA certificate,but the phone's ip is various
So I think the only way is to use TCP/IP, is there any other solutions? or any example with TCP/IP?
Thank you!
I have overviewed all OAT examples in espressif.com,they are all based on HTTP or HTTPS
I want to OTA firmware with phones,the bin file in the phone,esp32(at WIFI STA mode) connect phone's hotspot
(of course, there maybe need an smartphone App, I can handle it)
HTTP is not allowed in our company,and HTTPS need SSL/CA certificate,but the phone's ip is various
So I think the only way is to use TCP/IP, is there any other solutions? or any example with TCP/IP?
Thank you!