GithubHelp home page GithubHelp logo

mstemen / esp32-homekit-contact-and-temperature-sensor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ruudk/esp32-homekit-contact-and-temperature-sensor

0.0 1.0 0.0 19 KB

Just playing around with my ESP32 and Homekit

CMake 3.76% Makefile 0.91% C 93.40% C++ 1.94%

esp32-homekit-contact-and-temperature-sensor's Introduction

ESP32 Homekit Demo

Just playing around with esp-homekit and a breadboard.

Breadboard has a reed switch and a DHT11 temperature sensor.

How to install

  1. Initialize and sync all submodules (recursively):
git submodule update --init --recursive
  1. Remove 2 files that are not needed:
rm components/homekit/src/mdnsresponder.*
  1. Copy wifi.h.sample -> wifi.h and edit it with correct WiFi SSID and password.
  2. Install esp-idf by following instructions on esp-idf project page. At the end you should have xtensa-esp32-elf toolchain in your path and IDF_PATH environment variable pointing to esp-idf directory.
  3. Configure project:
make menuconfig

There are many settings there, but at least you should configure "Serial flasher config -> Default serial port". Also, check "Components -> HomeKit" menu section.

  1. Build example:
make all
  1. To prevent any effects from previous firmware (e.g. firmware crashing right at start), highly recommend to erase flash:
    make erase_flash
  1. Upload firmware to ESP32:
    make flash monitor

To exit the monitor, simply press CONTROL + ]

esp32-homekit-contact-and-temperature-sensor's People

Contributors

ruudk avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.