Skip to main content

An extendable python library to manipulate sensors coupled to the Raspberry Pi

Project description

LibsensorPy An extendable python library to manipulate sensors coupled to the Raspberry Pi

WHAT IS NEEDED BEFORE INSTALL?

  1. Configure and enable SPI and I2C ports on raspperry:

$ sudo apt-get install python-smbus $ sudo apt-get install i2c-tools 2.1) For Raspbian users, check /etc/modprobe.d/raspi-blacklist.conf and comment “blacklist i2c-bcm2708” and “blacklist spi-bcm2708” by running

$ sudo nano /etc/modprobe.d/raspi-blacklist.conf and adding a # (if its not there).

# blacklist i2c-bcm2708

# blacklist spi-bcm2708

2.2) For Wheezy or something-other-than-Occidentalis, add the following lines to /etc/modules:

i2c-dev i2c-bcm2708 spi-bcm2708 and then reboot.

  1. Install pigpio:

$ wget abyz.co.uk/rpi/pigpio/pigpio.zip $ unzip pigpio.zip $ cd PIGPIO $ sudo make $ sudo make install

  1. Install setuptools:

sudo apt-get install python-setuptools

How to download and install LibsensorPy:

  1. Via pip:

sudo pip install libsensorPy

  1. Via wget:

$ wget https://pypi.python.org/packages/source/l/libsensorPy/libsensorPy-0.0.4.tar.gz $ tar -zxvf libsensorPy-0.0.4.tar.gz $ cd libsensorPy-0.0.4/ $ sudo python setup.py install

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

libsensorPy-0.0.9.tar.gz (23.8 kB view details)

Uploaded Source

File details

Details for the file libsensorPy-0.0.9.tar.gz.

File metadata

  • Download URL: libsensorPy-0.0.9.tar.gz
  • Upload date:
  • Size: 23.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for libsensorPy-0.0.9.tar.gz
Algorithm Hash digest
SHA256 44457aadbf18461a276ccad4ceaf013d786ecc931d9b09fa38dc21196868bbdf
MD5 ee28db6ce626b02813b4f7051f4896b5
BLAKE2b-256 1f397a56aac885fdd9dcd02cae69e94a93e3ec85341930a0a43d8fa4e7e7bb12

See more details on using hashes here.

Supported by

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