spark core connection problem

Hello everyone I have a connection problem between my Spark Core and the mobile application while I’m on the same WI-FI, I put it back in factory status but nothing works

someone would have an idea of where the problem might come from

thank you in advance

cordially
GONZALO Gabriel

Can you be a bit more specific about what is not working and what device’s RGB LED is doing?
Have you got the device already claimed to your Particle account?
Does it show up in console.particle.io?
Can you communicate with the device via console?

hello, no my spark core don’t communicate with the console
the led’s after the connection protocols do little green flash lights but the application don’t see the core on the WI-FI and my particle account do not see it too

The current Particle mobile app does not support the Core. The Particle CLI does and allows you to setup wifi over USB.

A valid WiFi connection would be indicated by breathing green - not blinking.
And a cloud connection - prerequisite to communicate with it via Console - would be breathing cyan.

Hence I second @peekay123's suspicion that your device wasn't properly setup to connect to your WiFi network.

For that you'd put your device into Listening Mode (blinking blue) and run particle serial wifi.

Whenever anyone has issues with a Spark Core, the first thing I ask them to do is the following, to make sure that it's got up-to-date system firmware.

> Installing the Particle CLI

You first need to install the Particle CLI. The Particle CLI is a command line interface (CLI) tool used to interact with the Particle Cloud, flash devices, and troubleshoot. To install the Particle CLI go ahead and follow the instructions in this article. Once installed proceed to the next section.

Flashing your Spark Core

  1. Plug your Spark Core into your computer using a USB cable
  2. Place your Spark Core in DFU mode (blinking yellow)
  3. Open up a terminal/command prompt and issue the following command particle update

If, for some reason the last command fails issue the following command, in order:

  1. particle flash --factory tinker. Wait till the Spark Core's main RGB LED returns to flashing yellow
  2. particle flash --usb cc3000. Wait till the Spark Core's main RGB LED returns to flashing yellow
  3. particle flash --usb tinker

These commands replace the factory reset image with the most up-to-date copy, patch the radio, and flash the default "Tinker" app which brings your Spark Core to an upgraded factory state.

Once upgraded your device should reboot and begin flashing blue. It's then ready to set up.

2 Likes

hello ParticleD in DFU mode my spark core can’t connect to my computer “other peripherals” and no in the COM and LPT

In DFU Mode it is not expected to turn up under COM&LPT.
But when it is still listed as “Other Peripherals” this suggests you are missing the DFU drivers (which would normally come packaged in the CLI Installer).

The standalone driver package can be found here
http://binaries.particle.io/drivers/windows/particle_drivers.exe

1 Like

thank you very much

I installed the driver it works it is recognized but it does not appear in the CLI (particle desktop IDE)

What have you tried?
How does the device show up in Device Manager?
What does particle list and particle usb list give you?

I tried all of the options you say to me
the device appears in port com, named Core serial (com3)
and I can not find the tab paricle list and particle usb list
can I know where she is
thanks

That is no tab, these are CLI commands - CLI stands for Command Line Interface which is cmd or powershell on Windows, not a GUI.

Gabriel – if you haven’t already done so, please install the Particle CLI tool. I provided a link to the instructions on how to do so – here it is again: https://docs.particle.io/tutorials/developer-tools/cli/

Then, follow the instructions I gave for updating the Core to the latest system and radio firmware.

Then, as Scruffr suggested, do particle serial wifi to configure the Core for your wireless network.

Once the Core is connected to your wifi (not before), you can claim the device to your account by doing particle device add <Device ID> . It has to be claimed to your account for it to show up in the Web IDE and Console device lists.

1 Like