FarkadAdnan / Project-21

Chapter 1 code_Project_21 The Third part 3 of "The Arduino World Book" code_Project_21

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project-21

Chapter 1 code_Project_21 The Third part 3 of "The Arduino World Book" code_Project_21

  • code_Project_21
  • By:Farkad Adnan فرقد عدنان - -E-mail: farkad.hpfa95@gmail.com -inst : farkadadnan
  • #farkadadnan , #farkad_adnan , فرقد عدنان#
  • FaceBook: كتاب عالم الاردوينو
  • inst : arduinobook
  1. #كتاب_عالم_الاردوينو
  2. #كتاب_عالم_الآردوينو

Twitter Follow

sources Libraries

مشروع ساعة O-Clock

1 2 3 5

التصميم الثلاثي الابعاد

2222 FNGXX4EL0WFO0HB

library

    #include <DS3231.h> 
    #include <FastLED.h>
    DS3231 rtc(SDA, SCL);

DS3231_Precision RTC Real Time Clock Module

DS3231_Precision_RTC_Real_Time_Clock_Module_In_Pakistan

DS3231 Alternative Options

  • DS1302
  • DS1307

Applications

  • DIY projects
  • Global Positioning System
  • Telematics
  • Servers
  • Embedded Systems
  • Mobiles

Final Thoughts

This was a really fun project and I am very happy with the result. But there is always room for improvement and further development. For example; Setting the clock using the light sensor. Adding more animations. Only the imagination sets the limits.

Parts

  • WS2812 RGB LED strip, 60 LED/m, 1m
  • DS3231 Real Time Clock Module
  • Resistor 330 Ω
  • Resistor 10 KΩ
  • Photo resistor (GL5539, 10 Lux:50-100 KΩ)
  • Electrolytic Capacitor 100uf

About

Chapter 1 code_Project_21 The Third part 3 of "The Arduino World Book" code_Project_21


Languages

Language:C++ 53.1%Language:C 32.3%Language:Processing 14.6%