Coder Social home page Coder Social logo

ellenlouiseripley / rpi-scripts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from honey-pi/rpi-scripts

0.0 0.0 0.0 712 KB

Python scripts that are executed on the hive scale for data acquisition in measurement mode.

Home Page: https://honey-pi.de

License: Other

Shell 4.02% JavaScript 0.59% Python 95.39%

rpi-scripts's Introduction

rpi-scripts

HoneyPi is a measuring system based on the Raspberry Pi. It is an open source framework, which allows every beekeeper to monitor his bees. The data transfer takes place to the Internet of Things platform ThingSpeak. The measurement data is collected at the apiary and visualized in apps.

difference to original version

sht3x script modified to deal with sht4x sensors.

Install

Check out the main repo on how to install the entire measurement system on your Raspberry Pi Image with just a few commands. Or simply download a ready HoneyPi image from our download page. You can even create your own custom HoneyPi images using our Raspbian image generator.

Update to latest development state

  1. Flash the provided HoneyPi Image to your SD Card OR run our installer which installs the webinterface and the measurement scripts to your Raspberry Pi.
  2. Run the following commands to update the measurement scripts:
rm -rf /home/pi/HoneyPi/rpi-scripts
cd /home/pi/HoneyPi/
git clone --depth=1 https://github.com/Honey-Pi/rpi-scripts

Your settings won't be lost because they are stored at /var/www/html/backend/settings.json.

How to Run the measurement routine

Autostart

In previous versions the main.py was started within the /etc/rc.local to autostart the measurements scripts. But with the latest versions we created an systemd service which contains the call of our main.py script. This is necessary to autostart the measurement service after your Raspberry Pi booted. If you run the installer from our main repo the autostart job is automatically added and therefore no additional action is required.

Manually

But for manually testing you should be able to call the measurement script within your terminal as the following: sudo python3 /home/pi/HoneyPi/rpi-scripts/main.py

rpi-scripts's People

Contributors

elschnorro77 avatar javanxd avatar ellenlouiseripley avatar freislerm avatar arniebarni 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.