Ambient

Ambient library to send data to Ambient that is a cloud service for IoT, Internet of Things. It receives sensor data, stores them and visualize them

Hello World

Import programAmbientExampleLPC1768

This example sends temperature and humidity data to Ambient through ethernet. (Japanese: IoT用のクラウドサービス「Ambient」にLPC1768とイーサーネットを使ってデーターを送信するサンプルです。Ambientはマイコンから送られたセンサーデーターを受信し、蓄積し、可視化(グラフ化)します。 https://ambidata.io)

Library

Import libraryAmbientLib

Ambient library. It provides "set" function to set data to a packet and "send" function to send the packet to the Ambient server. It also provides "bulk_send" function to send multiple data. (Japanese: IoT用のクラウドサービス「Ambient」のデーター送信ライブラリーです。Ambientはマイコンから送られたセンサーデーターを受信し、蓄積し、可視化(グラフ化)します。http://ambidata.io)

Datasheet

https://ambidata.io/docs/gettingstarted/

Notes

What is Ambient?

Ambient is a cloud service for IoT, Internet of Things. It receives sensor data, stores them and visualize them.

https://developer.mbed.org/media/uploads/AmbientData/xstructure-en.jpg.pagespeed.ic.lFByD5e9Mw.webp

Getting Started

  1. Sign up for an account on http://ambidata.io
  2. Create a channel on "My Channels" page
  3. Import the Ambient example code
  4. Replace the Channel Id and WriteKey with the id and the key from the created channel
  5. Compile, load and Run
  6. Check the chart of data on your channel page

https://developer.mbed.org/media/uploads/AmbientData/fig3.jpg


You need to log in to post a discussion