DS3234

Aca esta tu problema

 // Now set the time...
 // You can use the autoTime() function to set the RTC's clock and
 // date to the compiliers predefined time. (It'll be a few seconds
 // behind, but close!)
 rtc.autoTime();
 // Or you can use the rtc.setTime(s, m, h, day, date, month, year)
 // function to explicitly set the time:
 // e.g. 7:32:16 | Monday October 31, 2016:
 //rtc.setTime(16, 32, 7, 2, 31, 10, 16);  // Uncomment to manually set time

Se nota que has probado cientos de cosas en ese codigo

// rtc.autoTimer()

comentalo // esto es comentar