Particle Build is an online code editor (web IDE) provided by Particle. Particle Build is part of the Particle Cloud platform. You will use Particle Build to code and store all your Photon device apps.
The Photon device itself can only store and run one app at a time. However, you can create and save multiple apps in Particle Build. When you need to update the specific app stored on your Photon device, you'll do this in Particle Build – and your Photon will download the new app over Wi-Fi.
Your team will need a Particle account to log in to Particle Build. However, your teacher will most likely provide your team with an existing Particle account login (email & password) that's already associated with your specific Photon device. Every Photon has a unique device ID it uses to communicate with Particle Cloud, and each device ID can only be associated with one Particle account.
One person on your team should log in to Particle Build using your team's Particle account login.
Once you're logged in, you'll see the Particle Build code editor, which defaults to the "Code" menu and shows a blank app template.
The user interface for Particle Build is divided into 4 sections:
On the far left is a vertical navigation bar with icons.
On the middle left is a menu panel showing options for the current navigation selection.
On the right side is the code editor panel showing the code for your current app.
On the bottom of the code editor panel is a horizontal status bar that displays messages.
If you hover your mouse pointer over an icon in the navigation bar, the icon's name will be displayed. Here is a summary of the navigation icons from top to bottom:
The middle menu panel can be toggled between "show" and "hide" by clicking the same navigation icon repeatedly.
In general, you'll probably want to keep the menu panel shown – but if you want extra space for your code editor panel, you can temporarily hide the menu panel.
Icon
Name
Purpose
Flash
Flashes the current app to your Photon device over Wi-Fi (The app will first be saved and verified. If there are errors in the app, it will not be flashed.)
Verify
Complies the current app to check for errors (The app will first be saved.)
Save
Saves the current app in Particle Build
Code
Lists all your saved apps. Click an app's title to open it in the code editor.
Libraries
Lists libraries that can be included in your app to add functionality
Help
Lists quick help for device (might not be available for your Photon)
Docs
Opens new tab with Particle Reference Documentation for your device
Devices
Lists your devices. You can view the device ID, and signal device over Wi-Fi. (If you have multiple devices, you can select which device to flash apps to.)
Console
Opens new tab with Console showing your device's events in Particle Cloud
Settings
Provides options to: log out, change password, or get your access token.