Nobody here trying to compile a project optimized for performance, using bluetooth ?
I'd like to favor speed, not binary size, using bluetooth..
Thanks
Search found 37 matches
- Fri Oct 18, 2019 8:01 am
- Forum: General Discussion
- Topic: Latest ESP-IDF compilation error
- Replies: 12
- Views: 20084
- Thu Oct 03, 2019 12:46 pm
- Forum: General Discussion
- Topic: ESP-MESH
- Replies: 2
- Views: 4405
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...
- Thu Oct 03, 2019 11:53 am
- Forum: General Discussion
- Topic: Latest ESP-IDF compilation error
- Replies: 12
- Views: 20084
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...
When "Optimize for size" is selected, no error...
- Thu Oct 03, 2019 10:12 am
- Forum: General Discussion
- Topic: Latest ESP-IDF compilation error
- Replies: 12
- Views: 20084
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...
- Thu Oct 03, 2019 7:35 am
- Forum: General Discussion
- Topic: Latest ESP-IDF compilation error
- Replies: 12
- Views: 20084
Latest ESP-IDF compilation error
Dear all, I just updated esp-idf and now I'm facing a compilation error :
Thanks
Any workaround for the above issue ?esp-idf/components/bt/controller/bt.c:963:15: error: 'mem_start' may be used uninitialized in this function [-Werror=maybe-uninitialized]
Thanks
- Tue Sep 03, 2019 8:20 am
- Forum: General Discussion
- Topic: HTTPS,handshake error.
- Replies: 2
- Views: 7542
Re: HTTPS,handshake error.
Hi
I'm facing a similar issue.
I was wondering if you found a solution to this ?
Thanks
Jerome
I'm facing a similar issue.
I was wondering if you found a solution to this ?
Thanks
Jerome
- Mon Sep 02, 2019 10:23 am
- Forum: ESP-IDF
- Topic: W (338406) wifi: mem fail : ESP32-WROVER-B
- Replies: 7
- Views: 10226
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
I'm facing a similar issue, WIFI memory allocation always fails.
I was wondering how did you solve your issue ?
Thanks
Jerome
- Wed Aug 28, 2019 10:57 am
- Forum: General Discussion
- Topic: menuconfig no longer works since last esp-idf update ?
- Replies: 2
- Views: 4698
Re: menuconfig no longer works since last esp-idf update ?
Fantastic, the workaround works fine.
Thanks !
Thanks !
- Wed Aug 28, 2019 10:47 am
- Forum: General Discussion
- Topic: menuconfig no longer works since last esp-idf update ?
- Replies: 2
- Views: 4698
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...
- Wed Aug 07, 2019 10:12 am
- Forum: General Discussion
- Topic: Setting Ota data to boot from Ota_0
- Replies: 1
- Views: 4369
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...