Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PCF85063A support? #171

Open
allexotecnologia opened this issue Jun 17, 2020 · 4 comments
Open

Add PCF85063A support? #171

allexotecnologia opened this issue Jun 17, 2020 · 4 comments

Comments

@allexotecnologia
Copy link

  • Arduino board: ESP32 DEVKIT

Hey.

Been looking for a RTC module and found out the NPX PCF85063A. Found this lib that works with PCF8563.

Any chance those are compatible using this same library?

Thanks

@fm-33
Copy link

fm-33 commented Jun 17, 2020

Hi!
If you already bought the module, test it and tell us! Many modules use the same methods.
If you can use another module, try DS3231. It is very reliable and widely used (and also cheap).

@drak7
Copy link
Contributor

drak7 commented Jun 17, 2020

The registers on the PCF85063A are different from the ones in the PCF8523 so the library won't work without modifications.

@allexotecnologia
Copy link
Author

The registers on the PCF85063A are different from the ones in the PCF8523 so the library won't work without modifications.

@drak7 thanks for the reply. On that topic, any idea if that’s too complex to develop? Or how do I even begin? We had a spec for a project that uses this rtc and wishes to use it with a i2c bus linked on a esp32.

Thanks in advance!

@edgar-bonet
Copy link
Contributor

@allexotecnologia: You have to read the datasheet, and pay special attention to the description of the internal registers. Then you can take inspiration from the implementation of the existing RTC_* classes.

@caternuson caternuson changed the title Compability - PCF85063A Add PCF85063A support? Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants