Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By chriscook8
#14861
ian wrote:Chris, looks very promising! :)
Sadly, it doesn't work for me :(
Glancing through your code it seems that your function 'mdns1()' is never called(?)
Hang in there.

Ian


It surely does get called. What is the serial output when it doesn't work? It would be useful to tighten it up.
User avatar
By ian
#14898 Chris,

There is a 'return' statement at line 76 of your code. Just before mdns1() should be called.
Removing this helps.
I'm away from home right now and can't test thoroughly but it SEEMS to be working very nicely now :)
Well done!!

Cheers
Ian
User avatar
By chriscook8
#15236 Funny thing about version control... needing to commit your changes.

Draco: That's a cool find. I suppose it would be easy enough to try and connect to the SSIDs listed in each of those locations and then failback to AP mode. Then letting AP mode try to disconnect/reconnect to the form provided info. Doing away with the need to use those 96bytes of eeprom.
User avatar
By ian
#15304
Funny thing about version control... needing to commit your changes.


Life's a bitch! ;)

I was testing your code at a friend's house at the weekend. Her router SSID is two words, eg 'my router' with a space character between the two words.
Your code seemed to indicate a '+' character rather than ' '
I have no idea if this is significant. I couldn't test at the time & can't test easily now without setting up another router.
Cheers
Ian