Giter Site home page Giter Site logo

sensecap-weatherstation-raspberry-pi-visualization's Introduction

SenseCAP-WeatherStation-Raspberry-Pi-Visualization

Sensecap One 3D visual web page, that runs on Raspberry Pi.

pic1


1. Prepare

1.1 Hardware

1.2 Software

  • SenseCAP One Configuration Tool

    Connect PC and "SenseCAP One" through a Type-C cable, and then set Sensecap One's protocol to RS485-ASCII by using the software.

  • Node.JS v10.22.x

    If there is not installed on Rapi, try to run the script below, to install a new one.

    curl -L https://raw.githubusercontent.com/tj/n/master/bin/n -o n
    bash n 10
    

2. How to use

2.1 Configure your Raspberry Pi

Using raspi-config, to enable the hardware serial /dev/ttyS0.

2.2 Download source and install

SSH into Raspberry Pi and execute the following command.

[email protected]:Seeed-Solution/SenseCAP-WeatherStation-Raspberry-Pi-Visualization.git

mv SenseCAP-WeatherStation-Raspberry-Pi-Visualization /opt/SenseCAP-WeatherStation-Raspberry-Pi-Visualization
cd /opt/SenseCAP-WeatherStation-Raspberry-Pi-Visualization

cd server && install --unsafe
cd website && install --unsafe

# pm2 start
npm install -g -y --unsafe pm2 http-server
pm2 start run-server.sh
pm2 start run-website.sh
pm2 save
pm2 ls

2.3 Access Website

Keep your PC and Raspberry Pi under the same LAN, and then access url http://{Rapi IP}:8080 through your browser.

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.