-
Notifications
You must be signed in to change notification settings - Fork 6
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
Option to eliminate 3rd party AP? #2
Comments
Sorry. |
Your code uses wifi router (Access Point) to connect two ESP8266's . Is it possible to connect two ESP's directly, without any router in the middle? |
No. |
I tried esp_wifi_repeater. ESP-1(ESP8266-UART-to-UART-Wifi-Bridge)-ESP-2(esp_wifi_repeater)-ESP-3(ESP8266-UART-to-UART-Wifi-Bridge) |
I have edited your code to get it to work without any repeater. It's quite simple, but It's not as robust as I would like it to be. Do you mind taking a look? |
Hi!
I would like to ask if its possible to eliminate the need of having a 3rd party AP?
The text was updated successfully, but these errors were encountered: