Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eiriksm/pi-temp-logger


https://github.com/eiriksm/pi-temp-logger

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

pi-temp-logger
===
[![Dependency Status](https://david-dm.org/eiriksm/pi-temp-logger.svg?theme=shields.io)](https://david-dm.org/eiriksm/pi-temp-logger)
A node js temp logger for the raspberry pi.

Extremely simple usage example:
```
node index.js >> log.txt
```
This will pipe the output to a file called log.txt

Remember to run these commands prior to executing something like this:
```
sudo modprobe wire
sudo modprobe w1-gpio
sudo modprobe w1-therm
```