UncleRus / esp-idf-lib

Component library for ESP32-xx and ESP8266
https://esp-idf-lib.readthedocs.io/en/latest/
1.33k stars 414 forks source link

Driver for AM1805 ultra-low power RTC #645

Open ferdinandkeil opened 1 week ago

ferdinandkeil commented 1 week ago

Device name

AM1805

Device description

The AM1805 is a feature-rich ultra-low power RTC IC. It draws less than 14 nA when using the integrated RC oscillator.

Device product page URL

https://ambiq.com/artasie-am1805/

Datasheet URL

https://www.mouser.de/datasheet/2/1494/Artasie_AM18X5_RTC_Datasheet-3318777.pdf

Can the device be purchased at any of the followings?

URLs to purchase the device

https://eu.mouser.com/ProductDetail/Ambiq/AM1805AQ?qs=Imq1NPwxi77iHyem6Fw3nQ%3D%3D https://www.digikey.com/en/products/detail/ambiq-micro-inc/AM1805AQ/21363895?s=N4IgTCBcDaIIYFsCMAOADAVhAXQL5A

Other implementations

I have started work on a driver in my fork: https://github.com/ferdinandkeil/esp-idf-lib/tree/feature-am1805 Please assign this issue to me.