IEEE1888 GateWay sample that handles only 1 sensor. This is older repository, see IEEE1888_MULTI_SENSOR_GW. The newer version can handle multiple sensors.

Dependencies:   EthernetInterface FiapV2 HTTPClientForSOAP NTPClient mbed-rtos mbed spxml

Fork of temp_FIAP by Yasushi TAUCHI

This program sends only *1* data to FIAP storage with IEEE1888 format.

The data represents temperature degree Celsius taken from LM35 at P20. The LM35 is temperature sensor made by National Semiconductor.

Note 1: Newer repository is available. IEEE1888 (FIAP) multi sensor gateway can handle multiple sensors.

NOTE 2: You should define 2 constants at least before using this program. The constants are FIAP_STORAGE and POINT_ID, contained in main.h file. And You can also define other constants in main.h .

from here, in Japanese. これは、IEEE1888 形式でデータを *1種類だけ* 送信するプログラムです。 このプログラムは、P20 に接続した温度センサー LM35 の値を送信します。

注意: 下記のリポジトリーのプログラムは、複数のセンサーのデータをまとめて送信したい場合を考慮した、新しい Version です。 IEEE1888 (FIAP) multi sensor gateway

また、使用前に、main.h ファイルの定数を定義する必要があります。 (少なくとも FIAP_STORAGE および POINT_ID の2つ )

/media/uploads/strysd/fiap_node.jpg

History

from DATA_IDENTIFY to POINT_ID default tip

2013-02-15, by strysd [Fri, 15 Feb 2013 04:17:46 +0000] rev 12

from DATA_IDENTIFY to POINT_ID


TYPO

2013-02-14, by strysd [Thu, 14 Feb 2013 15:17:07 +0000] rev 11

TYPO


add several defines

2013-02-14, by strysd [Thu, 14 Feb 2013 03:20:38 +0000] rev 10

add several defines


comment flipper

2013-02-13, by strysd [Wed, 13 Feb 2013 14:12:44 +0000] rev 9

comment flipper


add LEDs for LAN control

2013-02-13, by strysd [Wed, 13 Feb 2013 04:56:10 +0000] rev 8

add LEDs for LAN control


use main.h for definitions and several fixes

2013-02-12, by strysd [Tue, 12 Feb 2013 16:39:04 +0000] rev 7

use main.h for definitions and several fixes


use main.h for defines and several fixes

2013-02-12, by strysd [Tue, 12 Feb 2013 16:33:40 +0000] rev 6

use main.h for defines and several fixes


use define as debug_mode

2013-02-12, by strysd [Tue, 12 Feb 2013 01:02:15 +0000] rev 5

use define as debug_mode


remove TEXT LCD from mbed.org/users/yueee_yt/code/temp_FIAP/; move variable defines from tick() to main()

2013-02-11, by strysd [Mon, 11 Feb 2013 14:32:45 +0000] rev 4

remove TEXT LCD from mbed.org/users/yueee_yt/code/temp_FIAP/; move variable defines from tick() to main()


FiapV2 Library Updated

2012-08-22, by yueee_yt [Wed, 22 Aug 2012 02:32:14 +0000] rev 3

FiapV2 Library Updated