This example sends temperature and humidity data to Ambient through ethernet. (Japanese: IoT用のクラウドサービス「Ambient」にLPC1768とイーサーネットを使ってデーターを送信するサンプルです。Ambientはマイコンから送られたセンサーデーターを受信し、蓄積し、可視化(グラフ化)します。 https://ambidata.io)
Dependencies: AmbientLib EthernetInterface HDC1000 mbed-rtos mbed
Revision 1:9aa62bdb3b84, committed 2016-06-06
- Comitter:
- AmbientData
- Date:
- Mon Jun 06 11:49:47 2016 +0000
- Parent:
- 0:8ff3c1a54f88
- Child:
- 2:8329d817fb2c
- Commit message:
- Change Class name from AMBIENT to Ambient
Changed in this revision
| Ambient.lib | Show annotated file Show diff for this revision Revisions of this file |
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Ambient.lib Sat May 07 01:42:05 2016 +0000 +++ b/Ambient.lib Mon Jun 06 11:49:47 2016 +0000 @@ -1,1 +1,1 @@ -https://developer.mbed.org/users/AmbientData/code/AmbientLib/#7dca16f75bae +https://developer.mbed.org/users/AmbientData/code/AmbientLib/#dcc2714b5bcb
--- a/main.cpp Sat May 07 01:42:05 2016 +0000 +++ b/main.cpp Mon Jun 06 11:49:47 2016 +0000 @@ -5,7 +5,7 @@ unsigned int channelId = 100; const char* writeKey = "ライトキー"; -AMBIENT ambient; +Ambient ambient; HDC1000 hdc1000(p9,p10);
Takehiko Shimojima
Ambient