element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Robotics
  • Technologies
  • More
Robotics
Forum alarm system
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Robotics to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 1 reply
  • Subscribers 60 subscribers
  • Views 916 views
  • Users 0 members are here
  • robotics
Related

alarm system

vead11
vead11 over 10 years ago

Hello

  I need help I have psoc 4200 device. if you look zip file  there is only one LED Pin. and LCD. I am getting current date and time on LCD. now I want to set alarm for LED

  task

.1. get current time and date from RTC

2.print current time and date on LCD

.3 activate alarm date time

4.If alarm is activate turn on LED for 30 second

 

when alarm set blink  LED ? I don't understand how to set alarms. please look my project and tell me what I have to do in program ?

Attachments:
raj.zip
  • Sign in to reply
  • Cancel

Top Replies

  • clem57
    clem57 over 10 years ago +2
    vead11 Concept is simple. The processor has an internal timer called a watchdog timer. You need to read how to setup the registers since each MCU varies. Usually they are based on ticks that vary in size…
Parents
  • clem57
    0 clem57 over 10 years ago

    vead11

         Concept is simple. The processor has an internal timer called a watchdog timer. You need to read how to setup the registers since each MCU varies. Usually they are based on ticks that vary in size. Watch for how many it counts since an overflow would be bad for your alarm. They may give a register that scales the ticks by a multiple of say 32 based on a register you set. For example a 1 MHz timer with a 32 multiple would actually be 1,000,000/32 = 31.250 Khz. So 31,250 ticks in a second mean you need 16 bits to count the ticks. Now the watchdog time can interrupt you every second where you can increment your current time by one second. When your time hits 60 seconds, you increment the minutes and reset seconds to 0. When the minutes hit 60, you increment the hours by 1 and reset the minutes to 0. When the hours hit 24(military time), you now have a day and reset hours to zero. Once that is done, have you hit the alarm time you stored somewhere?

    C

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • clem57
    0 clem57 over 10 years ago

    vead11

         Concept is simple. The processor has an internal timer called a watchdog timer. You need to read how to setup the registers since each MCU varies. Usually they are based on ticks that vary in size. Watch for how many it counts since an overflow would be bad for your alarm. They may give a register that scales the ticks by a multiple of say 32 based on a register you set. For example a 1 MHz timer with a 32 multiple would actually be 1,000,000/32 = 31.250 Khz. So 31,250 ticks in a second mean you need 16 bits to count the ticks. Now the watchdog time can interrupt you every second where you can increment your current time by one second. When your time hits 60 seconds, you increment the minutes and reset seconds to 0. When the minutes hit 60, you increment the hours by 1 and reset the minutes to 0. When the hours hit 24(military time), you now have a day and reset hours to zero. Once that is done, have you hit the alarm time you stored somewhere?

    C

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube