Coder Social home page Coder Social logo

lucid-kv / raspberry-poc Goto Github PK

View Code? Open in Web Editor NEW
2.0 7.0 0.0 7 KB

Lucid Proof-of-Concept | Real Time Raspberry Temperature

Home Page: https://lucid-kv.github.io/raspberry-poc/

HTML 100.00%
raspberry-pi proof-of-concept poc lucid-kv lucid-poc raspberry-poc raspberry raspberry-temperature

raspberry-poc's Introduction

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

raspberry-poc's People

Contributors

imclint21 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.