Chat freely about anything...

User avatar
By CipiCips
#46985 Hello,

I have manage to compile this file https://github.com/espressif/ESP8266_MESH_DEMO and I have program ESP8266 with the corresponding files.

If someone can help me now at least to guide me:

1. I have run server from DEMO
2. I have changed in user_config.h information about router SSID, PASS and server IP
3. I've compile it and program it to ESP8266
4. When I turn it ON, I see msg on the pyton server

Code: Select allmesh server works
<__main__.MeshHandler instance at 0x0231AB48>


5. Also I am seeing some giberish on Serial monitor

My question are:
1. How can I see this demo works ?
2. Do I have to program nodes with the same code as root node if do where ?
3. My node is connected to PIC microcontroller can I set USART in node to send received information from server via USART to microcontroller ?

Thx
Ivan