An Internet of Things (IoT) light control using Telgram Bot, an ESPino (esp8266 devolopment board) and Orangepi One. This project is divided in three parts:
| Part | Running on | Developed on |
|---|---|---|
| Server | Orangepi | Python |
| Bot | Orangepi | Python |
| Light Control | ESPino | Arduino |
- Bot change ligth status on local database.
- Every five minutes ESPino wake-up and do a request to Server to get light status and update pin out, then sleep again.