Problem with automatic assignments of nodeId using MySensors
Troubleshooting
3
Posts
3
Posters
997
Views
1
Watching
-
I've seen the following sentence in MySensors website:
"nodeId - The unique id (1-254) for this sensor. Default is AUTO(255) which means sensor tries to fetch an id from controller".
I'm trying to use AUTO as the second parameter in the method begin() so that I get unique nodeIds for each of my nodes, but I can't do that. Instead, when AUTO is used for this purpose, the nodeId given for each node is set as the last one which was stored in their EEPROM memories. Can anybody help me with any already built-in technique for setting unique nodeIds for the nodes of my network?