Skip to content

Commit

Permalink
esp32 画像追加
Browse files Browse the repository at this point in the history
  • Loading branch information
Blue-Crescent committed Feb 12, 2024
1 parent db33275 commit 9571bcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ RTCなどを使用して時刻を維持し、マイコン側で時を刻まな
### マイコン

- lgt8f328p
- ESP32 Dev module [Note] v0.6.0より

できる限りアーキテクチャに依存しないように作っているつもりですが、uint64_tが16bitしか使えなかったり、発見したものを潰している感じですので、ハードウェア(コンパイラ)により対応できない場合があるかもしれません。esp32も所持しているので時間があるときに確認するかもしれません。
できる限りアーキテクチャに依存しないように作っているつもりですが、uint64_tが16bitしか使えなかったり、発見したものを潰している感じですので、ハードウェア(コンパイラ)により対応できない場合があるかもしれません。

### JJY受信IC

Expand All @@ -47,6 +48,7 @@ RTCなどを使用して時刻を維持し、マイコン側で時を刻まな
![](img/IMG_5775.jpeg)
![](img/IMG_5777.jpeg)
![](img/IMG_5776.jpeg)
![](img/IMG_5781.jpeg)

| 基板シルク | 機能 | MAS6181B端子 | ライブラリコンストラクタ |
| ----- | --------------------------------------------------------------------------------------------------------------- | ---------- | ------------ |
Expand Down Expand Up @@ -198,8 +200,6 @@ if(jjy.quality > 80){

受信した段階で受信した時刻に更新されます。秒は10msecタイマx100カウントでインクリメントします。

![](img/examplesketch.png)

# デバッグモード

SoftwareSerialなどのシリアル通信ライブラリを有効にすることで、文字出力されます。
Expand Down
Binary file added img/IMG_5781.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9571bcc

Please sign in to comment.