espressif / esp-now

A connectionless Wi-Fi communication protocol
Apache License 2.0
528 stars 93 forks source link

Problem with wireless_debug #23

Closed oliverrr97 closed 1 year ago

oliverrr97 commented 2 years ago

please how do i connect two esp32 devices in this example? how to insert the added pairing code there? is it necessary to insert the added code into both devices? how do you set menucofig? from that tutorial it's not clear to me how to pair two devices.

LJYSP commented 2 years ago

You may not need to connect the two esp32 devices. One device runs the debug example, the other runs this example, and this example can monitor the debug example device. Please refer to examples/wireless_debug/README.md. What is the added pairing code?

oliverrr97 commented 2 years ago

I ran wireless_debug on one device and debug on the other device ... wireless_debug created a hotspot that I connected to on a mobile. there is no device on this page .. it can be clearly seen from the listings on the consoles that the devices are connected to each other because wireless_debug prints a debug listing. Screenshot_2022-04-06-21-03-12-322_com android chrome

oliverrr97 commented 2 years ago

image there is a wireless debug device on the left side and a debug device on the right ... the list at the bottom of the left page is displayed after pressing the button to refresh the list on the mobile ... but no device will appear in the list on the mobile

lhespress commented 1 year ago

@oliverrr97 Do you try it on master branch and have any update about this?

lhespress commented 1 year ago

@oliverrr97 Closing this issue since there has been no update on this. Please feel free to reopen if required.