-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathREADME
35 lines (28 loc) · 1.16 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
USB温度計「TEMPer」のRubyライブラリです。
たぶんLinuxでのみ動きます。
TEMPerについては以下のページをご参照ください。
http://www.pcsensor.com/index.php?_a=viewCat&catId=6
日本では以下のサイトから購入することができます。
http://www.thanko.jp/product/usb/usb-thermometer.html
http://www.amazon.co.jp/dp/B004FI1570
http://www.march-rabbit.jp/index.php?main_page=product_info&products_id=6295
現在、以下のデバイスに対応しています。
TEMPer(V1.2でないもの)
TEMPer (gold)
TEMPerV1.2
※以下のデバイスは未確認です。
TEMPer1
TEMPer2
TEMPerHUM
TEMPerNTC
TEMPer232
温度計をPCに接続してlsusbコマンドを実行した時に、
ID 1130:660c Tenx Technology, Inc.
または
ID 0c45:7401 Microdia
と表示されれば使用できる可能性があります。
コンパイルにはlibusbが必要です。
使い方は test.rb をご参照ください。
12/29/2013 - Updated made to the pcsensor.c code based off of information provided from
Torbjørn Hergum to accomidate negative temperatures in the reader.
Tested on a raspberry pi with a single temper1 unit only.