Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.05 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.05 KB

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