You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ESP8266 and the ESP32 have a "unique" MAC address. It consists of six byte in HEX format.
With the ESP8266 the mesh id is created taking the RIGHT six characters of the twelve of the MAC address.
With the ESP32 the mesh id is created from the LEFT most eight characters of the twelve of the MAC address.
Assuming that the left byte is the most significant byte of the MAC address the possibility that in a mesh nodes have the same mesh id is with the ESP32 much higher than with the ESP8266.
And I do have ESP32 nodes with the same id.
Please apply the same algorithm to create the mesh id for the ESP32 as for the ESP8266 module.
The text was updated successfully, but these errors were encountered:
The ESP8266 and the ESP32 have a "unique" MAC address. It consists of six byte in HEX format.
With the ESP8266 the mesh id is created taking the RIGHT six characters of the twelve of the MAC address.
With the ESP32 the mesh id is created from the LEFT most eight characters of the twelve of the MAC address.
Assuming that the left byte is the most significant byte of the MAC address the possibility that in a mesh nodes have the same mesh id is with the ESP32 much higher than with the ESP8266.
And I do have ESP32 nodes with the same id.
Please apply the same algorithm to create the mesh id for the ESP32 as for the ESP8266 module.
The text was updated successfully, but these errors were encountered: