|
1 | 1 | # Real time clock RTC PCF85063A breakout Arduino library
|
2 | 2 |
|
3 |
| -[](https://github.com/e-radionicacom/Soldered-PCF85063A-RTC-Module-Arduino-Library/actions/workflows/make_docs.yml) |
| 3 | +[](https://github.com/e-radionicacom/Soldered-Generic-Arduino-Library/actions/workflows/make_docs.yml) |
4 | 4 |
|
5 |
| -|  | |
6 |
| -| :---------------------------------------------------------------------------------------------: | |
7 |
| -| [Real time clock RTC PCF85063A breakout Board](https://www.solde.red/333051) | |
| 5 | +|  | |
| 6 | +| :---------------------------------------------------------------------------------------------: | |
| 7 | +| [Real time clock RTC PCF85063A breakout](https://www.solde.red/333051) | |
8 | 8 |
|
9 |
| -Real time clock PCF85063A breakout board compliant to [easyC ecosystem](https://www.soldered.com/easyC). |
| 9 | +RTC (Real Time Clock) is a device that carefully and precisely tracks time and dates. It is extremely precise so as a long-term solution, it is better for time tracking than clock on microcontrollers. This breakout can work with extremely low current and thanks to the alarm option and interrupt pin, it will allow a microcontroller to enter sleep mode until its awaken by this RTC. |
| 10 | + |
| 11 | +It has a built-in battery holder (doesn't come with a battery) and even if power is lost, real-time won't be affected. |
| 12 | + |
| 13 | +- Communication: I2C |
| 14 | +- RTC IC: PCF85063A |
| 15 | +- Voltage: 0.9V - 5.5V |
| 16 | +- easyC connector |
| 17 | +- Dimensions: 36 x 22 mm (https://www.soldered.com/en/easyC) |
10 | 18 |
|
11 | 19 | ### Repository Contents
|
12 | 20 | - **/src** - source files for the library (.h & .cpp)
|
13 | 21 | - **/examples** - examples for using the library
|
14 | 22 | - ***other*** - *keywords* file highlights function words in your IDE, *library.properties* enables implementation with Arduino Library Manager.
|
15 | 23 |
|
16 | 24 | ### Hardware design
|
17 |
| -You can find hardware design for this board in Real time clock PCF85063A breakout Board hardware repository |
| 25 | +You can find hardware design for this board in [*Real time clock RTC PCF85063A breakout*](https://github.com/SolderedElectronics/NAZIVPROIZVODA-hardware-design) hardware repository. |
18 | 26 |
|
19 | 27 | ### Documentation
|
20 | 28 |
|
21 |
| -Access Arduino library documentation [here](https://e-radionicacom.github.io/Soldered-PCF85063A-RTC-Module-Arduino-Library/). |
| 29 | +Access Arduino library documentation [here](https://SolderedElectronics.github.io/Soldered-Generic-Arduino-Library/). |
22 | 30 |
|
23 |
| -- Tutorial for using the Real time clock PCF85063A breakout board |
| 31 | +- Tutorial for using the NAZIV PROIZVODA board |
24 | 32 | - Installing an Arduino library
|
25 | 33 |
|
26 | 34 | ### Board compatibility
|
27 | 35 |
|
28 | 36 | The library is compatible with board & microcontroller families shown in green below:
|
29 | 37 |
|
30 |
| -[](https://github.com/e-radionicacom/Soldered-PCF85063A-RTC-Module-Arduino-Library/actions/workflows/compile_test.yml) |
| 38 | +[](https://github.com/e-radionicacom/Soldered-Generic-Arduino-Library/actions/workflows/compile_test.yml) |
| 39 | + |
31 | 40 |
|
32 | 41 | ### About Soldered
|
33 |
| - |
| 42 | +<img src="https://raw.githubusercontent.com/e-radionicacom/Soldered-Generic-Arduino-Library/dev/extras/Soldered-logo-color.png" alt="soldered-logo" width="500"/> |
34 | 43 |
|
35 | 44 | At Soldered, we design and manufacture a wide selection of electronic products to help you turn your ideas into acts and bring you one step closer to your final project. Our products are intented for makers and crafted in-house by our experienced team in Osijek, Croatia. We believe that sharing is a crucial element for improvement and innovation, and we work hard to stay connected with all our makers regardless of their skill or experience level. Therefore, all our products are open-source. Finally, we always have your back. If you face any problem concerning either your shopping experience or your electronics project, our team will help you deal with it, offering efficient customer service and cost-free technical support anytime. Some of those might be useful for you:
|
36 | 45 |
|
37 |
| -- [Web Store](https://www.soldered.com) |
38 |
| -- [Educational content](https://learn.soldered.com) |
39 |
| -- [Community & technical support](https://community.soldered.com) |
40 |
| -- [Custom PCBs](https://pcb.soldered.com) |
| 46 | +- [Web Store](https://www.soldered.com/shop) |
| 47 | +- [Tutorials & Projects](https://soldered.com/learn) |
| 48 | +- [Community & Technical support](https://soldered.com/community) |
| 49 | + |
| 50 | + |
| 51 | +### Original source |
| 52 | + |
| 53 | +This library is possible thanks to original [arduino-mcp23017](https://github.com/blemasle/arduino-mcp23017) library. Thank you, blemasle. |
| 54 | + |
41 | 55 |
|
42 | 56 | ### Open-source license
|
43 | 57 | Soldered invests vast amounts of time into hardware & software for these products, which are all open-source. Please support future development by buying one of our products.
|
44 | 58 |
|
45 | 59 | Check license details in the LICENSE file. Long story short, use these open-source files for any purpose you want to, as long as you apply the same open-source licence to it and disclose the original source. No warranty - all designs in this repository are distributed in the hope that they will be useful, but without any warranty. They are provided "AS IS", therefore without warranty of any kind, either expressed or implied. The entire quality and performance of what you do with the contents of this repository are your responsibility. In no event, Soldered (TAVU) will be liable for your damages, losses, including any general, special, incidental or consequential damage arising out of the use or inability to use the contents of this repository.
|
46 | 60 |
|
47 |
| -Thank you from your fellow makers at Soldered. |
48 |
| - |
49 |
| - |
| 61 | +## Have fun! |
| 62 | +And thank you from your fellow makers at Soldered Electronics. |
0 commit comments