yoelk / instrumentino

Instrumentino is an open-source modular graphical user interface framework for controlling Arduino based experimental instruments
GNU General Public License v3.0
137 stars 59 forks source link

Compatibility with OneWire library? #47

Open miqi95 opened 6 years ago

miqi95 commented 6 years ago

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.

yoelk commented 6 years ago

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 notifications@github.com 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 https://github.com/yoelk/instrumentino/issues/47, or mute the thread https://github.com/notifications/unsubscribe-auth/AGTaG_LvNW63KYT9Dr7ra-Yv6QYcRWgsks5ucrPjgaJpZM4Ww_B8 .

miqi95 commented 6 years ago

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.

yoelk commented 5 years ago

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 notifications@github.com 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 https://github.com/yoelk/instrumentino/issues/47#issuecomment-423328633, or mute the thread https://github.com/notifications/unsubscribe-auth/AGTaG0ZWCtMphd6yqpoWVXJiJjAl4vHnks5uc_-dgaJpZM4Ww_B8 .