beckdac / ESP8266-transparent-bridge

Absolutely transparent bridge for the ESP8266
GNU General Public License v2.0
367 stars 95 forks source link

How to connect to bridge the first time to join it to an AP? #34

Closed cburgess129 closed 8 years ago

cburgess129 commented 9 years ago

How do I connect to the bridge the first time to connect it to an AP?
Does it automatically join the nearest open AP?
Do you set the default AP and password in the config?
If it is not connected to an AP, it doesn't have an IP so you can't telnet into it. Do the +++AT commands work via the UART or only via telnet?

eriksl commented 9 years ago

Flash an AT-style firmware, configure the WLAN using AT-commands (AT+CWJAP etc.), then flash the bridge firmware and it will connect automatically.

cburgess129 commented 9 years ago

That is funny because that is what I did (by accident) the first time. I didn't know that was the actual procedure. Thanks

cburgess@netapp.com.com 614.352.8751

On Sep 15, 2015 2:49 PM, Erik Slagter notifications@github.com wrote:

Flash an AT-style firmware, configure the WLAN using AT-commands (AT+CWJAP etc.), then flash the bridge firmware and it will connect automatically.

Reply to this email directly or view it on GitHubhttps://github.com/beckdac/ESP8266-transparent-bridge/issues/34#issuecomment-140496436.

beckdac commented 8 years ago

Thanks @eriksl & @cburgess129 : do either of you want to take a stab at modifying the README.md to reflect your experiences? That would be very useful to others.

Testato commented 8 years ago

so this is the offcial way ?

I thinks will be better if the firmware start in AP mode, whithout password. So the user can search it and connect directly to it. After he can configure his connection to his router if he want.

beckdac commented 8 years ago

It isn't ideal, but yes, it is what I do for new chips.