-->
Page 2 of 2

Re: End-user (easy) solution for connecting to AP

PostPosted: Wed Mar 11, 2015 9:38 am
by Simzik
I am really interested in a solution like this aswell. Has anyone a idea how to accomplish this ? :geek:

Re: End-user (easy) solution for connecting to AP

PostPosted: Thu Mar 12, 2015 3:55 am
by Pigs Fly
Haven't tried it, but this looks like one possible approach

viewtopic.php?f=19&t=1783

Re: End-user (easy) solution for connecting to AP

PostPosted: Thu Mar 12, 2015 4:09 am
by Pigs Fly
Another thought I had is to take advantage of the esp ability to scan available wifi networks. Maybe create an ad-hoc network on a pc with a special delimited name it can recognize like so:

espprog-001234567890-1d4hty5u7okmm74r

First part tells the esp having the mac address of the second part to consider the third part the password of a new AP. We don't care which AP, it can try all available until it connects. Perhaps other data like server address could also be passed.

Obviously some issues: security, possible length of netwok name, ease of creating ad-hoc network on PC, user feedback to confirm it worked and so on. For windows I could see a simple GUI program handling the whole thing assuming proper rights.