[GH-ISSUE #218] Configuration by app #180

Closed
opened 2026-02-28 01:23:50 +03:00 by kerem · 31 comments
Owner

Originally created by @lunanigra on GitHub (Aug 22, 2016).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/218

Hello, your WiFiManage is quite cool :-)

But the configuration via Browser is not really comfortable. The user has to know several things (connect to ESP8266, open browser with right URL and so on). Then the ESP8266 is often quite slow...

A colleague has implemented a similar (but slightly different) approach. An Ionic app (can be native as well) connects to the ESP8266 if not already configured. This approach reduces the communication and allows developing a complex (or more comfortable) UI.

Is this something that sounds interesting? If so I can send you a copy of our Ionic app... Then you can check how to merge with your solution.

Originally created by @lunanigra on GitHub (Aug 22, 2016). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/218 Hello, your WiFiManage is quite cool :-) But the configuration via Browser is not really comfortable. The user has to know several things (connect to ESP8266, open browser with right URL and so on). Then the ESP8266 is often quite slow... A colleague has implemented a similar (but slightly different) approach. An Ionic app (can be native as well) connects to the ESP8266 if not already configured. This approach reduces the communication and allows developing a complex (or more comfortable) UI. Is this something that sounds interesting? If so I can send you a copy of our Ionic app... Then you can check how to merge with your solution.
kerem closed this issue 2026-02-28 01:23:51 +03:00
Author
Owner

@Alkia commented on GitHub (Aug 23, 2016):

Looks a great idea.

Kind regards,

On Aug 23, 2016 4:41 AM, "JC" notifications@github.com wrote:

Hello, your WiFiManage is quite cool :-)

But the configuration via Browser is not really comfortable. The user has
to know several things (connect to ESP8266, open browser with right URL and
so on). Then the ESP8266 is often quite slow...

A colleague has implemented a similar (but slightly different) approach.
An Ionic app (can be native as well) connects to the ESP8266 if not already
configured. This approach reduces the communication and allows developing a
complex (or more comfortable) UI.

Is this something that sounds interesting? If so I can send you a copy of
our Ionic app... Then you can check how to merge with your solution.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/tzapu/WiFiManager/issues/218, or mute the thread
https://github.com/notifications/unsubscribe-auth/AQtsYRrwaRVJrh2HSB6cnDxBP7xynlE8ks5qihd3gaJpZM4JqVew
.

<!-- gh-comment-id:241613151 --> @Alkia commented on GitHub (Aug 23, 2016): Looks a great idea. Kind regards, On Aug 23, 2016 4:41 AM, "JC" notifications@github.com wrote: > Hello, your WiFiManage is quite cool :-) > > But the configuration via Browser is not really comfortable. The user has > to know several things (connect to ESP8266, open browser with right URL and > so on). Then the ESP8266 is often quite slow... > > A colleague has implemented a similar (but slightly different) approach. > An Ionic app (can be native as well) connects to the ESP8266 if not already > configured. This approach reduces the communication and allows developing a > complex (or more comfortable) UI. > > Is this something that sounds interesting? If so I can send you a copy of > our Ionic app... Then you can check how to merge with your solution. > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub > https://github.com/tzapu/WiFiManager/issues/218, or mute the thread > https://github.com/notifications/unsubscribe-auth/AQtsYRrwaRVJrh2HSB6cnDxBP7xynlE8ks5qihd3gaJpZM4JqVew > .
Author
Owner

@tzapu commented on GitHub (Aug 23, 2016):

HI,

thanks, it is a great idea, unfortunately it can t sort out some of the biggest issues with the whole process. (or at least i don t know how). You would still need to connect to the esp manually. On most devices(or the ones i have tested), after that step, the configuration portal opens automatically, so you shouldn t need to know IPs anymore. DNS redirection should also work to direct any address in your browser to the proper IP.

In my case, i am using an iphone to configure my devices, i connect to the ESP network, captive portal pops up, enter details, save and that s it... and the only annoying step is that i have to connect to the wifi network, but that s unavoidable currently.

Now, if any of the smart config options or the WPS would be reliable and work, it would be quite a different thing altogether, but, again, in my experience, they are quite hit and miss...

I would love to see the app, maybe there s some scope to link the two together, make WiFiManger also work with an app

thanks again

<!-- gh-comment-id:241670075 --> @tzapu commented on GitHub (Aug 23, 2016): HI, thanks, it is a great idea, unfortunately it can t sort out some of the biggest issues with the whole process. (or at least i don t know how). You would still need to connect to the esp manually. On most devices(or the ones i have tested), after that step, the configuration portal opens automatically, so you shouldn t need to know IPs anymore. DNS redirection should also work to direct any address in your browser to the proper IP. In my case, i am using an iphone to configure my devices, i connect to the ESP network, captive portal pops up, enter details, save and that s it... and the only annoying step is that i have to connect to the wifi network, but that s unavoidable currently. Now, if any of the smart config options or the WPS would be reliable and work, it would be quite a different thing altogether, but, again, in my experience, they are quite hit and miss... I would love to see the app, maybe there s some scope to link the two together, make WiFiManger also work with an app thanks again
Author
Owner

@lunanigra commented on GitHub (Aug 25, 2016):

Hi, can you give me an email address? I will send you our sample code.

Beside a faster UI the solution via app will not require manually changing WiFi setting. Similar to Google Cast the app will scan for ESPxxxx networks. If available a setup screen will be provided. Only WiFi settings will be transferred; no HTML or other UI elements. This will speed up configuration and also safe resources on ESP.

Would be great if we can link both approaches together :-)

Thanks, JC

<!-- gh-comment-id:242387275 --> @lunanigra commented on GitHub (Aug 25, 2016): Hi, can you give me an email address? I will send you our sample code. Beside a faster UI the solution via app will not require manually changing WiFi setting. Similar to Google Cast the app will scan for ESPxxxx networks. If available a setup screen will be provided. Only WiFi settings will be transferred; no HTML or other UI elements. This will speed up configuration and also safe resources on ESP. Would be great if we can link both approaches together :-) Thanks, JC
Author
Owner

@tzapu commented on GitHub (Aug 25, 2016):

HI,

On iOS at least, you can t send the settings without connecting to the actual wifi. You also can t force a connection and I am not sure even if you can scan for wifi networks, last i checked there were no public apis for the WIFi connection management in iOS.

Google cast employs a number of other technologies that are most likely not available on the ESP, and even those don t work reliably for me at all times. WifiDirect, Multipeer, quite possibly even bluetooth.

You can use: alex@tzapu.com

Cheers
Alex

On 25 Aug 2016, at 16:33, JC notifications@github.com wrote:

Hi, can you give me an email address? I will send you our sample code.

Beside a faster UI the solution via app will not require manually changing WiFi setting. Similar to Google Cast the app will scan for ESPxxxx networks. If available a setup screen will be provided. Only WiFi settings will be transferred; no HTML or other UI elements. This will speed up configuration and also safe resources on ESP.

Would be great if we can link both approaches together :-)

Thanks, JC


You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/tzapu/WiFiManager/issues/218#issuecomment-242387275, or mute the thread https://github.com/notifications/unsubscribe-auth/AC2FkMd4VOFqbSpqn5voFhh08E7y03S_ks5qjZmigaJpZM4JqVew.

<!-- gh-comment-id:242394639 --> @tzapu commented on GitHub (Aug 25, 2016): HI, On iOS at least, you can t send the settings without connecting to the actual wifi. You also can t force a connection and I am not sure even if you can scan for wifi networks, last i checked there were no public apis for the WIFi connection management in iOS. Google cast employs a number of other technologies that are most likely not available on the ESP, and even those don t work reliably for me at all times. WifiDirect, Multipeer, quite possibly even bluetooth. You can use: alex@tzapu.com Cheers Alex > On 25 Aug 2016, at 16:33, JC notifications@github.com wrote: > > Hi, can you give me an email address? I will send you our sample code. > > Beside a faster UI the solution via app will not require manually changing WiFi setting. Similar to Google Cast the app will scan for ESPxxxx networks. If available a setup screen will be provided. Only WiFi settings will be transferred; no HTML or other UI elements. This will speed up configuration and also safe resources on ESP. > > Would be great if we can link both approaches together :-) > > Thanks, JC > > — > You are receiving this because you commented. > Reply to this email directly, view it on GitHub https://github.com/tzapu/WiFiManager/issues/218#issuecomment-242387275, or mute the thread https://github.com/notifications/unsubscribe-auth/AC2FkMd4VOFqbSpqn5voFhh08E7y03S_ks5qjZmigaJpZM4JqVew.
Author
Owner

@tzapu commented on GitHub (Aug 25, 2016):

Forgot, i think chromecast is even putting out or listening for an out of audible range audio signal through the tv and links to the phone through that to send settings, etc.

On 25 Aug 2016, at 16:53, Alex alex@tzapu.com wrote:

HI,

On iOS at least, you can t send the settings without connecting to the actual wifi. You also can t force a connection and I am not sure even if you can scan for wifi networks, last i checked there were no public apis for the WIFi connection management in iOS.

Google cast employs a number of other technologies that are most likely not available on the ESP, and even those don t work reliably for me at all times. WifiDirect, Multipeer, quite possibly even bluetooth.

You can use: alex@tzapu.com mailto:alex@tzapu.com

Cheers
Alex

On 25 Aug 2016, at 16:33, JC <notifications@github.com mailto:notifications@github.com> wrote:

Hi, can you give me an email address? I will send you our sample code.

Beside a faster UI the solution via app will not require manually changing WiFi setting. Similar to Google Cast the app will scan for ESPxxxx networks. If available a setup screen will be provided. Only WiFi settings will be transferred; no HTML or other UI elements. This will speed up configuration and also safe resources on ESP.

Would be great if we can link both approaches together :-)

Thanks, JC


You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/tzapu/WiFiManager/issues/218#issuecomment-242387275, or mute the thread https://github.com/notifications/unsubscribe-auth/AC2FkMd4VOFqbSpqn5voFhh08E7y03S_ks5qjZmigaJpZM4JqVew.

<!-- gh-comment-id:242395344 --> @tzapu commented on GitHub (Aug 25, 2016): Forgot, i think chromecast is even putting out or listening for an out of audible range audio signal through the tv and links to the phone through that to send settings, etc. > On 25 Aug 2016, at 16:53, Alex alex@tzapu.com wrote: > > HI, > > On iOS at least, you can t send the settings without connecting to the actual wifi. You also can t force a connection and I am not sure even if you can scan for wifi networks, last i checked there were no public apis for the WIFi connection management in iOS. > > Google cast employs a number of other technologies that are most likely not available on the ESP, and even those don t work reliably for me at all times. WifiDirect, Multipeer, quite possibly even bluetooth. > > You can use: alex@tzapu.com mailto:alex@tzapu.com > > Cheers > Alex > > > On 25 Aug 2016, at 16:33, JC <notifications@github.com <mailto:notifications@github.com>> wrote: > > > > Hi, can you give me an email address? I will send you our sample code. > > > > Beside a faster UI the solution via app will not require manually changing WiFi setting. Similar to Google Cast the app will scan for ESPxxxx networks. If available a setup screen will be provided. Only WiFi settings will be transferred; no HTML or other UI elements. This will speed up configuration and also safe resources on ESP. > > > > Would be great if we can link both approaches together :-) > > > > Thanks, JC > > > > — > > You are receiving this because you commented. > > Reply to this email directly, view it on GitHub https://github.com/tzapu/WiFiManager/issues/218#issuecomment-242387275, or mute the thread https://github.com/notifications/unsubscribe-auth/AC2FkMd4VOFqbSpqn5voFhh08E7y03S_ks5qjZmigaJpZM4JqVew.
Author
Owner

@lunanigra commented on GitHub (Aug 25, 2016):

hmmm...

alex@tzapu.com
(reason: 552-5.7.0 This message was blocked because its content presents a potential)

<!-- gh-comment-id:242418194 --> @lunanigra commented on GitHub (Aug 25, 2016): hmmm... alex@tzapu.com (reason: 552-5.7.0 This message was blocked because its content presents a potential)
Author
Owner

@tzapu commented on GitHub (Aug 25, 2016):

seems it doesn t like your attachment ..

<!-- gh-comment-id:242421143 --> @tzapu commented on GitHub (Aug 25, 2016): seems it doesn t like your attachment ..
Author
Owner

@lunanigra commented on GitHub (Aug 25, 2016):

Seems so... But it's just a ZIP ;-)

<!-- gh-comment-id:242422095 --> @lunanigra commented on GitHub (Aug 25, 2016): Seems so... But it's just a ZIP ;-)
Author
Owner

@umranium commented on GitHub (Aug 28, 2016):

Hi,

We have an Android app already. We're currently testing it and fixing some minor issues. If you'd like to test it out, please take a look: ESP Connect on Google Play

<!-- gh-comment-id:242969449 --> @umranium commented on GitHub (Aug 28, 2016): Hi, We have an Android app already. We're currently testing it and fixing some minor issues. If you'd like to test it out, please take a look: [ESP Connect on Google Play](https://play.google.com/store/apps/details?id=au.com.umranium.espconnect)
Author
Owner

@tzapu commented on GitHub (Aug 29, 2016):

oh man, that s so cool.
i would like to make a batter API for this, so anyone can have/build or use an app and also have a showcase/apps section on the main github page.
is there anything in particular you d like supported in the api? Would you be ok on being featured?
i love it when things develop in cool directions like these :)

<!-- gh-comment-id:243043747 --> @tzapu commented on GitHub (Aug 29, 2016): oh man, that s so cool. i would like to make a batter API for this, so anyone can have/build or use an app and also have a showcase/apps section on the main github page. is there anything in particular you d like supported in the api? Would you be ok on being featured? i love it when things develop in cool directions like these :)
Author
Owner

@Alkia commented on GitHub (Aug 29, 2016):

Looks great,

Looking forward helping for test.

It would be great if the ionic app could natively requests for 2 optional
feilds:

  • an email address
  • a Pin code

Kind regards,

Maxime

On Aug 29, 2016 1:40 PM, "tzapu" notifications@github.com wrote:

oh man, that s so cool.
i would like to make a batter API for this, so anyone can have/build or use
an app and also have a showcase/apps section on the main github page.
is there anything in particular you d like supported in the api? Would you
be ok on being featured?
i love it when things develop further :)


You are receiving this because you commented.

Reply to this email directly, view it on GitHub
https://github.com/tzapu/WiFiManager/issues/218#issuecomment-243043747,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AQtsYZHZUXUQ6OP-KQIgLQz6GzvKU5wXks5qkn7DgaJpZM4JqVew
.

<!-- gh-comment-id:243046332 --> @Alkia commented on GitHub (Aug 29, 2016): Looks great, Looking forward helping for test. It would be great if the ionic app could natively requests for 2 optional feilds: - an email address - a Pin code Kind regards, Maxime On Aug 29, 2016 1:40 PM, "tzapu" notifications@github.com wrote: oh man, that s so cool. i would like to make a batter API for this, so anyone can have/build or use an app and also have a showcase/apps section on the main github page. is there anything in particular you d like supported in the api? Would you be ok on being featured? i love it when things develop further :) — You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/tzapu/WiFiManager/issues/218#issuecomment-243043747, or mute the thread https://github.com/notifications/unsubscribe-auth/AQtsYZHZUXUQ6OP-KQIgLQz6GzvKU5wXks5qkn7DgaJpZM4JqVew .
Author
Owner

@umranium commented on GitHub (Aug 29, 2016):

@tzapu We added some APIs and some fixes to the code to get it to work smoothly with apps. For example, supporting a more machine-centric data format (we went with JSON). You can find the additions (and fixes) in this repository: Ken Taylor's WiFiManager repo

<!-- gh-comment-id:243060291 --> @umranium commented on GitHub (Aug 29, 2016): @tzapu We added some APIs and some fixes to the code to get it to work smoothly with apps. For example, supporting a more machine-centric data format (we went with JSON). You can find the additions (and fixes) in this repository: [Ken Taylor's WiFiManager repo](https://github.com/kentaylor/WiFiManager)
Author
Owner

@umranium commented on GitHub (Aug 29, 2016):

@tzapu Forgot to answer one of your questions. Yes, we would love to be featured! :)

<!-- gh-comment-id:243264798 --> @umranium commented on GitHub (Aug 29, 2016): @tzapu Forgot to answer one of your questions. Yes, we would **love** to be featured! :)
Author
Owner

@lunanigra commented on GitHub (Aug 29, 2016):

Sounds cool!! Curious about testing the next release :-)

----- Nachricht beantworten -----
Von: "Umran Abdulla" notifications@github.com
An: "tzapu/WiFiManager" WiFiManager@noreply.github.com
Cc: "JC" haddorp@lunanigra.de, "Author" author@noreply.github.com
Betreff: [tzapu/WiFiManager] Configuration by app (#218)
Datum: Mo., Aug. 29, 2016 23:37

@tzapu Forgot to answer one of your questions. Yes, we would love to be featured! :)

—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.

