Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nabeo114/m5_ac_remote
M5StickCを使用して自宅のエアコン(三菱製)をAWS IoT Device Shadowを介してリモコン制御するとともに、ENV2 Unitを使用して室内の温度・湿度・気圧をGoogleスプレッドシートに記録するサンプルコード
https://github.com/nabeo114/m5_ac_remote
aws-iot env google-spreadsheet ir m5stickc
Last synced: about 2 months ago
JSON representation
M5StickCを使用して自宅のエアコン(三菱製)をAWS IoT Device Shadowを介してリモコン制御するとともに、ENV2 Unitを使用して室内の温度・湿度・気圧をGoogleスプレッドシートに記録するサンプルコード
- Host: GitHub
- URL: https://github.com/nabeo114/m5_ac_remote
- Owner: nabeo114
- Created: 2020-12-20T13:34:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-10T13:40:05.000Z (about 2 months ago)
- Last Synced: 2024-11-10T14:30:33.830Z (about 2 months ago)
- Topics: aws-iot, env, google-spreadsheet, ir, m5stickc
- Language: C++
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# M5StickC AC Remote
This project utilizes the M5StickC to control a Mitsubishi air conditioner via infrared signals and AWS IoT Device Shadow, enabling remote management.
## Setup Instructions
### Prerequisites
- **Arduino IDE**: Install the Arduino IDE.
- **Board Configuration**:
- In the Boards Manager, install **esp32** version 2.0.17.
- Select **M5Stick-C** as the board (Tools > Board > esp32 > M5Stick-C).
- **Libraries**:
- Install **IRremoteESP8266** version 2.7.12 for infrared control of Mitsubishi air conditioners.## References
- [ESP32 AWS IoT Blog](https://blog.maripo.org/2017/07/esp32-aws-iot/)
- [TurnOnMitsubishiAC Example Code](https://github.com/crankyoldgit/IRremoteESP8266/blob/master/examples/TurnOnMitsubishiAC/TurnOnMitsubishiAC.ino)
- [Mitsubishi IR Codes](https://github.com/crankyoldgit/IRremoteESP8266/blob/master/src/ir_Mitsubishi.h)