Skip to content

JKc66/Voice_IoT_Home

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voice Controlled Home

This project implements a voice-controlled home automation system using ESP32, with features like temperature sensing, motion detection, door control, and more.

Configuration Setup

  1. Copy the template configuration file:

    cp config.h.template config.h
  2. Edit config.h and replace the placeholder values with your actual credentials:

    • For Telegram Bot:

      • Get your bot token from @BotFather on Telegram
      • Replace YOUR_BOT_TOKEN with your actual bot token
    • For Sinric Pro:

      • Sign up at Sinric Pro
      • Create your devices (Temperature Sensor, Motion Sensor, Door)
      • Get your APP_KEY and APP_SECRET from the dashboard
      • Replace the placeholder values with your actual credentials
  3. The config.h file is ignored by git to keep your credentials secure. Never commit this file to version control.

Building and Running

[Add your build and run instructions here]

About

IoT smart home prototype built for a university course.

Resources

Stars

Watchers

Forks

Contributors

Languages