{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/tzapu/WiFiManager","title":"tzapu/WiFiManager","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/tzapu/WiFiManager"}},"updates":{"snippets":[{"icon":"PERSON","message":"@umranium in #218: @tzapu Forgot to answer one of your questions. Yes, we would love to be featured! :)"}],"action":{"name":"View Issue","url":"https://github.com/tzapu/WiFiManager/issues/218#issuecomment-243264798"}}}

<!-- gh-comment-id:243269177 --> @lunanigra commented on GitHub (Aug 29, 2016): Sounds cool!! Curious about testing the next release :-) ----- Nachricht beantworten ----- Von: "Umran Abdulla" notifications@github.com An: "tzapu/WiFiManager" WiFiManager@noreply.github.com Cc: "JC" haddorp@lunanigra.de, "Author" author@noreply.github.com Betreff: [tzapu/WiFiManager] Configuration by app (#218) Datum: Mo., Aug. 29, 2016 23:37 @tzapu Forgot to answer one of your questions. Yes, we would love to be featured! :) &mdash;You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread. {"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/tzapu/WiFiManager","title":"tzapu/WiFiManager","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/tzapu/WiFiManager"}},"updates":{"snippets":[{"icon":"PERSON","message":"@umranium in #218: @tzapu Forgot to answer one of your questions. Yes, we would **love** to be featured! :)"}],"action":{"name":"View Issue","url":"https://github.com/tzapu/WiFiManager/issues/218#issuecomment-243264798"}}}
Author
Owner

@pieman64 commented on GitHub (Aug 29, 2016):

@umranium can we have a Blynk token field?

<!-- gh-comment-id:243271112 --> @pieman64 commented on GitHub (Aug 29, 2016): @umranium can we have a Blynk token field?
Author
Owner

@tzapu commented on GitHub (Aug 30, 2016):

i think ideally i would expose some api endpoint, and all apps should fetch all configured fields in the sketch and allow configuration

cheers

On 30 Aug 2016, at 01:00, theCHARioT notifications@github.com wrote:

@umranium https://github.com/umranium can we have a Blynk token field?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub https://github.com/tzapu/WiFiManager/issues/218#issuecomment-243271112, or mute the thread https://github.com/notifications/unsubscribe-auth/AC2FkFC1Be29XyIdcWYUq_fpzWburD4Dks5qk1aYgaJpZM4JqVew.

<!-- gh-comment-id:243367593 --> @tzapu commented on GitHub (Aug 30, 2016): i think ideally i would expose some api endpoint, and all apps should fetch all configured fields in the sketch and allow configuration cheers > On 30 Aug 2016, at 01:00, theCHARioT notifications@github.com wrote: > > @umranium https://github.com/umranium can we have a Blynk token field? > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub https://github.com/tzapu/WiFiManager/issues/218#issuecomment-243271112, or mute the thread https://github.com/notifications/unsubscribe-auth/AC2FkFC1Be29XyIdcWYUq_fpzWburD4Dks5qk1aYgaJpZM4JqVew.
Author
Owner

@umranium commented on GitHub (Aug 30, 2016):

@pieman64 We might look into that in the future. Currently our scope is limited to getting the user's device connected to the WiFi (and therefore the internet) as painlessly and as effortlessly as possible.

<!-- gh-comment-id:243376861 --> @umranium commented on GitHub (Aug 30, 2016): @pieman64 We might look into that in the future. Currently our scope is limited to getting the user's device connected to the WiFi (and therefore the internet) as painlessly and as effortlessly as possible.
Author
Owner

@umranium commented on GitHub (Aug 30, 2016):

@lunanigra I should have an update out by early next week.

<!-- gh-comment-id:243377779 --> @umranium commented on GitHub (Aug 30, 2016): @lunanigra I should have an update out by early next week.
Author
Owner

@eshdevpin commented on GitHub (Sep 22, 2016):

@umranium Has the update released?

<!-- gh-comment-id:248837018 --> @eshdevpin commented on GitHub (Sep 22, 2016): @umranium Has the update released?
Author
Owner

@umranium commented on GitHub (Sep 25, 2016):

@TechieIndianGuy I just updated the alpha testing version. Here's the link to opt into the alpha testing:

ESP Connect Alpha Testing Opt In Link

I'm keen to get any feedback.

<!-- gh-comment-id:249417913 --> @umranium commented on GitHub (Sep 25, 2016): @TechieIndianGuy I just updated the alpha testing version. Here's the link to opt into the alpha testing: [ESP Connect Alpha Testing Opt In Link](https://play.google.com/apps/testing/au.com.umranium.espconnect) I'm keen to get any feedback.
Author
Owner

@FernandoGarcia commented on GitHub (Jul 18, 2017):

Hi!

@umranium why your App doesn't connect to ESP when there a SSID and Password configured here?

if (!wifiManager.startConfigPortal("ESP8266","password"))

It's always saying "connecting to ESP....."

But it works in this way:

if (!wifiManager.startConfigPortal())

I would like to post this issue to your repo but it's not available.

Best regards.

<!-- gh-comment-id:315934536 --> @FernandoGarcia commented on GitHub (Jul 18, 2017): Hi! @umranium why your App doesn't connect to ESP when there a SSID and Password configured here? `if (!wifiManager.startConfigPortal("ESP8266","password"))` It's always saying "connecting to ESP....." But it works in this way: `if (!wifiManager.startConfigPortal())` I would like to post this issue to your repo but it's not available. Best regards.
Author
Owner

@erdemontas commented on GitHub (Aug 9, 2017):

I have working device and I'm using wifimanager library properly. I also have an android app, I want to implement"configuration by app" rather than having @umranium 's app. What kind of changes should I do?

<!-- gh-comment-id:321230028 --> @erdemontas commented on GitHub (Aug 9, 2017): I have working device and I'm using wifimanager library properly. I also have an android app, I want to implement"configuration by app" rather than having @umranium 's app. What kind of changes should I do?
Author
Owner

@pieman64 commented on GitHub (Aug 9, 2017):

@erdemontas you might want to look up Blynk provisioning but it's difficult to tell what you want to do from your post.

<!-- gh-comment-id:321233963 --> @pieman64 commented on GitHub (Aug 9, 2017): @erdemontas you might want to look up **Blynk provisioning** but it's difficult to tell what you want to do from your post.
Author
Owner

@erdemontas commented on GitHub (Aug 10, 2017):

@pieman64 let me try to put it this way; what I want to do to connect my esp to internet via my app not using web portal.
First idea which came to my mind is, to be successful on this task, I have to deliver the credentials to my esp and save them in ESP. I figured out how to save them but where I'm stucked is how should I deliver them from Android app to Esp(I guess it has to be in AP mode)
Any advice or suggestion is appreciated

<!-- gh-comment-id:321560126 --> @erdemontas commented on GitHub (Aug 10, 2017): @pieman64 let me try to put it this way; what I want to do to connect my esp to internet via my app not using web portal. First idea which came to my mind is, to be successful on this task, I have to deliver the credentials to my esp and save them in ESP. I figured out how to save them but where I'm stucked is how should I deliver them from Android app to Esp(I guess it has to be in AP mode) Any advice or suggestion is appreciated
Author
Owner

@kapiloberoi commented on GitHub (Aug 12, 2017):

I have been able to put together an app that autodetects the esp8266 and let you select your wifi network settings to be saved into the esp. The only think now remains is to set a hostname so that ince config is over we can access it by name instead for looking for the ip address.

Used appinventor2 and credit goes to Taifun for excellent wifi extension. "Kapiloberoi@gmail" and ill send the code along with apk. Will also post the code and app here in a day !! Be warned that im a terrible coder:))

Cheers -

<!-- gh-comment-id:321986434 --> @kapiloberoi commented on GitHub (Aug 12, 2017): I have been able to put together an app that autodetects the esp8266 and let you select your wifi network settings to be saved into the esp. The only think now remains is to set a hostname so that ince config is over we can access it by name instead for looking for the ip address. Used appinventor2 and credit goes to Taifun for excellent wifi extension. "Kapiloberoi@gmail" and ill send the code along with apk. Will also post the code and app here in a day !! Be warned that im a terrible coder:)) Cheers -
Author
Owner

@ghost commented on GitHub (Nov 8, 2017):

Guys, I am not able to get the app to find my ESP... What am I doing wrong? Installed the WiFi Manager library then used the AutoConnect example. The ESP creates an AP but when I scan with the app @umranium provided says Unable to find any ESP8266 nodes.

@FernandoGarcia How did you set up your ESP?

Would appreciate some help, because I really want to try and configure my esp's through the mobile app. :)

<!-- gh-comment-id:342786870 --> @ghost commented on GitHub (Nov 8, 2017): Guys, I am not able to get the app to find my ESP... What am I doing wrong? Installed the WiFi Manager library then used the AutoConnect example. The ESP creates an AP but when I scan with the app @umranium provided says Unable to find any ESP8266 nodes. @FernandoGarcia How did you set up your ESP? Would appreciate some help, because I really want to try and configure my esp's through the mobile app. :)
Author
Owner

@anshulfd commented on GitHub (Dec 18, 2017):

@tzapu Are there any plans to add the features from https://github.com/kentaylor/WiFiManager to this repo?

<!-- gh-comment-id:352546402 --> @anshulfd commented on GitHub (Dec 18, 2017): @tzapu Are there any plans to add the features from https://github.com/kentaylor/WiFiManager to this repo?
Author
Owner

@tablatronix commented on GitHub (Dec 18, 2017):

Features yes, merge no.

<!-- gh-comment-id:352549451 --> @tablatronix commented on GitHub (Dec 18, 2017): Features yes, merge no.
Author
Owner

@BuzzHari commented on GitHub (Jun 25, 2018):

Is an open source app for configuring esp8266 available yet?

<!-- gh-comment-id:399927960 --> @BuzzHari commented on GitHub (Jun 25, 2018): Is an open source app for configuring esp8266 available yet?
Author
Owner

@DeveloperChand commented on GitHub (Oct 16, 2018):

@gopchi
facing same issue. any solution available

<!-- gh-comment-id:430137790 --> @DeveloperChand commented on GitHub (Oct 16, 2018): @gopchi facing same issue. any solution available
Author
Owner

@laurensV commented on GitHub (Jan 4, 2023):

Would also like to know if an open source version of an app is available (auto detect esp etc.)

<!-- gh-comment-id:1370366719 --> @laurensV commented on GitHub (Jan 4, 2023): Would also like to know if an open source version of an app is available (auto detect esp etc.)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#180
No description provided.