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
I had problems detecting the an tiny RTC (DS1307) via the tiny-usb-i2c/LitteWire. After some trials it worked when I changed the clock calibration settings in main.c:
micronucleus/micronucleus#26 goes through a lot of detail on how calibration currently works on ATtiny85, and @embedded-creations says “...also surprised the default routine works at all.”
From dasaki at https://forum.openwrt.org/viewtopic.php?pid=319315#p319315 :
I had problems detecting the an tiny RTC (DS1307) via the tiny-usb-i2c/LitteWire. After some trials it worked when I changed the clock calibration settings in main.c:
removing the "0.5" from line:
to:
Hope it helps someone else.
The text was updated successfully, but these errors were encountered: