ETH2AP and MQTT connection using TCP/IP at same time
Posted: Wed Jun 30, 2021 5:47 am
Hai,
Module or chip used: ESP32-WROVER-B
IDF version: v4.1
Compiler version: xtensa-esp32-elf-gcc (crosstool-NG esp-2019r2) 8.2.0
Operating System: Windows
I have been testing ethernet bridging using the eth2ap code sample , working with ETHERNET LINK UP and also establishing a AP MODE - able to mobile and other devices with AP MODE.
by defualt in ETH2AP example not initialized any TCP/IP
but same time i am trying to use MQTT also , i had added TCP/IP api [attached the functions below which i have modified]
After adding of TCP /IP - AP MODE connection is not getting IP showing obtaining ip address. not connecting.
MQTT is connecting. is there any way to connect AP mode at same time by enabling TCP/IP stack ?
Module or chip used: ESP32-WROVER-B
IDF version: v4.1
Compiler version: xtensa-esp32-elf-gcc (crosstool-NG esp-2019r2) 8.2.0
Operating System: Windows
I have been testing ethernet bridging using the eth2ap code sample , working with ETHERNET LINK UP and also establishing a AP MODE - able to mobile and other devices with AP MODE.
by defualt in ETH2AP example not initialized any TCP/IP
but same time i am trying to use MQTT also , i had added TCP/IP api [attached the functions below which i have modified]
After adding of TCP /IP - AP MODE connection is not getting IP showing obtaining ip address. not connecting.
MQTT is connecting. is there any way to connect AP mode at same time by enabling TCP/IP stack ?