TEMPer

From Omnia
Jump to navigation Jump to search

See Also

See also USB Thermometer

Device ID

idVendor = 0x1130
idProduct = 0x660c
# lsusb
Bus 001 Device 010: ID 1130:660c Tenx Technology, Inc. Foot Pedal/Thermometer

Apps

FAVORITE SOLUTIONS:

(Python Solution) kiloforce/PyTEMPer - https://github.com/kiloforce/PyTEMPer

git clone https://github.com/kiloforce/PyTEMPer
cd PyTEMPer
# or wget https://raw.github.com/kiloforce/PyTEMPer/master/temper.py

# Get PyUSB (if you do not already have installed)
# git clone https://github.com/kiloforce/pyusb
git clone https://github.com/walac/pyusb
ln -s pyusb/usb usb

# Run as root
sudo python temper.py

-

(C Solution) kiloforce/temper - https://github.com/kiloforce/temper

# apt-get install libusb-dev
# yum install libusb-devel
git clone https://github.com/kiloforce/temper
make
sudo temper

Microdia

# lsusb
Bus 001 Device 005: ID 0c45:7401 Microdia
cd /opt

git clone https://github.com/kiloforce/temper-python
cd temper-python

# Get PyUSB (if you do not already have installed)
cd temperusb
git clone https://github.com/kiloforce/pyusb
ln -s pyusb/usb usb
cd ..

# Fix import issue on Python 2.7
sed -i 's/from .temper import TemperHandler/from temper import TemperHandler/' temperusb/cli.py

# Run as root
sudo python temperusb/cli.py -c
sudo python temperusb/cli.py -f

Others

Update to: Python USB and TEMPer V1.2 | NSE - http://neon-society-electronics.com/?p=59

2013-04-27_21-02-48_422-624x226.jpg

-

TEMPer Temperature Sensor Linux Driver | Relavak Labs - http://relavak.wordpress.com/2009/10/17/temper-temperature-sensor-linux-driver/

-

TEMPer USB thermometer on Linux | Jonathan Gazeley - http://www.jonathangazeley.com/2009/10/temper-usb-thermometer-on-linux/

usb_temperature_sensor_TEMPer_.jpg

-

pcsensor - http://www.isp-sl.com/pcsensor-0.0.1.tgz (LINK IS BROKEN!)

-

Friendly Links - PCsensor.com - http://www.pcsensor.com/index.php?_a=document&doc_id=17

Docs

FAQ - PCsensor.com - http://www.pcsensor.com/index.php?_a=document&docId=5&doc_id=5

Hack and / - Temper Temper | Linux Journal - http://www.linuxjournal.com/article/10809

  • Guide to TEMPer Support under Linux: https://wwwx.cs.unc.edu/~hays/archives/2010/03/entry_25.php
  • One of Many Places to Buy the Thermometer On-line ($25): www.amazon.com/TEMPer-USB-Thermometer-w-Alerts/dp/B002VA813U
  • TEMPer Thermometer CPAN Module: search.cpan.org/dist/Device-USB-PCSensor-HidTEMPer

Purchase

Amazon.com : PC USB Powered Thermometer Temperature Sensor Data Log : Computer Usb Cables : Computers & Accessories ($15 + $4) - http://www.amazon.com/Powered-Thermometer-Temperature-Sensor-Data/dp/B0054U4YKI

Temperature @lert

See Temperature @lert

keywords