An open API service indexing awesome lists of open source software.

https://github.com/bren12/domotica

Home automation system capable of collecting information from sensors or inputs, processing it and issuing orders to actuators or outputs. The system can access external communication or information networks.
https://github.com/bren12/domotica

arduino c-plus-plus javascript mqtt node-red nodemcu-esp8266 phpmyadmin sql

Last synced: 2 months ago
JSON representation

Home automation system capable of collecting information from sensors or inputs, processing it and issuing orders to actuators or outputs. The system can access external communication or information networks.

Awesome Lists containing this project

README

          

# Domotica 🏠

Source code developed for the final project of the course TC1004B.

**Course:** TC1004B (Implementation of the IoT)

**Platform/Technology:** Arduino IDE, phpMyAdmin, Node-RED, Broker MQTT

**Language:** SQL, C++, JavaScript

**Semester:** AD21

**Developed by:**
* [Eduardo Valerin](https://github.com/EduValerin13)
* [Brenda Saucedo](https://github.com/Bren12)

* Karen Rodríguez
* Alejandro Treviño

## Project Description

Home automation system capable of collecting information from sensors or inputs, processing
it and issuing orders to actuators or outputs. The system can access external communication
or information networks.

## Files Description

### 📁 Arduino

Folder containing the source code that was used and developed to program the nodeMCU microcontroller
with ESP8266 chip.

### 📁 Node-Red

Folder that contains the source code that was used and developed to make the connection between an
MQTT Websocket Client topic with the database.

### 📁 Database.sql

File containing the source code that was used and developed to create the database in phpMyAdmin.