Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Lucid Proof-of-Concept | Real Time Raspberry Temperature

NotificationsYou must be signed in to change notification settings

lucid-kv/raspberry-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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_sensorssensors -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

[8]ページ先頭

©2009-2025 Movatter.jp