Hello, we are getting started with Electron but this very first simple example doesn’t work. I have done all as described here: https://docs.particle.io/guide/getting-started/examples/electron/
These are the steps I took:
- The LED and resistor were connected as on the diagram in the link above
- The code was copied and put in a file blink.ino and compiled using CLI: particle compile electron blink.ino
- The compilation generated electron_firmware_1469880834091.bin
- This file was copied to the Electron with the command
particle flash --serial electron_firmware_1469880834091.bin
The device signaled the copy was successful but nothing happens to the connected LED. It didn’t blink at all. I tried all option to no avail. What could be the cause of this?