Skip to content

lucid-kv/raspberry-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Lucid PoC - Raspberry Real Time Temperature

This Proof-of-Concept show how it's possible to store raspberry's temperature data into a lucid node and fetch it into a chart.

Open the Demo →

How to try it?

If you want to try it on your own Lucid node, it's easily possible!

Create your own Lucid node

Firstly you need to deploy your own node on heroku:

Fork this repo

git clone https://github.com/lucid-kv/raspberry-poc

I don't have any Raspberry

I can use the CPU temperature of any server or computer easily instead:

apt install lm_sensors
sensors -A | grep 'Core 0' | cut -d : -f 2 | xargs | cut -c2-5 | curl -X PUT --data-binary "$(</dev/stdin)" https://lucid-kv.herokuapp.com/api/kv/rasp_poc_temp