I am working on a project that collecting sensor data then push it up to cloud.
To save processing power, is there a way that I can do computation on cloud instead of on Photon board?
Appreciated.
I am working on a project that collecting sensor data then push it up to cloud.
To save processing power, is there a way that I can do computation on cloud instead of on Photon board?
Appreciated.
Yes you can. Look up Spark.publish in the Guide and you’ll see examples of publishing data. Hackster.io has some examples of using Asure with Particle device published data as well.
The Particles can publish data - what you’ll do with that data and how is completely up to you and you could fill books with all the options.
You should investigate in the docs regarding webhooks
, dashboard
, IFTTT
and you might also want to search the forum for Azure
, Google Docs
, Glowfi.sh
and there are other third party options too.
Or you just set up your own backend.
ThingSpeak.com has MatLab built in to process your data.
Thanks @Awake. Matlab is exactly what I am looking for. However, a draw back with ThingSpeak.com is their channel update rate is limited to 15 seconds.
My project take samples at 50Hz, process then update at least every second (1Hz).
Any other service have Matlab built in?