Skip to content
This repository was archived by the owner on Jul 15, 2022. It is now read-only.

gitgrave/tempsense

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OS X Utility to read out data from the AVR Temp Sensor made by Diamex GmbH. 

As seen here: http://www.led-genial.de/USB-Temperatur-Sensor-Tester-fuer-DS18B20


Dependencies:
	- clang (or gcc) in some newer incarnation 
	- hidapi ( https://github.com/signal11/hidapi )

Build & Run:
	1. download, build and install hidapi from https://github.com/signal11/hidapi
	2. run ./build_osx.sh (or build_pi.sh for raspberry pi)
	3. Connect the Temp Sensor and run ./tempsense (on the pi you need to sudo)


Copyright & License:
	This code is licensed under the Affero GPL3 License!
	(c) Leon Szpilewski, 2014

About

OS X command line client for the Diamex AVR Temp Sensor (DS18B20)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 59.9%
  • Shell 25.9%
  • Makefile 14.2%