-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility with OneWire library? #47
Comments
Is it I2C? I think there is support for the wire module. look in the code.
Sorry for not supporting more, haven't worked on it for a long time..
…On Wed, Sep 19, 2018 at 11:15 PM miqi95 ***@***.***> wrote:
Just wondering if anyone else has worked on this yet. I'm wanting to use
instrumentino to control an experiment that uses DS18B20 digital
thermometers, but they require the DallasTemperature and OneWire libraries
to function properly.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#47>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGTaG_LvNW63KYT9Dr7ra-Yv6QYcRWgsks5ucrPjgaJpZM4Ww_B8>
.
|
1-Wire is actually a different protocol, similar in concept to i2c but uses only 1 wire connection with a pullup. Comes on lots of devices from Maxim Integrated. I can try to work in library support myself, but I'm fairly novice with this code and given the popularity of the DS18B20 I'm sure someone has used it before. Did interest or use of this project dry up? I wondered if the Kivy plans or another app had taken over the space. |
Yeah, I used to use Instrumentino a lot when I did my PhD, but as I already
graduated, and nobody else picked it up, it unfortunately doesn't get
maintained. Kivy was almost working but for the same reason, it stopped.
…On Thu, Sep 20, 2018 at 10:50 PM miqi95 ***@***.***> wrote:
1-Wire is actually a different protocol, similar in concept to i2c but
uses only 1 wire connection with a pullup. Comes on lots of devices from
Maxim Integrated. I can try to work in library support myself, but I'm
fairly novice with this code and given the popularity of the DS18B20 I'm
sure someone has used it before.
Did interest or use of this project dry up? I wondered if the Kivy plans
or another app had taken over the space.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#47 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGTaG0ZWCtMphd6yqpoWVXJiJjAl4vHnks5uc_-dgaJpZM4Ww_B8>
.
|
Just wondering if anyone else has worked on this yet. I'm wanting to use instrumentino to control an experiment that uses DS18B20 digital thermometers, but they require the DallasTemperature and OneWire libraries to function properly.
The text was updated successfully, but these errors were encountered: