Page 1 of 2

3D-Printed Arduino Christmas Countdown Ornament

Posted: Sun Dec 03, 2017 11:11 pm
by wermy
Pretty much all in the title. :) Figured I'd post it here so more folks could see it.
http://www.sudomod.com/3d-printed-ardui ... -ornament/

Re: 3D-Printed Arduino Christmas Countdown Ornament

Posted: Mon Dec 04, 2017 11:01 am
by Helder
Cool beans and plenty of time to get one made in time for Christmas.

Re: 3D-Printed Arduino Christmas Countdown Ornament

Posted: Tue Dec 05, 2017 2:52 am
by neolith
Oooooh – a post with a long video! Thank you, I am looking forward to watching this! :D

Re: 3D-Printed Arduino Christmas Countdown Ornament

Posted: Thu Dec 07, 2017 12:24 pm
by di993r
Noob question but can i run the sketch on a teensy lc?

Re: 3D-Printed Arduino Christmas Countdown Ornament

Posted: Thu Dec 07, 2017 12:39 pm
by wermy
di993r wrote:
Thu Dec 07, 2017 12:24 pm
Noob question but can i run the sketch on a teensy lc?
Their product page says it supports I2C, so yeah it should work, the SDA/SCK pins might be different than I used, though.

Re: 3D-Printed Arduino Christmas Countdown Ornament

Posted: Thu Dec 07, 2017 1:05 pm
by di993r
Thanks. pins 18 and 19 are ic2 but the upload fails compilling. would i need to edit sketch?

Re: 3D-Printed Arduino Christmas Countdown Ornament

Posted: Thu Dec 07, 2017 1:17 pm
by wermy
what error are you getting? You may be missing a library or two.

Re: 3D-Printed Arduino Christmas Countdown Ornament

Posted: Sun Dec 10, 2017 5:18 am
by di993r
'DS3231_INTCN' was not declared in this scope
Also now have the same board you used in the video

Re: 3D-Printed Arduino Christmas Countdown Ornament

Posted: Sun Dec 10, 2017 11:20 am
by wermy
di993r wrote:
Sun Dec 10, 2017 5:18 am
'DS3231_INTCN' was not declared in this scope
Also now have the same board you used in the video
Ok, try installing these two libraries:

https://github.com/PaulStoffregen/Time
https://github.com/rodan/ds3231

Re: 3D-Printed Arduino Christmas Countdown Ornament

Posted: Sun Dec 10, 2017 11:47 am
by di993r
Thanks. just done both but same error.