Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.64 KB

README.md

File metadata and controls

44 lines (34 loc) · 1.64 KB

SavvyHome

Smart Home Controller using Thingspeak + Retrofit2

Savvy Home is the controller for smart home project that created by Android Studio 2.2.3 There is also the Arduino Code that you can use.

Apps Screen:

alt tag alt tag alt tag alt tag

Video Demo:

Alt text for your video

What Modules used

  1. WeMos D1 Mini
  2. PIR Sensor
  3. Water Level Sensor
  4. DHT11
  5. Buzzer Active
  6. 6 LED
  7. SG90 Servo Motor

The Schematic Diagram will be uploaded soon..

Features

  1. Realtime Temperature & Humidity Chart
  2. Lighting controller
  3. Door controller
  4. Realtime Water Level Chart
  5. Motion Detection Alert

Usage

Design your IoT, open the Project using Android Studio and change all of Thingspeak channel ID and api key with yours

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D