Search found 22 matches

by anandvilayil
Tue May 01, 2018 9:27 am
Forum: General Discussion
Topic: [SOLVED] BLE and Wifi = out of memory ??
Replies: 17
Views: 30226

Re: [SOLVED] BLE and Wifi = out of memory ??

thank you for considering me, i am using esp-idf, and the log showing is, I (204825) wifi: set WIFI AP mode D (204825) nvs: nvs_set_blob ap.ssid 36 D (204825) nvs: nvs_set_blob ap.passwd 65 D (204835) nvs: nvs_set ap.authmode 1 0 D (204835) nvs: nvs_set ap.chan 1 1 D (204835) nvs: nvs_set ap.hidden ...
by anandvilayil
Mon Apr 30, 2018 12:39 pm
Forum: General Discussion
Topic: [SOLVED] BLE and Wifi = out of memory ??
Replies: 17
Views: 30226

BLE + http server(enabled APSTA mode) not working

hi, all i am new to this community, i also have a problem. while i tried to run a http server in esp32 (enable APSTA mode) and bluetooth LE also enabled and working as gatt client, there showing an error "no mem" . and after i removed the blutooth part now the esp succesfully host http server. why t...