Search found 3 matches

by Yanminge
Fri Jul 27, 2018 8:00 am
Forum: ESP-MDF
Topic: General suggestions for ESP mesh functionality
Replies: 3
Views: 9612

Re: General suggestions for ESP mesh functionality

Do you have an expected release plan?
Now I am dealing with this,

Set a parent node that does not exist.

void wifi_mesh_set_root_parent(void)
{
wifi_config_t parent =
{
.sta =
{
.ssid = CONFIG_MESH_ROUTER_SSID,
.password = CONFIG_MESH_ROUTER_PASSWD,
.channel = CONFIG_MESH_CHANNEL ...
by Yanminge
Thu Jul 12, 2018 1:55 am
Forum: ESP-MDF
Topic: General suggestions for ESP mesh functionality
Replies: 3
Views: 9612

General suggestions for ESP mesh functionality

When using espressif‘s esp mesh, although it has a function of esp_mesh_fix_root but it still can't be used away from the router. Because in the function esp_mesh_set_parent , the parent configuration, the ssid and the channel of the parent are mandatory. Therefore, in the case of leaving the router ...

Go to advanced search