Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aoshimash/techresi-living-room-sensor
リビングのセンサー
https://github.com/aoshimash/techresi-living-room-sensor
Last synced: about 1 month ago
JSON representation
リビングのセンサー
- Host: GitHub
- URL: https://github.com/aoshimash/techresi-living-room-sensor
- Owner: aoshimash
- License: apache-2.0
- Created: 2023-01-14T14:06:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-14T14:38:28.000Z (about 2 years ago)
- Last Synced: 2024-10-26T17:24:27.873Z (3 months ago)
- Language: C++
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# techresi-living-room-sensor
リビングのセンサー
## 概要
リビングの環境光を測定してAmbientに送信するArduinoのプログラム。
ambientのボード: https://ambidata.io/bd/board.html?id=53709
## ハードウェア
- [M5StickC PLUS](https://docs.m5stack.com/en/core/m5stickc_plus)
- [M5STACK-LIGHT-UNIT](https://docs.m5stack.com/en/unit/light)## 開発
### 秘匿情報の管理
以下のコマンドでテンプレートをコピーして `lib/secrets.h` を作成し、中身を埋める。
```
cp lib/secrets.h.template lib/secrets.h
```