-
Notifications
You must be signed in to change notification settings - Fork 7
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
Issues with ATtiny85 #16
Comments
It seems that I have to modify the owslave source code as mentioned in #13, correct? |
Hi, I have the exact same problem. Did you find any solution to this? |
As this code supports mostly (only) mega8 which is kind of uncommon - at least for me - I changed to https://github.com/orgua/OneWireHub which is a library that can be used with Arduino IDE in a sketch (in other words with a bootloader) and supports a wide range of hardware like Uno/Nano, ATtiny, etc. |
Forgot to add; OneWireHub has the further advantage that it emulates standard devices that are supported by most master out of the box. |
I was able to come quite far but get got stuck with this: "make[1]: *** [device/try1/onewire.o] Error 1"
Here is my "project.cfg":
I had to modify the "Makefile" as well:
needed to be changed to
as I could not figure out how to do this in "project.cfg". (See also [1].)
[1] http://technostuff.blogspot.ch/2013/06/arduino-nano-v30-with-avr-dude.html
With all this I get an error during the first step of make:
What can I do now? What am I doing wrong?
The text was updated successfully, but these errors were encountered: