Search found 3 matches
- Fri Dec 16, 2016 9:00 pm
- Forum: ESP8266 SDK
- Topic: Simple non-os Esp Mesh error
- Replies: 1
- Views: 2733
Simple non-os Esp Mesh error
Hi, I am getting the following error when i try to compile. ERROR: ====== build/app_app.a(user_main.o):(.text+0x8): undefined reference to `espconn_mesh_get_router' build/app_app.a(user_main.o):(.text+0xc): undefined reference to `espconn_mesh_set_router' user_main.c =========== #include "mem.h...
- Sat Oct 15, 2016 10:03 pm
- Forum: General Q&A
- Topic: ESP8266 Mesh Network
- Replies: 6
- Views: 14852
ESP8266 Mesh Network
Hi,
I want to know if it is possible to create a mesh network with multiple esp8266 modules(esp-01). If so , is there any guide/example to get started with the mesh networking using esp8266.
Reagrds.
I want to know if it is possible to create a mesh network with multiple esp8266 modules(esp-01). If so , is there any guide/example to get started with the mesh networking using esp8266.
Reagrds.
- Tue Sep 13, 2016 2:29 am
- Forum: General Q&A
- Topic: callback function not executed.
- Replies: 0
- Views: 3121
callback function not executed.
Hi, I have 2 esp-01 modules. One of which run the STATIONAP mode and acts as tcp server for the other esp module running on STATION mode. Data transfer is working properly but the callback functions are not being executed properly. CODE: void ICACHE_FLASH_ATTR tcp_connect_sap_cb(void *arg){ struct e...