Hi, my photon got blinking magenta slowly after firmware update.
I tryed to restart device, and Photon's LED workes:
soid white -> blink green -> blink cyan first -> blink magenta slowly
That color is not listed in the troubleshooting guide
#Troubleshooting Guide
Hello Sparksters! Weâre really happy that many of you have received your Cores, and happy to help with any issues you might encounter. Please donât hesitate to contact us on Facebook , Twitter , IRC, or through our Community Site. In the meantime, hereâs a brief guide that should help resolve any of the most common issues that youâre having getting your Core online.
First, please make sure youâre familiar with the [normal behavior of the LED] (https://community.spark.ioâŚ
This photon is offline in device list when running "particle list" command.
What does it mean?
Blinking magenta means OTA firmware downloading in progress. Is it an entirely new Photon?
Thanks @kennethlimcp
I got blinking magenta âvery slowlyâ like blink cyan slowly when successfully connected particle server.
blinking is continuing about one hour. I guess it something error happens in device.
This photon is shipped last month.
It is breathing magenta?..like fade in and out?
If it is breathing magenta, it means that it does not have any user firmware on it. Flash some code to it.
I have two new photons just out of the boxes. both do the same thing. I get them connected to my wifi and they breathe cyan very briefly (for about 20 seconds I can see them as online on my android phone. Then they start doing something flashing white, flashing green, reboot, flash, yadda, yadda, which ultimately ends in a slow breathing magenta for both of the devices. If I do a factory reset, the same thing happens again.
Iâve not downloaded anything, just trying to get them to be âonlinâŚ
Thank you @nrobinson2000 , I try to do that!
Hi,
Iâm facing the same problem with a brand new device. Iâve flushed the very basic Blink an LED program from the Example apps. The following occurs:
The D7 pin Blue Light blinks for a second->White light blinked once ->rapid green light blinking ->cyan light blinking comparatively slower -> breathing majenta(again!! )
How do I bring it back from the safe mode?
Moors7
January 19, 2018, 7:44am
9
If itâs in Safe Mode, you should be able to flash new code to it. Photons should automatically update their system firmware to match the user one youâve selected, whereas an Electron wonât auto-update, leaving you in Safe mode if user firmware > System firmware.
With a Photon, flash new code.
With an Electron, flash code with a version <= system version, or update the system firmware. Using the CLI, in DFU mode, that should be âparticle updateâ, assuming youâre on the latest CLI version.
1 Like
Hi Thank you for the reply. Even after flashing new code it was not exiting from the safe mode.
Hi All,
I need some help with local compile I had it working a few days back but now it does not work at all for me.
To try and debug I have created a very short test code.
#include "application.h"
void setup()
{
Serial.begin(9600);
delay(20000);
}
void loop()
{
Serial.println("Top of Loop");
delay(1000);
Serial.println("Bottom of Loop");
delay(1000);
}
I can compile and flash this with the Particle-DEV ide no problem
When I compile locally I get
C:\spark\fiâŚ
This solution worked.
Thank you so much once again.
Moors7
January 20, 2018, 4:55pm
11
Moors7:
Using the CLI, in DFU mode, that should be 'particle update', assuming you're on the latest CLI version.
Glad to hear the issue is resolved.
For completeness sake, I'll assume you've updated the system firmware using DFU-util?
If so, then this should've given you the same.
Moors7:
Using the CLI, in DFU mode, that should be 'particle update', assuming you're on the latest CLI version.
Yes yes. Weâve done that. CLI version : 1.27.0
Thank You. Really appreciate this.
1 Like