IoT with Particle
Particle —formerly Spark— has pioneered IoT with the Spark Core launched back in 2013 as a Kickstarter project. Cloud was centre to this solution, with IDE and upload done though Internet. The Particle Photon is an update of the Core with faster MCU and more memory.
Recently, Particle has launched a new service called Dashboard, which displays data published by the Core and Photon boards. |
Send Data
Sending data can't be easier!
Just use the Spark.publish() function. First tests failed. Actually, the firmware of the CC3000 needed to be updated to version 1.14 on the Core boards. The detailed procedure is available here. Similarly, a Core or Photon board can subscribe to an event with the Spark.subscribe() function. Find the documentation for all the cloud-related functions. |
Display Data
Conclusion
Although still in beta and pretty limited, the Dashboard is very promising. Closely integrated in the Particle SDK, sending data can't be easier!
As an option, data can remain private and sent to a local server or private cloud, instead to go through the Particle cloud. Download the API for the server and follow this procedure. I haven't tested it yet. |
Pros
|
Cons
|
Wrap-Up
|
Links
|