Skip to content

Apple Homekit から [Nature Remo](https://nature.global/) を操作する事ができる、ESP32 用のカスタムファームウェアです。

License

Notifications You must be signed in to change notification settings

kosukekurimoto/esp32-homekit-natureremo

Repository files navigation

esp32-homekit-natureremo

Apple Homekit から Nature Remo を操作する事ができる、Espressif の SoC マイコン ESP32 のカスタムファームウェアです。

Apple Homekit -> ESP32 -> HTTP(Nature Remo Local API) -> Nature Remo

前提

esp-idfのセットアップが完了している事。

インストール方法

  1. このリポジトリをClone
git@github.com:kosukekurimoto/esp32-homekit-natureremo.git
  1. サブモジュールを同期
$ git submodule update --init --recursive
  1. シリアルポートとWiFiを設定
$ make manuconfig
Serial flasher config - > Default serial port // デバイスへの書き込み用シリアルポートの設定  
Example Configuration - > WiFi SSID, WiFi Password // 接続するWiFiのSSID, パスワードの設定 ※2.4Ghzのみ  
  1. ビルド & フラッシュ
$ ./flash

関連リンク

Espressif IoT Development Framework.

About

Apple Homekit から [Nature Remo](https://nature.global/) を操作する事ができる、ESP32 用のカスタムファームウェアです。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published