* Using rtc.lostPower() with DS1307 might not work correctly because it doesn't have the lostPower feature. * Using !rtc.isrunning() with DS3231 might not effectively check for power loss, and you may ...
Although ready-made real-time clock (RTC) modules for microcontroller projects are available in every online shop, an inspired electronics hobbyist would rather put together something from a few ...
プログラミングが簡単なArduino nano互換機をベースにした汎用モジュールにより、デジタルモジュールのDIYを是非楽しんでほしいと思った。 特に最近は生成AIにより、プログラミングが非常に簡単かつ、学びやすく、チャレンジするには良い環境が整っている。
電源制御モジュールであるWio Extension – RTCを、Arduino基板の上部に重ねるための基板を開発すべく、開発に至った背景、EasyEDAでの基板設計、JLCPCBでの基板発注をまとめます。 1. 背景と目的 電池駆動型の自作IoTシステムの開発において、長期駆動のためには ...
仕事に、人生に効く一冊。 Arduino、Raspberry Pi、BeagleBoneは、あらゆるDIYプロジェクトに使え、しかも低コストで購入できるコントローラーたちです。しかし、自分が求めている機能性に対してどれが最適なのかを見極めるのはなかなか難解でもあります。
仕事に、人生に効く一冊。 マイクロコントローラーや安価なシングルボード・コンピューターを使ったすばらしいDIYプロジェクトが多数報告されています。しかし、Arduino、Raspberry Pi、BeagleBone...どのボードを選べばいいのか悩みますよね?今回は3つの人気 ...
Using an Arduino Uno R4 WiFi, if the RTC date is set to before 2000-01-01, it will incorrectly report the date when it is read back from the RTC. For an easy repro, see the sketch I have provided in ...