“Microduino-RTC”的版本间的差异
Jasonsheng(讨论 | 贡献) (→Development) |
Jasonsheng(讨论 | 贡献) (→Application) |
||
第58行: | 第58行: | ||
*【Pcf8563 Arduino Library'''[http://playground.arduino.cc/Main/RTC-PCF8563 ArduinoPlayground]''' 】【'''[[media:Rtc_Pcf8563.zip | Download]]'''】 | *【Pcf8563 Arduino Library'''[http://playground.arduino.cc/Main/RTC-PCF8563 ArduinoPlayground]''' 】【'''[[media:Rtc_Pcf8563.zip | Download]]'''】 | ||
− | == | + | ==Application== |
− | === | + | ===Software Download=== |
− | * | + | *Test program::'''[[File:Program Test RTC.zip]]''' |
+ | *Prepared hardware:Microduino FT232R、Microduino Core、Microduino RTC、Microduino OLED; | ||
+ | *Prepared software:Microduino provides test program(Arduino part)、Arduino IDE(1.0 release upper)、Rtc_Pcf8563 library; | ||
+ | *Put the downloaded library to the library folder of Arduino IDE installation folder; | ||
+ | *Start Arduino IED,open the test program that Microduino provides,card type choose the "Microduino Core (Atmega328P@16M,5V)",then download directly. | ||
− | |||
− | |||
− | |||
− | |||
+ | ===Test the continued time after power down:[RTC_Time]=== | ||
+ | *Boot display the loading process,including:Welcome!Load Time...,Microduino logo,load a project about every 1s. Finished loading, enter into the main program page. | ||
+ | **The first line displays the date, the format is xx/xx/xx(year/month/day); | ||
+ | **The second line displays the time, and week. The time format: xx:xx:xx(Hour:minute:second), followed the week(English format,excluding abbreviations); | ||
+ | **The third line fixed displays that:"Microduino-RTC v1.0 201310". Using a small font because of the characters more; | ||
+ | *After program running, disconnect the power. Wait for a moment, you can see the Time on the second line that is the continued time instead of default set time; | ||
+ | **(Note:RTC is a programmable clock output module,use function vosettime() to set time. After the download is completed, need commented vosettime () function to power down and then continue the next time, or else once the power restarts,recover the set value too) | ||
− | === | + | ===Test EEPROM read/write:[RTC_EEPROM]=== |
− | * | + | *Boot display the loading process,including:Welcome!,Load EEPROM,Microduino logo,load a project about every 1s. Finished loading, enter into the main program page; |
− | + | **The first line displays the random function values,the first value is a random number from 10 to 99, the second value is the read value power recovered after last power down; | |
− | ** | + | **The second line fixed displays that:"Microduino-RTC v1.0 201310". Using a small font because of the characters more; |
− | ** | + | *During the test, unplug the power firstly and then plug in the power, you can see the last value prior to power-down transformation of random numbers read EEPROM updates to display the value of place. |
− | * | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | === | + | ===Test timer interrupt:[RTC_Alarm]=== |
− | * | + | *Boot display the loading process,including:Welcome!,Load Time...,Load Alarm..,Microduino logo,load a project about every 1s. Finished loading, enter into the main program page; |
− | ** | + | **The first line display the time. Time format: xx:xx:xx(Hour:minute:second); |
− | ** | + | **The second line fixed displays that:"Microduino-RTC v1.0 201310". Using a small font because of the characters more; |
− | * | + | *Timer interrupt,when the time reaches the set time, led flashes once per second,lasts 1 minute, and you can see the countdown time on the OLED screen |
|- | |- | ||
| | | | ||
+ | |||
==Buy== | ==Buy== | ||
* '''[http://www.microduino.cc/Modules/Microdoino%20Extension%20Modules/RTC Buy Microduino-RTC ]''' | * '''[http://www.microduino.cc/Modules/Microdoino%20Extension%20Modules/RTC Buy Microduino-RTC ]''' |
2014年1月27日 (一) 02:56的版本
Microduino-RTC Module is a Real Time Clock module based on NXP CMOS PCF8563. RTC module uses TWI/I2C interface for communication. Data can be backed up with the addtional AT24c32 EEPROM. With an onboard capacitor, RTC module keeps time for serveral minutes after power disconnected. PCF8563 uses external crystal, and can provide timer intterupt tigger.
|
Feature
|
Specification
DocumentEagle PCB Download Main components
DevelopmentArduino library and supported package
ApplicationSoftware Download
Test the continued time after power down:[RTC_Time]
Test EEPROM read/write:[RTC_EEPROM]
Test timer interrupt:[RTC_Alarm]
|
Buy |
History
|
Pictures |