Particle Libraries
To run your Impulse on your Particle board follow these steps:- Open a new VS Code window, ensure that Particle Workbench has been installed.
- Use VS Code Command Palette and type in Particle: Import Project
- Select the
project.properties
file in the directory that you just downloaded and extracted from the section above.
- Select the
- Use VS Code Command Palette and type in Particle: Configure Project for Device
- Select
deviceOS@5.3.2
(or a later version) - Choose a target. (e.g. P2 , this option is also used for the Photon 2).
- Select
- It is sometimes needed to manually put your Device into DFU Mode. You may proceed to the next step, but if you get an error indicating that “No DFU capable USB device available” then please follow these step.
- Hold down both the RESET and MODE buttons.
- Release only the RESET button, while holding the MODE button.
- Wait for the LED to start flashing yellow.
- Release the MODE button.
- Compile and Flash in one command with: Particle: Flash application & DeviceOS (local)
Local Compile Only!
At this time you cannot use the Particle: Cloud Compile or Particle: Cloud Flash options; local compilation is required.