Skip to content

Commit

Permalink
デバッグ情報
Browse files Browse the repository at this point in the history
  • Loading branch information
Blue-Crescent committed Feb 6, 2024
1 parent 58a2d01 commit 23a5331
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ SoftwareSerialなどのシリアル通信ライブラリを有効にすること

![](img/Debug1.png)

受信中の中間データはlocaltime[0],localtime[1],localtime[2]のデータに格納されます。[0]のデータは途中から受信し、[1]のデータは最初から受信処理がされるためlocaltime[1]に最も早く時刻データが入ります。

getTime()は最低2つのデータが一致する必要があります。JJYは1分かけて時刻情報を送信していますので、受信には最低2分かかります。良好な状態で3分程度、ノイズがある環境だと数分~受信不可となります。

# アルゴリズム

## ハミング距離によるデータ判定
Expand Down

0 comments on commit 23a5331

Please sign in to comment.