31850k breakout board

Breakout boards, sensors, other Adafruit kits, etc.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
planecrazy29
 
Posts: 2
Joined: Sun Feb 16, 2014 10:04 pm

31850k breakout board

Post by planecrazy29 »

Is there a python library that supports this chip? I'd like to adapt this project https://apollo.open-resource.org/missio ... picoreflow to use the one-wire setup.

User avatar
adafruit_support_mike
 
Posts: 67485
Joined: Thu Feb 11, 2010 2:51 pm

Re: 31850k breakout board

Post by adafruit_support_mike »

There's no Python library because the RasPi doesn't have native support for 1-Wire.

There's a kernel module for the DS18B20 1-Wire sensor, but that bit-bangs the protocol in software. I2C and SPI are supported in hardware, so it's easier to create a generic interface for the protocol and let the chip handle the actual signals.

Locked
Please be positive and constructive with your questions and comments.

Return to “Other Products from Adafruit”