Search found 37 matches

by jerome
Fri Oct 18, 2019 8:01 am
Forum: General Discussion
Topic: Latest ESP-IDF compilation error
Replies: 12
Views: 17380

Re: Latest ESP-IDF compilation error

Nobody here trying to compile a project optimized for performance, using bluetooth ?

I'd like to favor speed, not binary size, using bluetooth..
Thanks
by jerome
Thu Oct 03, 2019 12:46 pm
Forum: General Discussion
Topic: ESP-MESH
Replies: 2
Views: 3728

Re: ESP-MESH

Hi We use BLE mesh to setup and communicate with multiple hardware from a single smartphone app. Smartphone app is the provisionner then (once all nodes are provisioned), it becomes the client to send or receive custom messages from the different nodes. We do not use SIG models such as on/off but on...
by jerome
Thu Oct 03, 2019 11:53 am
Forum: General Discussion
Topic: Latest ESP-IDF compilation error
Replies: 12
Views: 17380

Re: Latest ESP-IDF compilation error

Ok, the compilation error occurs only when compiling with option "Optimize for speed".
When "Optimize for size" is selected, no error...
by jerome
Thu Oct 03, 2019 10:12 am
Forum: General Discussion
Topic: Latest ESP-IDF compilation error
Replies: 12
Views: 17380

Re: Latest ESP-IDF compilation error

I solved the above issue by initializing men_start = 0; Now new issues appear : 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Werror=stringop-truncation] line 133, external location: /esp-idf/components/bt/esp_ble_mesh/api/core/esp_ble_mesh_pro...
by jerome
Thu Oct 03, 2019 7:35 am
Forum: General Discussion
Topic: Latest ESP-IDF compilation error
Replies: 12
Views: 17380

Latest ESP-IDF compilation error

Dear all, I just updated esp-idf and now I'm facing a compilation error :
esp-idf/components/bt/controller/bt.c:963:15: error: 'mem_start' may be used uninitialized in this function [-Werror=maybe-uninitialized]
Any workaround for the above issue ?
Thanks
by jerome
Tue Sep 03, 2019 8:20 am
Forum: General Discussion
Topic: HTTPS,handshake error.
Replies: 2
Views: 6772

Re: HTTPS,handshake error.

Hi
I'm facing a similar issue.
I was wondering if you found a solution to this ?
Thanks
Jerome
by jerome
Mon Sep 02, 2019 10:23 am
Forum: ESP-IDF
Topic: W (338406) wifi: mem fail : ESP32-WROVER-B
Replies: 7
Views: 8700

Re: W (338406) wifi: mem fail : ESP32-WROVER-B

Hi
I'm facing a similar issue, WIFI memory allocation always fails.
I was wondering how did you solve your issue ?
Thanks
Jerome
by jerome
Wed Aug 28, 2019 10:57 am
Forum: General Discussion
Topic: menuconfig no longer works since last esp-idf update ?
Replies: 2
Views: 3966

Re: menuconfig no longer works since last esp-idf update ?

Fantastic, the workaround works fine.
Thanks !
by jerome
Wed Aug 28, 2019 10:47 am
Forum: General Discussion
Topic: menuconfig no longer works since last esp-idf update ?
Replies: 2
Views: 3966

menuconfig no longer works since last esp-idf update ?

Hi I just updated esp-idf master repository and I can no longer access menuconfig of my project. > make menuconfig Toolchain path: /esp32Dev/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc Toolchain version: esp32-2019r1 Compiler version: 8.2.0 Python requirements from /esp32Dev/esp-idf/requirements.txt a...
by jerome
Wed Aug 07, 2019 10:12 am
Forum: General Discussion
Topic: Setting Ota data to boot from Ota_0
Replies: 1
Views: 3731

Setting Ota data to boot from Ota_0

Dear all, I'm thinking about setting the default Ota_data to boot from Ota_0 partition rather than booting from factory. My partitions are defined as follow : nvs, data, nvs, 0x9000, 0x4000, otadata, data, ota, 0xd000, 0x2000 phy_init, data, phy, 0xf000, 0x1000, app, app, ota_0, 0x10000, 0x370000, b...