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.
- Host: GitHub
- URL: https://github.com/bren12/domotica
- Owner: Bren12
- License: mit
- Created: 2023-02-09T02:24:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-16T12:14:11.000Z (about 1 year ago)
- Last Synced: 2025-04-16T17:38:22.668Z (about 1 year ago)
- Topics: arduino, c-plus-plus, javascript, mqtt, node-red, nodemcu-esp8266, phpmyadmin, sql
- Language: C++
- Homepage:
- Size: 21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.