Services

Intel® IoT Developer Kit Cloud-based Analytics

Intel provides a cloud-based analytics system for the Internet-of-Things (IoT) that includes resources for the collection and analysis of sensor data that the Intel® IoT Developer Kit provides. Using this service, Intel Galileo/Edison device developers can jump-start data acquisition and analysis without having to invest in large-scale storage and processing capacity.

  1. # Create an account
  2. https://dashboard.us.enableiot.com/
  3. # In Edison / Galileo
  4. root@galileo:~# iotkit-admin initialize
  5. root@galileo:~# iotkit-admin reset-components
  6. root@galileo:~# iotkit-admin test
  7. root@galileo:~# iotkit-admin device-id
  8. # From https://dashboard.us.enableiot.com/ui/dashboard#/devices, add a New Device
  9. # From https://dashboard.us.enableiot.com/ui/dashboard#/account, get Activation Code
  10. root@galileo:~# iotkit-admin activate <Activation Code from Webpage>
  11. root@galileo:~# iotkit-admin catalog
  12. root@galileo:~# iotkit-admin register temp temperature.v1.0
  13. root@galileo:~# iotkit-admin observation temp 35
  14. root@galileo:~# iotkit-admin observation temp 30

Plot.Ly

Plotly is an online analytics and data visualization tool, headquartered in Montreal, Quebec. Plotly provides online graphing, analytics, and stats tools for individuals and collaboration, as well as scientific graphing libraries for Python, R, MATLAB, Perl, Julia, Arduino, and REST.

  1. Get an account @ plot.ly
  2. root@galileo:~# pip install plotly
  3. root@galileo:~# python -c "import plotly; plotly.tools.set_credentials_file(username='yourusername', api_key='youapikey', stream_ids=['yourstreamid', 'yourotherstreamid'])"

Plot.ly Homepage

Plot.ly Getting Started