I’m working on building beyond the basic setup iOS example app for the first time, and trying to figure out how to implement some new device inspection features for my users. I’m not very experienced with Swift/iOS development, so looking for some help. Here’s what I’m trying to do:
After a device has already been set up, allow a user to reconnect to particle device over SoftAP.
Don’t try to re-set up Wi-Fi, but instead just grab the device id and save it as a variable
Have the photon reconnect to it’s known Wi-Fi network
Display this device ID to the user, and allow them to call functions that are exposed on that device
Are there any guides or examples people have seen on implementing something like this? Any functions already built into the SDK that I’m missing? Or am I going about this the wrong way?
@nrobinson2000 - if you’re asking me, I do not know. @rickkas7 might, though… if so could you point to any documentation that lists softAP endpoints like what you just listed?
As far as I know the SoftAP endpoints are undocumented, but I figured out the major ones from reading the firmware source and the iOS device setup SDK source when I wrote the manual photon claiming guide: