Skip to content

Instantly share code, notes, and snippets.

@dmiddlecamp
Created February 19, 2016 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmiddlecamp/6103bf686311f621feb8 to your computer and use it in GitHub Desktop.
Save dmiddlecamp/6103bf686311f621feb8 to your computer and use it in GitHub Desktop.
Hi @west, do you have a new Electron or a Beta Unit?
If Beta, give this thread a read for how to upgrade ahead of time: https://community.particle.io/t/solved-unable-to-setup-particle-electron/19919/12
If new, it will be nice to see what's happening on your unit to debug it more easily. To do this you may download a version of Tinker that has USB serial debugging enabled:
https://github.com/spark/firmware/releases/download/v0.4.8-rc.6/tinker-usb-debugging-v0.4.8-rc.6-electron.bin
You can then flash this to your electron with the [**Particle CLI**][1] with your electron in [**DFU mode**][2]:
``
particle flash --usb tinker-usb-debugging-v0.4.8-rc.6-electron.bin
``
Then open a serial terminal just after the electron boots. If you can copy and paste the output up to the time time when the LED turns White, that would be helpful.
[1]: https://docs.particle.io/guide/tools-and-features/cli/electron/
[2]: https://docs.particle.io/guide/getting-started/modes/photon/#dfu-mode-device-firmware-upgrade-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment