The Internet of things is the network of devices such as vehicles, and home appliances that contain electronics, software, sensors, actuators, and connectivity which allows these things to connect, interact and exchange data.
in this project, we are using Telegram Bot for led control. this project, you can control your LED using two way:
- manual control => in manual control, you can control bot like an electronic key.
- smart control => in smart control, LEDs control using a Digital Light sensor module, the LEDs control based on light measures.
$ git clone https://github.com/YasinEnigma/IOT_Project
$ cd IOT_Project
for install gpio lib in raspberry pi:
$ sudo apt update
$ sudo apt-get -y install python3-rpi.gpio
$ pip install -r requirement.txt
$ python run.py
- Add a database for saving log and data.
- using a platform for visualize information.
- Add Machine learning and analysis for predict.
- Add new scenario like smart door, rfid, ....