This document provides the connection details for the DS1302 RTC module and the SD card module when used with an Arduino Uno. Please ensure you have the necessary ...
前回、DS1302のモジュールから、1byte読み出しの手順を使って「秒」の値を得ることに成功しました\(^o^)/。ただ、わざわざ「秒」だけを取り出して使うことは、時刻の設定以外、あまりなさそうですね。普段は複数項目の「一気読み」をすると思います。
This document provides the connection details for the DS1302 RTC module and the SD card module when used with an Arduino Uno. Please ensure you have the necessary ...
データロギングに使おうと、ヘッダの写真のように複数のモジュールをつないでみています。 その中で、RTCモジュール(DS1302)も使います。 まあ、上手く動いて時刻読めています。ただ、「分」オーダーのずれがあるので時刻合わせをしようと思った次第。