You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some sensors use the 1-wire protocol, for instance the common temperature sensor ds18b20. Would be great to have a driver for this. https://en.wikipedia.org/wiki/1-Wire
Do you think an esp32 would be fast enough to do this via the gpio module?
The text was updated successfully, but these errors were encountered:
It does look like a fairly easy driver to port to AtomVM. I don’t know if it is popular enough to include in the default image, but an external driver, (especially one based on the component I linked above) should be fairly easy. I have several things I am working on at the moment, or I would tackle this for you right away.
Some sensors use the 1-wire protocol, for instance the common temperature sensor ds18b20. Would be great to have a driver for this.
https://en.wikipedia.org/wiki/1-Wire
Do you think an esp32 would be fast enough to do this via the
gpio
module?The text was updated successfully, but these errors were encountered: