Suggest additions by email or on slack
Platform documentation - guides to the photon
Community - discussion board with code samples, tutorials and projects
Hackster Channel - well documented examples of projects created using particle
There are two main ways to develop your code for Particle Projects. You can either use Particle Build (an online IDE) and write your code in the browser or you can use Particle Dev (a desktop IDE available for Windows, Linux and OSX ) to write code on your computer. Particle Dev is recommended.
For more advanced users, the Particle Command Line Interface (CLI) is extremely useful for code development, firmware deployment, device management and more. See also the CLI Docs
Particle Console - an invaluable tool for seeing the status of your devices, calling functions, checking variables, monitoring events and more.
Sparkfun Tutorials incl. Intro to Basic Electronics and Photon Development Guide
Fritizing Getting started
Example Arduino Sketches and Examples
CreativeApplications: IoT and Arduino projects
Particle Projects on Hackster.io - http://www.hackster.io/spark
Particle Project Share on the community forums
IOTList houses an incredible list of currently available consumer products. A great resource.
Nest’s Intelligent Smoke Alarm and Thermostat
Berg’s Little Printer, Pixel Track, CloudWash and #Flock
Temboo - https://temboo.com
Twitter - https://dev.twitter.com
Data.gov - http://www.data.gov
DataHub - http://datahub.io
Zapier - https://zapier.com/how-it-works/
If This Then That - https://ifttt.com
In this course we use the Particle Photon, but there are a range of other devices that can allow you to build connected products and projects.
Particle Electron - supports the dev of IoT applications over cellular communications (2G, 3G)
The Bluz and RedBear Duo both use the Particle framework but support BLE (Bluetooth Low Energy) communciations
Raspberry Pi’s also play nice with the Particle framework but allow you to program more advanced computation (e.g. camera based applications, audio recording/sensing, interaction with USB periperhals, interaction with screens, etc.)