Skip to content

robotice-devices/mcp9808-device

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 

Repository files navigation

MCP9808 - I2C Temperature Sensor

For the Raspberry Pi this means you should hook up to the only exposed I2C bus from the main GPIO header and the library will figure out the bus number based on the Pi's revision.

For the Beaglebone Black the library will assume bus 1 by default, which is exposed with SCL = P9_19 and SDA = P9_20.

Requires: Adafruit_I2C

Compatibility

  • BeagleBone - Driver not working yet
  • Raspberry Pi - Not tested

Usage

Get readings from bus I2C-1 (P9_19, P9_20)

python driver.py -b 1

Read more

Where to buy

About

MCP9808 - I2C Temperature Sensor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages