Skip to content

ccr5/IoT-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

IoT-App

An app using kivy framework and scripts to begin your IoT project!
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

About The Project

Product Name Screen Shot

It's a project to help students to learning about Internet of Things.

There is many documents to help to create a IoT project as Arduino and ESP8266 NodeMCU scripts and a Python App to control all.

it's part of a scientific research that we want to help everybody to control and protect your home and you can read about in my LinkedIn:

https://www.linkedin.com/in/mattnobre/

Objective

A open project that everybody can use to create a IoT environment.

Built With

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • kivy
    pip install kivy

Installation

Electronics

You will need to:

  1. 2 un - Arduino Uno R3
  2. 2 un - ESP8266 NodeMCU CP2101
  3. 1 un - Display LCD 16x2
  4. 1 un - Biometric Sensor
  5. 1 un - Lock
  6. 1 un - Relay
  7. 1 un - Lamp

You must to charge each ArduinoWifiScript in an Arduino and WifiScript in an ESP8266 NodeMCU. Using jumpers to connect every pin in its respective component. Done! You just need power in each system. Until run the app, change the IP and WiFi network in WifiScript.ino and citig.kv to works.

App

  1. Clone the repo
    git clone https://github.com/ccr5/IoT-App.git
  2. Install pip packages
    pip install -r requirements.txt
  3. run main.py
    python main.py

Usage

Home

The home page gives you access has a basic appearance to add and change as needed.

Logo

Controls

The control page gives you access to icons to manipulate your electronics.

Logo

Extra

The add-on page presents a part of the article and motivation for creating this repository.

Logo

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Matheus Nobre Gomes - matt-gomes@live.com

Project Link: https://github.com/ccr5/IoT-App