Search found 22 matches

by anandvilayil
Fri Nov 23, 2018 10:42 am
Forum: General Discussion
Topic: Guru Meditation Error: Cache disabled but cached memory region accessed
Replies: 17
Views: 34452

Re: Guru Meditation Error: Cache disabled but cached memory region accessed

hi,
i am also getting "Cache disabled but cached memory region accessed" at the time of reading any thing from flash. do any one know why this raised?.

thanks
by anandvilayil
Wed Oct 03, 2018 1:39 pm
Forum: General Discussion
Topic: Simple WebSocket code for ESP32
Replies: 2
Views: 5310

Re: Simple WebSocket code for ESP32

hi everybody

is there anyone have web-socket client code for esp-idf platform.?

thank you.
by anandvilayil
Fri Sep 21, 2018 6:41 am
Forum: General Discussion
Topic: If want to enable WiFi and BLE with partitions two ota, 4MB flash is enough or not?
Replies: 9
Views: 14512

Re: If want to enable WiFi and BLE with partitions two ota, 4MB flash is enough or not?

hi,

i have a doubt that, the ESP32 are able to work in APSTA mode along with BLE.? if you have any link regarding this please share with me
by anandvilayil
Wed Jun 13, 2018 8:55 am
Forum: ESP-IDF
Topic: flash read err, 1000 on ESP32-WROVER
Replies: 12
Views: 42341

Re: flash read err, 1000 on ESP32-WROVER

hii all,

i am also facing this similar problem. exactly what are the reason for esp flash getting corrupted ?.
by anandvilayil
Fri May 04, 2018 1:02 pm
Forum: General Discussion
Topic: What would you like to see in The Next Chip?
Replies: 426
Views: 785280

Re: What would you like to see in The Next Chip?

will it contains longer physical range for bluetooth.?
now using ESP WROVER only providing range up to 2 meters. how can we increase this?

will any one have any clue?
by anandvilayil
Fri May 04, 2018 7:48 am
Forum: General Discussion
Topic: How to configure BLE transmit output power classes
Replies: 3
Views: 9882

why esp32 wroverchip limit bluetooth range around 2 meters?

hii all i am now dealing with esp32 gatt client program. in that my esp32 could not connecting to the gatt server(even it not found in scanning). then i flashed the ibeacon program in the examples to the esp32. later i scanned it from my phone, in range of 1.5 meter it showing in phone scanner. but ...
by anandvilayil
Thu May 03, 2018 5:43 am
Forum: General Discussion
Topic: [SOLVED] BLE and Wifi = out of memory ??
Replies: 17
Views: 29901

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

thanks you for your valuable time,
the problem is solved. its because of over consumption of memory while mallocing @ server creation.
by anandvilayil
Wed May 02, 2018 5:03 am
Forum: General Discussion
Topic: [SOLVED] BLE and Wifi = out of memory ??
Replies: 17
Views: 29901

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

i am using ESP_32 wrover.
by anandvilayil
Tue May 01, 2018 10:00 am
Forum: General Discussion
Topic: [SOLVED] BLE and Wifi = out of memory ??
Replies: 17
Views: 29901

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

sir, problem is occurred due to initializing and enabling bluetooth controller and bluedroid. if i command that lines and running the program, the server runs correctly. why so? some logs are below, D (34402) nvs: nvs_set_blob ap.ssid 36 D (34402) nvs: nvs_set_blob ap.passwd 65 D (34402) nvs: nvs_se...
by anandvilayil
Tue May 01, 2018 9:45 am
Forum: General Discussion
Topic: [SOLVED] BLE and Wifi = out of memory ??
Replies: 17
Views: 29901

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

added libesphttpd in to espidf and working on it