This is a follow up question to post about Sony camera control using the ESP8266.
Turns out the multi camera mode of the Sony cameras makes them join whatever network they can find that is currently triggered with WPS Push-Button authentication.
This is really cool for controlling multiple cameras, if they’re all on the same network posting packets to them for control becomes much faster than the alternative of joining each of the networks in turn.
So I’ve tried it on a spare conventional AP I had around that supported WPS push-button and it works.
Given that, does anyone know enough about WPS to know if its going to be possible to implement on an ESP8266 (the SDK supports this as a client, but it needs to be AP in this case.) Or am I better off looking to some sort of portable router solution (which I’d prefer not to.)
The software is the problem (which it always is). The stack does not support implementing a WPS AP. What you would be turning up in google is using the ESP as a WPS client which is supported by the stack.
I’ve come to the conclusion after some research that this is in the too hard basket, not worth the effort. It requires specific data to be advertised in the wifi beacons to even initiate it, which using the beacons isn’t documented properly for the ESP.