Breathing magenta means, connected to the but not running any user code.
Blinking magenta means the Photon is currently getting an OTA system firmware update since it is new so do be patient and let it do it’s magic (5-10 minutes) until you see a breathing cyan again.
Or the fastest way is to grab CLI and do a particle update via DFU mode
Ok so it is updated via particle update i guess? What is the status of the RGB led when you power on? Try placing it in safe mode and flash some app like blinky
If you have the Particle CLI, you could try running the particle update command. This should update your Photon’s system firmware to the latest release. Hopefully this helps!
I have the same problem. Havel already updated the firmware using CLI.
I have a small program (that was running till yesterday) that I have tired to install on two different Photons using the CLI, Particle Dev and Web! Same result:
Both Photons seem to get the program - towards the end of the flashing process flash green briefly and then instead of cyan breathing, both start breathing magenta!!
I have been using one of them for several weeks now without any issues with same and other programs. Have also isolated it from all other hardware - just in case.
I had the same problems with 2 of 4 photons. i solved it with “particle update” via DFU. but it only worked AFTER i did npm update -g particle-cli in the node.js console before.
Right! As it says in the post I linked above, you have to update the Cli to get the latest system firmware, or your just flashing the old firmware. Automatic download of system firmware to the Cli is a planned feature but not there yet.