¿A way to setup the Photon's WiFi credentials via TCP Socket?

Hello,

I want to make an OS X Application that sets the SSID that the Photon will connect to after setup when it enters SoftAP Mode.

¿Is there a protocol somewhere on how to do this?

Thanks

You can use the SoftAP protocol - this is the protocol both our mobile apps use to configure WiFi.

The documentation is here. https://github.com/spark/firmware/blob/develop/hal/src/photon/soft-ap.md

You’ll also find a python test suite in the same folder.

1 Like