Coder Social home page Coder Social logo

i2cdev's Introduction

Pure Python i2c module for the Raspberry Pi.

INSTRUCTIONS
1. Install the i2c-bcm2708 kernel module. The newest version of this
   driver is required to perform combined transactions.
   Use 'lsmod' to list modules, 'modprobe' to load modules.
   May need to edit the "/etc/modprobe.d/raspi-blacklist.conf" file.
2. Install the i2c-dev kernel module. This creates the "/dev/i2c-x"
   device files used by this module to access the i2c busses.
3. Run the module and it will show which i2c busses it can access.
4. Run the module with the bus number as a parameter it will will
   perform a scan similar to the "i2cdetect" command.
   Bus 0 is typically used with the camera module on S5.
   Bus 1 is available on the GPIO Connector.
   Bus 2 is not accessible (permanantly wired for HDMI).

For more help:
>>> import i2cdev
>>> help(i2cdev)
   
The I2C subsystem in Linux is documented very well at: 
    https://i2c.wiki.kernel.org/index.php/Main_Page

version 1.0 - cbeytas - June 23, 2013

Tested with Python 2.7.1 and Python 3.2.3

i2cdev's People

Contributors

cbeytas avatar

Watchers

James Cloos 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.