Skip to content

A minimal web service for querying data for the MLX90614

Notifications You must be signed in to change notification settings

cmleinz/MLX90614-pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLX90614-pi

A minimal web service for querying data from the MLX90614 infrared thermometer. This is a "batteries included" implemtation including a small REST API, serving the data from the sensor in JSON form. Intended for use on the raspberry pi.

Installation

git clone https:/cmleinz/MLX90614-pi.git
cd MLX90614-pi
cargo build --release
sudo cp target/release/mlx90614-pi /usr/bin/
sudo cp mlx90614.service /etc/systemd/system/
sudo systemd start mlx90614
sudo systemd enable mlx90614

About

A minimal web service for querying data for the MLX90614

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages