Make it possible to set the time even in places where radio clock cannot be received with M5StickC

Image credit: Tomokatsu Yukishita

Introduction

Radio controlled clocks are convenient because you don’t need to set the time. I also use a radio clock at my house.

After moving, I stopped receiving radio waves.

Radio-controlled clocks are convenient, but they are not effective if they cannot receive radio waves. In my case, when I moved, I stopped receiving radio waves and the time started to become incorrect. If you are next to the window, you can receive the signal, but it is inefficient to take it to the window every time you set the time.

How can I bring radio waves from a radio clock into my house?

Setting the time is a pain, so I would like to improve it somehow. So, I looked into what methods are available. It seems that something called a radio clock transmitter is sold on Amazon…

共立電子産業 AC同期式時刻送信機 P18-NTPAC

共立電子産業 AC同期式時刻送信機 P18-NTPAC
thumbnail
AC電源で自動調整。シンプル&コンパクトな電波時計時刻送信機 P18-P18-NTPACは、家庭用AC100Vから得た交流信号をもとに時刻を保持する電波時計送信機です。 本機はAC100Vの電源周波数(50Hz/60Hz)が常に累積誤差が生じないようにコントロールされている事に着目して、内部時計の遅れ進みを調整しながら動作します。 最初にWebブラウザ上のアプリを使って時刻を設定すると、以降は交流信号による時刻の調整で内部時計を保持します。 標準電波を受信しにくいビルの中や、特にネット環境が用意されていないビルの地下などで力を発揮しますので、電波時計を使用できる可能性が広がります。 電波時計への送信距離は最大10mです。
https://www.amazon.co.jp/dp/B084Q4DJFB/ref=cm_sw_em_r_mt_dp_GTTNAHKNPQ79RYSR8139

ケイシーズ GPS式電波時計用リピータKEISEEDS P18-NTPGR

ケイシーズ GPS式電波時計用リピータKEISEEDS P18-NTPGR
thumbnail
衛星軌道から刻を得る P18-NTPGRは、GPS衛星が送信する時刻データを元に電波時計に時刻情報を送信する、時刻リピータです。 GPS衛星から受信した時刻を使用しますので、インターネット接続やLTE通信(携帯電話)等のデータ通信は必要ありません。
https://www.amazon.co.jp/dp/B07B4YFFJL/ref=cm_sw_em_r_mt_dp_XN57TNQ96MJD3M9HCTQQ

電波時計信号送信機能付き時計(白) P18-NTPLR

電波時計信号送信機能付き時計(白) P18-NTPLR
thumbnail
送信距離:約10m、時刻データ:インターネットからSNTPにより取得 LAN I/F:RJ-45コネクタ、10Base-T準拠 電源:DC5V(4.5V~5.25V)、付属ACアダプタにより供給 表示:本体色白/緑色7セグメント数字表
https://www.amazon.co.jp/dp/B00T03OIE2/ref=cm_sw_em_r_mt_dp_M6PQCHAJQG8HRYF7H7CD?_encoding=UTF8&th=1

…Everything is expensive. It’s attractive to have accurate time, but since it’s expensive, I thought, “Maybe I don’t need to go that far.”

Maybe you can use something like Raspberry Pi instead?

Maybe it can be substituted with a little work? So, I looked for it at Switch Science, which I always work with.

SwitchScience
thumbnail
スイッチサイエンス
https://www.switch-science.com/

Then something exactly like that came out.

JJY antenna board for M5StickC

M5StickC用JJYアンテナ基板
thumbnail
電波時計に向けて標準電波JJYを模した信号を発信するためのアンテナです。M5StickC(別売)を直接接続し、至近距離にある電波時計の時刻を合わせます。M5StickC用のJJYシミュレータプログラムはGitHubにあります。
https://www.switch-science.com/products/6527

JJY antenna board for M5Atom Lite/Matrix

M5Atom Lite/Matrix用JJYアンテナ基板
thumbnail
電波時計に向けて標準電波JJYを模した信号を発信するためのアンテナです。ATOM MatrixやATOM Lite(別売)を直接接続し、至近距離にある電波時計の時刻を合わせます。JJYシミュレータプログラムはGitHubにあります。
https://www.switch-science.com/products/6746

M5StickC

M5StickC--販売終了
thumbnail
ESP32-PICOを搭載したスティック型のM5Stackです。ポータブルで使いやすいオープンソースのIoT開発基板で、プロトタイプを素早く作ることができます。メイン写真は技適取得前の画像、実際はTelec表示があります。
https://www.switch-science.com/products/5517

ATOM Lite

ATOM Lite
thumbnail
サイズがわずか24 x 24 mmの、M5Stackシリーズ開発モジュールです。ESP32-PICOを搭載し、スマートホームデバイスや、小型のおもちゃへの組み込みに適しています。
https://www.switch-science.com/products/6262

ATOM Matrix

ATOM Matrix
thumbnail
サイズがわずか24 x 24 mmの、M5Stackシリーズ開発モジュールです。ESP32-PICOを搭載し、上面に5 x 5 RGBマトリックスLEDを備えています。スマートホームデバイスや、小型のおもちゃへの組み込みに適しています。
https://www.switch-science.com/products/6260

Even if you purchase both the base and the M5 body, you will receive change if you spend 5,000 yen. At this price, I bought it right away. When I purchased it, it was only for M5StickC, so I purchased M5StickC and the antenna board.

Produce it as soon as it arrives

Once we receive the item, we will immediately begin production.

I was able to write without any problems if I set it up according to the steps in the materials listed on Switch Science’s page.

Operation confirmation

After writing the program, you can run it on the radio clock side and wait for reception. The radio waves are weak, so it won’t work unless you bring it close to the watch.

screen reader text
Place it next to the radio clock

assignment

If you use it near a microwave, the WiFi connection will be disconnected and will not reconnect. A manual restart will be required.

summary

What did you think? We were able to create a system to synchronize the radio clock with a small investment.

Related