Skip to main content

Raspberry Pi framework to work with Satori

Project description

Requirements

  • Installed python3 and pip3

  • Python3 devel package:

    sudo apt-get install python3-dev

    or:

    sudo yum install python-devel
  • libow-dev to work with 1-wire sensors, like DHT11 or Temperature:

    sudo apt-get install libow-dev
  • python3-smbus package:

    sudo apt-get install python3-smbus

Installation

The latest Adafruit sensors library is located on GitHub: https://github.com/adafruit/Adafruit_Python_DHT

In order to install this library we use dependency_links. So use –process-dependency-links flag when installing the satori-raspberry module:

pip3 install satori-raspberry --process-dependency-links

ATTENTION: The satori-raspberry framework uses GPIO library that can be compiled only in Raspberry Pi

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

satori-raspberry-0.0.4.tar.gz (9.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page