Difference between revisions of "USB-RTC"
From SB-Components Wiki
Line 35: | Line 35: | ||
</div> | </div> | ||
<div class="large-4 column"> | <div class="large-4 column"> | ||
− | [[File:USB_RTC.png]] | + | [[File:USB_RTC.png|thumb|left|alt=Pico 1.14 LCD HAT| Buy it From : ''[https://shop.sb-components.co.uk/products/usb-rtc-for-raspberry-pi-1 Click Here]'']] |
</div> | </div> | ||
</div> | </div> |
Revision as of 06:54, 24 May 2021
USB RTC
USB RTC is an open source real time clock device that comprises MCP2221, a USB-to-UART/I2C serial converter, which enables USB connectivity, in the processes that include a USB, UART(Serial), GPIO, and I2C interfaces. It runs on Hi-tech DS3231 RTC chip, an accurate I2C, runs the USB RTC with extremely high efficiency at a low cost. USB RTC for Raspberry Pi has cross platform support which makes it enable to work on different platforms like Windows, MAC, etc.
Features
Specifications
Installation
Python
- Install MCP2221 Library by running below command on terminal:
pip3 install PyMCP2221A
- Connect USB-RTC on USB Port of Raspberry Pi/Windows.
- Now clone/download USB-RTC Github Repository by running below command:
git clone https://github.com/sbcshop/USB-RTC.git
- Now enter downloaded folder from home/pi or by rnning below command:
cd USB-RTC
- Now run test.py file by running below command:
python3 test.py