work by schedule

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
urchc_1533771
Level 5
Level 5
5 likes given First like received First like given

Hi !
I can`t find any example for work by schedule.
I talk about that my device receive some table and switch LED by time in this table.
For example this table:
Day      | Time  | During
Dec11 | 15.25 | 10 min
....
What to do ? Where I can find information ?
 

0 Likes
3 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Use the RTC (Real-Time Clock) component. The table with the wanted times and durations you'll have to provide, sort and transmit in the right format to the alarm part of the RTC.

   

 

   

Bob

0 Likes
urchc_1533771
Level 5
Level 5
5 likes given First like received First like given

Thanks and where I can get some example of RTC ?

0 Likes
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Creator -> Start Page -> Find Example Project -> RTC...

   

 

   

Bob

0 Likes