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

ESP-Now with WiFiEsp library on ESP8266-01 interfaced to Arduino Uno #215

Open
kabhaya1 opened this issue Feb 23, 2022 · 2 comments
Open

Comments

@kabhaya1
Copy link

I am faculty member in computer science at Trident Academy of Technology
I am intending to use Espressif's ESP-Now for connection-less networking or Arduino based Wirless Sensors Nodes (integrating ESP8266-01) with the help of WiFiEsp library on ESP8266-01 interfaced to Arduino Uno, but I do not know how to do it, neither I am getting any example from anywhere. I am getting a Library WiFiEspNow; is it for this? Is this library meant for this purpose or is there any other solution approach to this? Kindly extend your help;
I shall be extremely thankful if you can kindly share me an example of the above. I hope some other readers among us might also be having similar intension and your solution and response will definitely benefit all.

@JAndrassy
Copy link

JAndrassy commented Feb 23, 2022

You can't. These things don't go together.
WiFiEsp library on host MCU requires AT firmware in esp8266 and standard WiFi networking.
esp-now allows only radion communication between esp8266 modules and can't be used in one esp8266 together with WiFi.

@kabhaya1
Copy link
Author

kabhaya1 commented Feb 23, 2022 via email

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

2 participants