Search found 5 matches
- Tue Jul 25, 2017 4:04 pm
- Forum: ESP8266 SDK
- Topic: Esp Mesh SSIDs
- Replies: 4
- Views: 3915
Re: Esp Mesh SSIDs
So to clarify things a bit: 1. The SSID of the node's networks is HIDDEN and not broadcasted. The nodes DON'T show up at all by default. It also seems to be impossible to change this behaviour with the code available from the mesh-SDK since any change done to the access-Point-configuration beforehan...
- Tue Jun 27, 2017 5:17 am
- Forum: ESP8266 SDK
- Topic: Is it possible to connect non-mesh-devices to the mesh?
- Replies: 0
- Views: 2301
Is it possible to connect non-mesh-devices to the mesh?
Hey, greetings from Germany once more, I'll come straight to the point: 1. Is it possible to connect to the mesh network from e.g. a Raspberry Pi or so? I'm using the mesh to communicate MQTT-messages to a broker (my server), but I've got client-instances running on a few RPIs as well and I don't wa...
- Wed May 24, 2017 3:58 am
- Forum: Documentation Request
- Topic: Simple mesh example
- Replies: 4
- Views: 8360
Re: Simple mesh example
Hey Alen, it would be really nice, if you could add some more detail to the explanation of the core-fuctions like espconn_mesh_establish and the different mesh-modes, though. I really appreciate the demo and it's really helpful, but some things won't become clear (please keep in mind, that we users ...
- Fri May 19, 2017 9:22 pm
- Forum: ESP8266 SDK
- Topic: Nodes stuck in (re-)connection-establishment
- Replies: 0
- Views: 2170
Nodes stuck in (re-)connection-establishment
So one more new topic from me today, I have two technical questions (or rather observations): 1. Once a connection is established in LOCAL or ONLINE mode and the router disconnects (e.g. because of a blackout), the mesh-nodes won't re-connect to it even if the WiFi is back up but rather get stuck in...
- Fri May 19, 2017 8:13 pm
- Forum: ESP8266 SDK
- Topic: MESH_SOFTAP
- Replies: 1
- Views: 2487
Re: MESH_SOFTAP
Hey, from what i understood so far, a mesh-node in SOFTAP-mode will always act as a root-node and thus establish a new network instead of joining an already existing one. I'm currently trying to figure out, how to let a node join an existing network without having to connect to a server (just to rel...