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 ...
Search found 58 matches
- Thu Jun 15, 2023 3:45 pm
- Forum: ESP-IDF
- Topic: esp-idf dual mesh-id
- Replies: 0
- Views: 1100
- Fri Feb 24, 2023 8:56 am
- Forum: ESP-IDF
- Topic: esp-idf + Matter
- Replies: 2
- Views: 1882
Re: esp-idf + Matter
Anyone? is my question clear?
- Tue Feb 21, 2023 3:31 pm
- Forum: ESP-IDF
- Topic: esp-idf + Matter
- Replies: 2
- Views: 1882
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 ...
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 ...
- Tue Jun 21, 2022 10:27 am
- Forum: ESP-IDF
- Topic: default compiling rules sdkconfig
- Replies: 3
- Views: 2895
Re: default compiling rules sdkconfig
Any hints?
- Fri Jun 17, 2022 2:13 pm
- Forum: ESP-IDF
- Topic: default compiling rules sdkconfig
- Replies: 3
- Views: 2895
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 ...
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 ...
- Fri Jun 17, 2022 9:45 am
- Forum: ESP-IDF
- Topic: default compiling rules sdkconfig
- Replies: 3
- Views: 2895
default compiling rules sdkconfig
Hi,
I want that these to check are always selected on the sdkconfig in which file to I have to add them ?
the sdkconfig.default or the Kconfig.projbuild?
I want that these to check are always selected on the sdkconfig in which file to I have to add them ?
the sdkconfig.default or the Kconfig.projbuild?
- Thu Jun 16, 2022 8:07 am
- Forum: ESP-IDF
- Topic: mesh duty cycle device and network
- Replies: 1
- Views: 1810
Re: mesh duty cycle device and network
Any hints? Did not find in the documentation
- Wed Jun 15, 2022 2:58 pm
- Forum: ESP-IDF
- Topic: mesh duty cycle device and network
- Replies: 1
- Views: 1810
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 ...
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 ...
- Tue May 31, 2022 6:55 am
- Forum: ESP-IDF
- Topic: mesh broadcast example
- Replies: 2
- Views: 2330
Re: mesh broadcast example
Anyone ?
- Tue May 24, 2022 8:18 am
- Forum: ESP-IDF
- Topic: mesh broadcast example
- Replies: 2
- Views: 2330
Re: mesh broadcast example
any suggestions ?