https://github.com/lucid-kv/raspberry-poc
Lucid Proof-of-Concept | Real Time Raspberry Temperature
https://github.com/lucid-kv/raspberry-poc
lucid-kv lucid-poc poc proof-of-concept raspberry raspberry-pi raspberry-poc raspberry-temperature
Last synced: 7 days ago
JSON representation
Lucid Proof-of-Concept | Real Time Raspberry Temperature
- Host: GitHub
- URL: https://github.com/lucid-kv/raspberry-poc
- Owner: lucid-kv
- Created: 2020-04-23T12:39:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-13T00:08:38.000Z (almost 6 years ago)
- Last Synced: 2025-10-28T17:46:14.188Z (8 months ago)
- Topics: lucid-kv, lucid-poc, poc, proof-of-concept, raspberry, raspberry-pi, raspberry-poc, raspberry-temperature
- Language: HTML
- Homepage: https://lucid-kv.github.io/raspberry-poc/
- Size: 6.84 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 →](https://lucid-kv.github.io/raspberry-poc/)

# 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
```bash
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:
```bash
apt install lm_sensors
sensors -A | grep 'Core 0' | cut -d : -f 2 | xargs | cut -c2-5 | curl -X PUT --data-binary "$(