Search found 58 matches

by Die_32_
Thu Jun 15, 2023 3:45 pm
Forum: ESP-IDF
Topic: esp-idf dual mesh-id
Replies: 0
Views: 500

esp-idf dual mesh-id

Hi all is it possible to have 2 mesh-id running ? https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/network/esp-wifi-mesh.html#configuring-an-esp-wifi-mesh-network i.e. I have 10 devices in a mesh with id = 1; is it possible to create a double connection with 2 mesh-id or is ...
by Die_32_
Fri Feb 24, 2023 8:56 am
Forum: ESP-IDF
Topic: esp-idf + Matter
Replies: 2
Views: 1149

Re: esp-idf + Matter

Anyone? is my question clear?
by Die_32_
Tue Feb 21, 2023 3:31 pm
Forum: ESP-IDF
Topic: esp-idf + Matter
Replies: 2
Views: 1149

esp-idf + Matter

Hi all, we have ESP32 working with esp-idf and mesh via WiFi (non BLE); usually we have > 100 devices connected in a mesh; Still reading the docs; is it possible to add Matter on TOP on this solutions ? So WiFi + esp-idf mesh + Matter ? Or is it something like this: esp-idf mesh or Matter protocol ?
by Die_32_
Tue Jun 21, 2022 10:27 am
Forum: ESP-IDF
Topic: default compiling rules sdkconfig
Replies: 3
Views: 1890

Re: default compiling rules sdkconfig

Any hints?
by Die_32_
Fri Jun 17, 2022 2:13 pm
Forum: ESP-IDF
Topic: default compiling rules sdkconfig
Replies: 3
Views: 1890

Re: default compiling rules sdkconfig

In my project I have sdkconfig.defaults sdk.png and the sdkconfig, which if I double click open the menu; If I add to the sdkconfig.defaults the 2: CONFIG_ESP32_COMPATIBLE_PRE_V2_1_BOOTLOADERS=y CONFIG_ESP32_COMPATIBLE_PRE_V3_1_BOOTLOADERS=y they do not appears cheched on the sdkconfig file... :| Wh...
by Die_32_
Fri Jun 17, 2022 9:45 am
Forum: ESP-IDF
Topic: default compiling rules sdkconfig
Replies: 3
Views: 1890

default compiling rules sdkconfig

Hi,

I want that these to check are always selected on the sdkconfig
esp32_boot.png
esp32_boot.png (106.91 KiB) Viewed 1890 times
in which file to I have to add them ?
the sdkconfig.default or the Kconfig.projbuild?
by Die_32_
Thu Jun 16, 2022 8:07 am
Forum: ESP-IDF
Topic: mesh duty cycle device and network
Replies: 1
Views: 1172

Re: mesh duty cycle device and network

Any hints? Did not find in the documentation
by Die_32_
Wed Jun 15, 2022 2:58 pm
Forum: ESP-IDF
Topic: mesh duty cycle device and network
Replies: 1
Views: 1172

mesh duty cycle device and network

Hi all, can I set only the mesh duty cycle of the device to 100% and the demanded duty cycle #define CONFIG_MESH_PS_DEV_DUTY 100 #define MESH_PS_DEVICE_DUTY_DEMAND (0x04) esp_result = esp_mesh_set_active_duty_cycle(CONFIG_MESH_PS_DEV_DUTY, MESH_PS_DEVICE_DUTY_DEMAND ); without setting the network du...
by Die_32_
Tue May 31, 2022 6:55 am
Forum: ESP-IDF
Topic: mesh broadcast example
Replies: 2
Views: 1541

Re: mesh broadcast example

Anyone ?
by Die_32_
Tue May 24, 2022 8:18 am
Forum: ESP-IDF
Topic: mesh broadcast example
Replies: 2
Views: 1541

Re: mesh broadcast example

any suggestions ?