chasmack / seedling

Seedling heat mat controller
2 stars 0 forks source link

Your DS2482 driver as a standalone OneWireBus compatible module #1

Open fgervais opened 2 years ago

fgervais commented 2 years ago

Thank you for your DS2482, it works well and the code is well laid out.

I just want to let you know that I made it a standalone module compatible with the adafruit_onewire.bus.OneWireBus interface so it can be used by other Adafruit 1wire drivers.

https://github.com/fgervais/ds2482

As you can see I gave you credits and linked to your project.

chasmack commented 2 years ago

Excellent. The DS2482 worked great for me, simple to use and reliable. I ran my seedling controller this year from early March through the middle of August, reading five DS18B20 sensors on a 5 second cycle, and never crashed out with an error. Adafruit should build a One-Wire breakout board for the device.

On Mon, Sep 27, 2021 at 2:41 PM Francois Gervais @.***> wrote:

Thank you for your DS2482, it works well and the code is well laid out.

I just want to let you know that I made it a standalone module compatible with the adafruit_onewire.bus.OneWireBus interface so it can be used by other Adafruit 1wire drivers.

https://github.com/fgervais/ds2482

As you can see I gave you credits and linked to your project.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/chasmack/seedling/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADBZM53RV76BUIHLSAPYT4TUEDQJHANCNFSM5E3RCQMQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

fgervais commented 2 years ago

Nice to hear that it's stable. I never heard of this chip before using it in my current project. I'm glad my code doesn't have to deal with this timing sensitive bus directly.

I was thinking the same thing about Adafruit, once I tested my boards (https://oshpark.com/shared_projects/6VDPQxtW) I'll tweet to them to ask if they would like to make them.