Search found 23 matches

by s.allasia
Wed Jan 31, 2018 8:29 am
Forum: General Discussion
Topic: Bluetooth MAC address
Replies: 0
Views: 2815

Bluetooth MAC address

Hi,
Is it possible to change bluetooth MAC address?
by s.allasia
Thu Jan 25, 2018 12:25 pm
Forum: General Discussion
Topic: Task stack size
Replies: 4
Views: 25371

Re: Task stack size

Ok, thanks a lot Gfast2!
I do in your way.
by s.allasia
Thu Jan 25, 2018 10:24 am
Forum: General Discussion
Topic: [SOLVED] WiFi + WebServer + Bluetooth
Replies: 6
Views: 10596

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
by s.allasia
Thu Jan 25, 2018 10:14 am
Forum: General Discussion
Topic: [SOLVED] RAM for mbedTLS
Replies: 3
Views: 10746

Re: RAM for mbedTLS

Great!!!
I reduced RAM size of mbedTLS in "menuconfig" and It's works!
Now I constantly check free heap memory with "heap_caps_get_free_size(MALLOC_CAP_8BIT)"

Thanks a lot Angus!
by s.allasia
Wed Jan 24, 2018 10:42 am
Forum: General Discussion
Topic: [SOLVED] RAM for mbedTLS
Replies: 3
Views: 10746

[SOLVED] RAM for mbedTLS

Hi, I am using "mbedtls_ssl_setup" funtion for setup an https web server but it is throwing an exception: mbedTLS error in mbedtls_ssl_setup(&ssl, &conf): SSL - Memory allocation failed (-32512) at line 4363 Is ESP32 ram finished? If yes what I can do? I found "TLS maximum message content length" in...
by s.allasia
Tue Jan 23, 2018 7:29 am
Forum: General Discussion
Topic: How to use ESP32 as server to send data of a sensor through its bluetuth
Replies: 2
Views: 6333

Re: How to use ESP32 as server to send data of a sensor through its bluetuth

Hi,
I used "esp_ble_gatts_send_indicate" function in "esp_gatts_api.h".
Bye!
by s.allasia
Mon Jan 22, 2018 2:15 pm
Forum: General Discussion
Topic: Task stack size
Replies: 4
Views: 25371

Re: Task stack size

Ok, thanks I tried that you suggested to me.
So do I have to find the value empirically?
by s.allasia
Mon Jan 22, 2018 9:38 am
Forum: General Discussion
Topic: Task stack size
Replies: 4
Views: 25371

Task stack size

Hi,

How I can determine a stack size when I create a task (xTaskCreate)?
Can you tell me what factors need to be consider for calculating a task stack size?

Thanks!
by s.allasia
Fri Jan 19, 2018 10:43 am
Forum: General Discussion
Topic: [SOLVED] WiFi + WebServer + Bluetooth
Replies: 6
Views: 10596

[SOLVED] WiFi + WebServer + Bluetooth

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 ...
by s.allasia
Thu Jan 18, 2018 3:00 pm
Forum: General Discussion
Topic: What would you like to see in The Next Chip?
Replies: 426
Views: 838523

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

Hi!
I'd like:

- Better debugging functionality
- Integrated USB
- Both 2.4GHz and 5GHz WiFi
- RTC with 32.768KHz crystal, all integrated inside
- 868MHz tranceiver

Bye!