GithubHelp home page GithubHelp logo

sense-hat-node-red's Introduction

Experiment with Node-RED

Sense Hat sensors, joystick and dot matrix using the node-red-node-pi-sense-hat node. Follow the instructions below, install all prerequisites and import the given flows into your Node-RED installation using the import dialogue. The Node-RED panel - how to install Node-RED on a Raspberry Pi - is available under http://<IP of your Pi>:1880 and the Node-RED Dashboard can be reached with http://<IP of your Pi>:1880/ui:

Pre-requisites

Installing Python 3.7.0 on Raspbian

Install the required build-tools:

sudo apt-get install build-essential tk-dev libncurses5-dev libncursesw5-dev libreadline6-dev libdb5.3-dev libgdbm-dev libsqlite3-dev libssl-dev libbz2-dev libexpat1-dev liblzma-dev zlib1g-dev libffi-dev -y

Download and install Python 3.7.0 When downloading the source code:

wget https://www.python.org/ftp/python/3.7.0/Python-3.7.0.tar.xz
tar xf Python-3.7.0.tar.xz
cd Python-3.7.0
./configure
make -j 4
sudo make altinstall
sudo apt-get install python3-pip

Installing the Sense HAT python drivers

sudo apt-get update
sudo apt-get install sense-hat
sudo pip3 install pillow

Then install the node-red-node-pi-sense-hat node in Node-RED and node-red-dashboard from the Palette menu:

FLOW 1 : Read data from procesador

Diagram

FLOW1

Flow

FLOW1

Dashboard

FLOW1

FLOW 2 : Read data from SenseHat using lybrary

Diagram

FLOW1

Flow

FLOW1

Dashboard

FLOW1

FLOW 2 : Read data from SenseHat custom method

Diagram

FLOW1

Flow

FLOW1

Dashboard

FLOW1

sense-hat-node-red's People

Stargazers

 avatar

Watchers

C. Ramirez  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.