Particle IoT
Contents
Particle Internet Of Things
The Particle platform is a series of microcontrollers programmed with the Arduino development language. They extend vanilla Arduino with a web cloud connection, allowing you to easily bring the intelligence of the Internet into your Arduino project.
Here are some links to some code examples for accomplishing various design patterns:
Web Page as Remote Control Example
One of the most common tasks is to build a web page that sends signals to the Particle board to activate functions.
Web Page Scoreboard Example
This example shows how a web page can act as a score board for a Particle-controlled game.
Web Page Variable Viewer
A web page can be set up to show the current state of cloud-exposed variables on the Particle. Useful for monitoring the state of sensors.
Send Data to IFTTT to Spreadsheet Example
If This Then That is a flexible, graphical system for combining triggers (the "If") with actions ("That"). There are a wide range of triggers and actions, and in this example, data from the Particle is sent to IFTTT and then stored in a Google Spreadsheet.