Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aoshimash/techresi-living-room-sensor

リビングのセンサー
https://github.com/aoshimash/techresi-living-room-sensor

Last synced: about 1 month ago
JSON representation

リビングのセンサー

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
```