Page 1 of 1

mesh duty cycle device and network

Posted: Wed Jun 15, 2022 2:58 pm
by Die_32_
Hi all,

can I set only the mesh duty cycle of the device to 100% and the demanded duty cycle

Code: Select all

#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 duty cycle ?

Code: Select all

//this will be commented esp_mesh_set_network_duty_cycle(CONFIG_MESH_PS_NWK_DUTY,CONFIG_MESH_PS_NWK_DUTY_DURATION, MESH_PS_NETWORK_DUTY_APPLIED_ENTIRE);
or are they both required ?

Re: mesh duty cycle device and network

Posted: Thu Jun 16, 2022 8:07 am
by Die_32_
Any hints? Did not find in the documentation