[Solved] mesh example internal_transceiver fails to work
Posted: Fri May 18, 2018 4:46 am
Hi,
I am trying to get the internal_transceiver sample code working in the esp-idf example directory.
* I have 2 esp32's flashed with the same firmware.
* I have updated the menuconfig and set the SSID and router password to my router
when I run the software I get the following on my serial monitor
I (308) mesh_main: <MESH_EVENT_STARTED>
I (308) mesh_main: mesh starts successfully, heap:193264, root not fixed
I (668) mesh: [SCAN][ch:1]AP:1, otherID:0, idle:1, mAP:0, root:0, top mAP:0[Layer:0/0.ing]
I (688) mesh: [FAIL][1]root:0, fail:1, normal:0
I (1048) mesh: [SCAN][ch:1]AP:1, otherID:0, idle:1, mAP:0, root:0, top mAP:0[Layer:0/0.ing]
I (1048) mesh: [FAIL][2]root:0, fail:2, normal:0
and it just keeps on printing the same.
Am I missing something?
I am trying to get the internal_transceiver sample code working in the esp-idf example directory.
* I have 2 esp32's flashed with the same firmware.
* I have updated the menuconfig and set the SSID and router password to my router
when I run the software I get the following on my serial monitor
I (308) mesh_main: <MESH_EVENT_STARTED>
I (308) mesh_main: mesh starts successfully, heap:193264, root not fixed
I (668) mesh: [SCAN][ch:1]AP:1, otherID:0, idle:1, mAP:0, root:0, top mAP:0[Layer:0/0.ing]
I (688) mesh: [FAIL][1]root:0, fail:1, normal:0
I (1048) mesh: [SCAN][ch:1]AP:1, otherID:0, idle:1, mAP:0, root:0, top mAP:0[Layer:0/0.ing]
I (1048) mesh: [FAIL][2]root:0, fail:2, normal:0
and it just keeps on printing the same.
Am I missing something?