I talked to the people running my network and they have a special wifi network set up for devices that can’t handle WPA2-enterprise encryption. This network is unsecured, only allows registered MAC addresses and doesn’t broadcast its SSID. Theoretically this should avoid the whole problem with WPA2-enterprise.
I tried to set this up via the CLI, but it required that I choose an encryption type. I think this is a bug in the 0.7.0 firmware because when I downgraded to the 0.6.2 firmware, and tried to setup the unsecured network, it did not ask for encryption.
At one point I got a message saying the Tinker flash was successful, but then I got the following event status message
{“Event”:“spark/status/safe-mode”,“DeviceID”:“43004c000f51353532343635”,“Data”:"{“f”:[],“v”:{},“p”:6,“m”:[{“s”:16384,“l”:“m”,“vc”:30,“vv”:30,“f”:“b”,“n”:“0”,“v”:100,“d”:[]},{“s”:262144,“l”:“m”,“vc”:30,“vv”:30,“f”:“s”,“n”:“1”,“v”:108,“d”:[]},{“s”:262144,“l”:“m”,“vc”:30,“vv”:30,“f”:“s”,“n”:“2”,“v”:108,“d”:[{“f”:“s”,“n”:“1”,“v”:108,"":""}]},{“s”:131072,“l”:“m”,“vc”:30,“vv”:26,“u”:“B85EF4C0857A84EC62ADB2CC4321C1DDCF3D77AD04922C8403667A044B9234A9”,“f”:“u”,“n”:“1”,“v”:5,“d”:[{“f”:“s”,“n”:“2”,“v”:202,"":""}]},{“s”:131072,“l”:“f”,“vc”:30,“vv”:0,“d”:[]}]}",“Time”:“2017-11-01 15:22::36-0400”,“TTL”:60}
When I run “particle serial inspect” from the CLI, I noticed that my user module 1 has a dependancy fail
C:\Users\Dan…>particle serial inspect
Platform: 6 - Photon
Modules
Bootloader module #0 - version 100, main location, 16384 bytes max size
Integrity: PASS
Address Range: PASS
Platform: PASS
Dependencies: PASS
System module #1 - version 108, main location, 262144 bytes max size
Integrity: PASS
Address Range: PASS
Platform: PASS
Dependencies: PASS
System module #2 - version 108, main location, 262144 bytes max size
Integrity: PASS
Address Range: PASS
Platform: PASS
Dependencies: PASS
System module #1 - version 108
User module #1 - version 5, main location, 131072 bytes max size
UUID: B85EF4C0857A84EC62ADB2CC4321C1DDCF3D77AD04922C8403667A044B9234A9
Integrity: PASS
Address Range: PASS
Platform: PASS
Dependencies: FAIL
System module #2 - version 202
empty - factory location, 131072 bytes max size
When I try to put it in safe mode, it shows magenta for a moment and then immediately starts blinking green.
I’m going to test things out on my home network this evening to make sure it still works there.
If anyone has any suggestions, I’m all ears.
-Dan