jdeboi's instructables
Achievements
10K+
Views
Earned a bronze medal
1+
Featured Instructable
Earned a bronze medal
- jdeboi commented on jdeboi's instructable Classroom Clock
- jdeboi commented on jdeboi's instructable Classroom ClockView Instructable »
the Uno should work fine (mine is currently running on an Uno; I replaced the Nano). the rtc ds3231 should work too, but there may have to be minor tweaks in the code. Not sure.
- jdeboi commented on jdeboi's instructable Classroom ClockView Instructable »
Can you post the error message? I bet it has something to do with the library. Might be something related to the RTC library which I might have to fix. try changing:dayOfTheWeek() to dayOfWeek()? (or possibly vice versa)
- jdeboi's entry Classroom Clock is a finalist in the Rainbow Contest 2016 contest
- jdeboi's entry Classroom Clock is a winner in the Rainbow Contest 2016 contest
- jdeboi's entry Classroom Clock is a finalist in the Rainbow Contest 2016 contest
- jdeboi favorited LED Bracelet by bitwiseOwl
In the code on github? I see "#include <RTC_DS1307.h>" here: https://github.com/jdeboi/Classroom-Clock/blob/master/Code/classroomClock/classroomClock.ino
Thanks for the post. I used RGB Neopixels rather than RGBW LEDs. I believe RGB is more common than RGBW, so check your strip before adding the "W". But good heads up. Also the code currently has the LEDs on pin 3, which is working fine on mine, but it's fine to change it to 6 as long as you modify the code.
did you install the RTCLib? You should have: Documents > Arduino > libraries > RTCLib > RTC_DS1307.h