In an attempt to mimic what a customer receiving my hardware would go through, today I took my Photon to a local customer’s location, put it into listening mode, and then used the Particle iOS app to apply the new wifi credentials (skipping authorization without claiming the device). The process with the app was actually incredibly smooth with no errors, I was very impressed and optimistic.
After the setup was complete, however, my Photon was stuck on solid cyan. I would unplug / replug the power to get it to reconnect and start breathing cyan. However, after 10-20 seconds, it would then get stuck on solid cyan again (I attempted this several times). When I brought the Photon home and plugged it in, it immediately started breathing cyan continuously, no issues.
One thing I will say is my experience of the wifi connection at this customer’s location (on my laptop) was that it was quite slow, and with my other app (Android) they’re using, there’s been at least one weird wifi issue in the past where only resetting the router resolved it.
This is from my console, does anyone know what the issue might be?
{
"device": {
"network": {
"signal": {
"at": "Wi-Fi",
"strength": 76,
"strength_units": "%",
"strengthv": -62,
"strengthv_units": "dBm",
"strengthv_type": "RSSI",
"quality": 67.74,
"quality_units": "%",
"qualityv": 30,
"qualityv_units": "dB",
"qualityv_type": "SNR"
},
"connection": {
"status": "connected",
"error": 0,
"disconnects": 0,
"attempts": 1,
"disconnect_reason": "none"
}
},
"cloud": {
"connection": {
"status": "connected",
"error": 0,
"attempts": 1,
"disconnects": 0,
"disconnect_reason": "none"
},
"coap": {
"transmit": 0,
"retransmit": 0,
"unack": 0,
"round_trip": 0
},
"publish": {
"rate_limited": 0
}
},
"system": {
"uptime": 15,
"memory": {
"used": 39512,
"total": 82944
}
}
},
"service": {
"device": {
"status": "ok"
},
"cloud": {
"uptime": 0,
"publish": {
"sent": 2
}
}
}
}
followed by:
{"service":{"device":{"status":"unreachable"},"cloud":{"uptime":22,"publish":{"sent":2}},"coap":{"round_trip":null}}}
followed by “offline”. I’ve also attached a photo of logs.