Add RTC to supported peripherals for RAK

This commit is contained in:
nagumii 2024-04-18 18:32:13 +03:00 committed by GitHub
parent 876c019e6c
commit 2f23a79bd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,6 +17,7 @@ values={[
{label: 'Buzzer', value: 'Buzzer'},
{label: 'I/O Module', value: 'IO'},
{label: 'Environmental Sensors', value:'Sensors'}
{label: 'RTC Module', value:'RTC'}
]}>
<TabItem value="GPS">
@ -144,3 +145,18 @@ The [RAK1906 Environment Sensor](https://store.rakwireless.com/products/rak1906-
</TabItem>
</Tabs>
<TabItem value="RTC">
## RTC Module
The [RAK12002 WisBlock RTC Module](https://store.rakwireless.com/products/rtc-module-rak12002) is a real-time-clock with a supercapacitor backup, allowing a node to maintain the correct time across reboots and for up to seven days without power. It operates on a crystal oscilator and communicates via the i2c interface. The module can be inserted into slots A, B, C or D, and is plug and play - no settings are required.
### Resources
- [RAK Documentation Center RAK12002](https://docs.rakwireless.com/Product-Categories/WisBlock/RAK12002/Overview/)
- Purchase Links:
- US
- [Rokland](https://store.rokland.com/products/rak-wireless-rak12002-rtc-module-micro-crystal-rv-3028-c7-pid-100032)
- International
- [RAK Wireless](https://store.rakwireless.com/products/rtc-module-rak12002)
</TabItem>