Files
| 📁 ARDUINO CODES | |
| 📄 LICENSE.md | 1 KB |
| 📄 README.md | 1.9 KB |
| 📁 WEBSITE | |
README
# Neo Entangle X
**Neo Entangle X** is an innovative IoT and automation project designed to streamline **smart retail and automation** for modern businesses. By integrating ESP32, Firebase, and various sensors, Neo Entangle X offers seamless connectivity, smart management, and real-time data monitoring. The system empowers sellers and consumers alike by enabling easy control of devices and automatic tracking of key parameters.
This project merges **privacy-first design**, **emotion-aware automation**, and **real-time intelligence** to create a cutting-edge solution for the modern world of smart retail and IoT.
---
## Table of Contents
- [Features](#features)
- [Installation](#installation)
- [Hardware Setup](#hardware-setup)
- [Software Setup](#software-setup)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
---
## Features
- **Real-time Temperature Monitoring:** Dual DHT11 sensors track temperature across multiple areas.
- **Relay Control:** Automate appliances like refrigerators, air conditioners, and lighting with remote control.
- **RFID Access Control:** Restrict or grant access to certain areas based on RFID tags.
- **Firebase Integration:** Sync all data in real-time to Firebase for continuous monitoring and updates.
- **Smart Dashboard:** Control and monitor the entire system from a centralized, user-friendly web dashboard.
- **Emotion-Aware Automation:** Adaptation of smart systems based on user input and emotional context.
---
## Installation
### Prerequisites
Before getting started, you need:
- **Arduino IDE** (or PlatformIO) for uploading code to **ESP32**.
- **Firebase Account**: Sign up at [Firebase Console](https://console.firebase.google.com/) to use Firebase Realtime Database.
- **Libraries**: Install the following libraries in Arduino IDE:
- **Firebase ESP32 Library**
- **ESP32 WiFi Library**
- **DHT Sensor Library**
- **[Any additional libraries you are using]**