Open nbernard opened 8 years ago
@nbernard: I've been run into similar issues. Have you been able to make the slave device working/functional?
Hello,
No, I have not, but I didn't try hard yet either. I have put this project on the backburner while waiting to see if someone had an easy fix, and due to other more pressing projects, have not touched it since.
Hi,
I'm trying to use owslave on an attiny85 (that is marked as "untested for some time") and I'm running into some issues.
Mostly the current head doesn't compile for this device. I have tried using older versions, but then I run into different compilation errors due to the evolution of some dependencies since. It seems the main culprit is around commit e96137693c67eeae281dfcf72068734c36508ffd, and I tried the following modifications:
and the following configuration file:
With these modifications, the build is successful, but the flashed mcu appears unresponsive to a 1-wire query, so I guess they are incomplete and/or erroneous. I tried both the ds2423 (as, if I succeed in making this to work, I may try to implement the now obsolete ds2433) and the moat targets, with the same (non-)result.
Would you have any idea/advice?