/usb-thermometer

USB temperature sensor

Primary LanguageC

usb-thermometer: TEMPer1

A linux driver for reading the temperature from an inexpensive USB thermometer you can buy for example from eBay for about ~10 euros.

Code originally written by Robert Kavaler.

Installation instructions (Debian / Ubuntu / Raspbian)

  1. If not installed, install these necessary packages sudo apt-get install libusb-dev libusb-1.0-0-dev
  2. Compile with make
  3. Run with sudo ./temper
  4. To fix a systematic error in the measurements, edit the source file line 58 (const static int offsetDegrees = 0;) to a suitable amount in degrees (celcius) you want to change the measurement result with. Then compile again with make.

Changelog

0.0.3

0.0.2