martin-ger / esp_wifi_repeater

A full functional WiFi Repeater (correctly: a WiFi NAT Router)
MIT License
4.82k stars 908 forks source link

Feature request - linking two modules with a cable #164

Open curiouspl2 opened 6 years ago

curiouspl2 commented 6 years ago

Would it be possible to create version allowing linking of two modules via (short) cable? SPI perhaps? Idea is to use one module as AP and another as STA to allow :

martin-ger commented 6 years ago

Guess it could be done. A similar idea has been discussed here before to allow for a second WiFi on a different channel. However, I have no experience with SPI.

Is there anywhere a project out there that links two ESPs via SPI as starting point?

curiouspl2 commented 6 years ago

You do mean something like this : https://github.com/JiriBilek/WiFiSpiESP ?