1. Firstly, you need to porting UART driver between MCU and ESP8266.
When you receive packet from mesh, you use the API espconn_mesh_get_usr_data to get data in mesh packet, and then use UART to send the data to MCU.
2. Please pay attention to line 355-356 in mesh_demo.c
The first two lines of function user_init is the code.
Statistics: Posted by Guest — Fri May 27, 2016 11:28 am
1. Firstly, you need to porting UART driver between MCU and ESP8266.
When you receive packet from mesh, you use the API espconn_mesh_get_usr_data to get data in mesh packet, and then use UART to send the data to MCU.
2. Please pay attention to line 355-356 in mesh_demo.c
The first two lines of function user_init is the code.
Statistics: Posted by CipiCips — Thu May 26, 2016 1:53 am
Statistics: Posted by Guest — Wed May 25, 2016 1:10 pm
Statistics: Posted by Guest — Wed May 25, 2016 1:07 pm