Difference between revisions of "Power Fail Logger by Microrusty"

From media_wiki
Jump to: navigation, search
Line 4: Line 4:
  
 
  '''Features'''
 
  '''Features'''
   SPI bus SD Card for data logging power outages
+
   SD Card for data logging power outages
   I2C bus for Real Time Clock with date and time
+
   Real Time Clock with date and time
 
   Time Stamp provides year, month, day, hours, minutes, seconds  
 
   Time Stamp provides year, month, day, hours, minutes, seconds  
 
   Automatic switching to battery on main power loss.  
 
   Automatic switching to battery on main power loss.  
Line 22: Line 22:
 
[[File:PowerLogger-Top.PNG |350px|left]]
 
[[File:PowerLogger-Top.PNG |350px|left]]
 
[[File:PowerLogger-Bottom.PNG|350px|mid]]
 
[[File:PowerLogger-Bottom.PNG|350px|mid]]
[[File:PCF85263AT-RTC.PNG |350px|mid]]
+
 
  
 
==[[ Programming Power Fail Logger with Arduino IDE]]==
 
==[[ Programming Power Fail Logger with Arduino IDE]]==

Revision as of 03:03, 17 May 2021

Power Fail Logger Optimized for no power at the AC plug

 Automatic switching to battery on main power loss. 

Data Sheet https://www.nxp.com/docs/en/

Features
 SD Card for data logging power outages
 Real Time Clock with date and time
 Time Stamp provides year, month, day, hours, minutes, seconds 
 Automatic switching to battery on main power loss. 
 Captures Power Failures with time and date stamp written to SD Card.
 Captures Power Restored with time and date stamp written to SD Card.
 Captures system resets with time and date stamp written to SD Card.  
 
 Three time log registers triggered from battery switch-over as well as input driven events.
 Featuring clock output and two independent interrupt signals.
 ISP interface uses USBTiny
 SPI Interface 
 I2C interface
 16-MHZ Crystal Clock.
 
PowerLogger-Top.PNG

mid


Programming Power Fail Logger with Arduino IDE


Main Page