Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is two way communication possible using ESP Now? #1461

Closed
timkoers opened this issue Jan 3, 2018 · 1 comment
Closed

Is two way communication possible using ESP Now? #1461

timkoers opened this issue Jan 3, 2018 · 1 comment

Comments

@timkoers
Copy link

timkoers commented Jan 3, 2018

I'm trying to setup two way communication with ESP Now.
Since there are no samples that do this, it's a bit of a hassle.

I've used the provided ESP Now samples and I've merged them together.

So data received callback on both, on the 'slave' the master is registered as a peer, but when I try to send data from the slave, I get an Internal error.

The master is able to send data to the slave.

The master uses channel 3 and the slave channel 1.

Does the softAP of the master need to be on as well? If yes, does the SSID matter?

@TimXia
Copy link
Contributor

TimXia commented Jan 4, 2018

It has nothing to do with softAP or SSID. The master and slave should be on the same channel now. We may support different channel in the future.

@FayeY FayeY closed this as completed Jan 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants