peer to peer, ESP-NOW
Moderators: grovkillen, Stuntteam, TD-er
peer to peer, ESP-NOW
Hello,
I want to communicate between two nodemcu modul without access point. What should I use? Actually I read about ESP-NOW but cannot find anything how to install ESP-NOW to the nodemcu? Which firmware version should I use?
I want to communicate between two nodemcu modul without access point. What should I use? Actually I read about ESP-NOW but cannot find anything how to install ESP-NOW to the nodemcu? Which firmware version should I use?
Re: peer to peer, ESP-NOW
I'm working on it, but it is not included in any released build yet.
Re: peer to peer, ESP-NOW
Might take a while, as I'm working on it already for over a year.
Have seen quite a lot of issues related to incompatibilities between ESP32, ESP8266, crashing WiFi if mixing ESP-now and WiFi, etc.
Also the distance between nodes highly fluctuated among builds (few meters, like normal WiFi distance upto 50+ meters per hop)
But it is now become more stable as I'm ironing out the undocumented issues. Still I will not give an estimate on when it is done.
Have seen quite a lot of issues related to incompatibilities between ESP32, ESP8266, crashing WiFi if mixing ESP-now and WiFi, etc.
Also the distance between nodes highly fluctuated among builds (few meters, like normal WiFi distance upto 50+ meters per hop)
But it is now become more stable as I'm ironing out the undocumented issues. Still I will not give an estimate on when it is done.
Re: peer to peer, ESP-NOW
Thanks for your effort, what are my alternatives to use instead of ESP_NOW between two nodemcu without access point?
Re: peer to peer, ESP-NOW
Enable the AP mode on one node and try to connect the other node to that AP.
Then you can send commands via HTTP on 192.168.4.1 (the IP of the node running with AP enabled)
Then you can send commands via HTTP on 192.168.4.1 (the IP of the node running with AP enabled)
Re: peer to peer, ESP-NOW
Hello TD-er,
first of all: Best wishes and a healthy, happy and peaceful 2023!
I'm also interested in ESP-Now functionality. Have you further plans to implement it in LCI?
That was quite interesting for me (fixed Channel for ESP-NOW): https://github.com/jonasbystrom/ESP-Now ... -with-WiFi
Beste wishes
Bob
first of all: Best wishes and a healthy, happy and peaceful 2023!
I'm also interested in ESP-Now functionality. Have you further plans to implement it in LCI?
That was quite interesting for me (fixed Channel for ESP-NOW): https://github.com/jonasbystrom/ESP-Now ... -with-WiFi
Beste wishes
Bob
Re: peer to peer, ESP-NOW
Thanks, will look into that project to see if there are nice new things I never thought of.
Who is online
Users browsing this forum: No registered users and 17 guests