Particle Photon

Setup

The Particle Photon is an internet connected microcontroller. It is similar to an Arduino, however it must be programmed through WiFi and so requires special setup.

The Particle Photon "Getting Started" guide, available at https://docs.particle.io/guide/getting-started/start/photon/ provides a comprehensive overview of how to setup your Particle Photon.

Once it is setup, you need to program it from either https://build.particle.io/build or through the Particle IDE, which can be downloaded from here https://docs.particle.io/guide/tools-and-features/dev/

Libraries

The stepper motor library has already been modified to work with the Particle Photon, and is included in the GitHub repository that is linked on the Downloads page. Make sure to include the .h and .cpp files when you are flashing the firmware to your Particle Photon.