9
13

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

おうちハックAdvent Calendar 2019

Day 24

アップルのオープンソース版HomeKitで Lチカ

Last updated at Posted at 2019-12-23

アップルがHomeKitの開発キットをオープンソース化されたので、早速試してみました。
公式HomeKit Accessory Development Kit (ADK)から、フォークして、ラズパイのGPIO18にピンアサインしています。

Raspberry Pi 4 4GB

Raspberry Pi 2 Model B

IMG_9640.JPG

Raspberry Pi Zero WH

IMG_9652.jpg
WiFi設定を手動することで、動作確認できました。ハイスペックなCPUやRAMを必要ないようです。

動作環境

  • Raspberry Pi 4 4GB(有線LAN接続)
  • Raspberry Pi 2 Model B(有線LAN接続)
  • Raspberry Pi Zero WH(手動でWi-Fi設定)
  • microSD 8GB
  • macOS 10.15.1

ソースコード

セットアップコード: 111-22-333

スクリーンショット 2020-01-01 10.14.51.png

ラズパイへインストール

./Tools/install.sh \
    -d raspi \
    -a Output/Raspi-armv6k-unknown-linux-gnueabihf/Debug/IP/Applications/Lightbulb.OpenSSL \
    -n raspberrypi \
    -p raspberry

まとめ

9
13
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
13

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?