espressif / esp-now

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

How do I send an ESP networked device like ESP8266 or ESP32 via ESPNOW protocol from my mobile device? (AEGHB-28) #4

Closed xiaodeme-aha closed 1 year ago

xiaodeme-aha commented 2 years ago

I want to be able to use my cell phone to achieve this kind of light and fast connection to control the device quickly in some places where the network is not good, if I can't use this kind of protocol, is there a protocol that can be paired-free and fast connection can be achieved.

zhanzhaocheng commented 2 years ago

For your situation, I recommend that you use BLE for communication. For examples, see: https://github.com/espressif/esp-idf/tree/master/examples/bluetooth/nimble

gmag11 commented 2 years ago

ESP-NOW can coexist with regular Wi-Fi either AP or STA as soon as you use same channel for both protocols.

lhespress commented 1 year ago

@xiaodeme-aha Any update about this?

lhespress commented 1 year ago

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