Raspberry Pi function

Source: Internet
Author: User

The default i²c is off, with the Raspi-config command, a configuration block will pop up

Select Enable I²c.

After reboot

There are no i2c-x devices found in the/dev/directory, this time you need to do the following

1. Add I²c Module
sudo nano/etc/modules
Then add the following two lines of content
i2c-bcm2708
I2c-dev

In the second reboot, you can see it.

2. Install the I²c tool to view the I²C device
sudo apt-get install I2c-tools

Provides the following I²c tool commands, such as I2cdetect,i2cget,i2cset.

3. Execute commands to view i²c devices
sudo i2cdetect-y-a 0
Note If the 512M version, please change "0" to "1", 0, 1, the device number of i²c, general use 1

Reference link http://www.eeboard.com/bbs/forum.php?mod=viewthread&tid=5617&page=1

Raspberry Pi function

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.