Hi,
I make a project with STA+AP WiFi, HTTP and HTTPS web server.
Everything works fine.
if I configure and enable Bluetooth (BLE gatt_server), Bluetooth works fine but HTTP/HTTPS web server don't works anymore.
I tried with ESP-IDF v2.1 and with ESP-IDF v3.0-rc1 but the result was the same.
Do you have any idea?
Thanks!
[SOLVED] WiFi + WebServer + Bluetooth
[SOLVED] WiFi + WebServer + Bluetooth
Last edited by s.allasia on Thu Jan 25, 2018 10:25 am, edited 1 time in total.
Re: WiFi + WebServer + Bluetooth
There is no issue in this app
https://github.com/nkolban/ESP32_Explorer
It is running http server + STA + eventually BLE which can be triggered from web site (observer, server or both observer and server).
https://github.com/nkolban/ESP32_Explorer
It is running http server + STA + eventually BLE which can be triggered from web site (observer, server or both observer and server).
Re: WiFi + WebServer + Bluetooth
Hi chegewara, what web server is used for this project? I reviewed the code but couldn't spot it.chegewara wrote:There is no issue in this app
https://github.com/nkolban/ESP32_Explorer
It is running http server + STA + eventually BLE which can be triggered from web site (observer, server or both observer and server).
Re: WiFi + WebServer + Bluetooth
Ahh, so there is a bunch of stuff that isn't already found in nghttp2...
Re: WiFi + WebServer + Bluetooth
I solved.
My ESP32 have run out of free heap memory.
See below:
https://esp32.com/viewtopic.php?f=2&t=4329
My ESP32 have run out of free heap memory.
See below:
https://esp32.com/viewtopic.php?f=2&t=4329
Re: [SOLVED] WiFi + WebServer + Bluetooth
Seems you are having tough battle with heap shortage. Try to fiddle with options in menuconfig:
https://esp32.com/viewtopic.php?f=13&t= ... ase#p16243
Also remember that heap tracing is taking some heap, higher logging level is taking more heap.
https://esp32.com/viewtopic.php?f=13&t= ... ase#p16243
Also remember that heap tracing is taking some heap, higher logging level is taking more heap.
Who is online
Users browsing this forum: Baidu [Spider], s.allasia and 66 guests