My IOT projects
This is a collection of all the IOT projects that i made, in university and not.
As for al the other projects for further details i racomend to check my GitHub profile.
Binary game
IOT-projects-assignment1
- Components: 4 green LEDs, 1 red LED, 4 buttons, 1 potentiomether and 1 LCD.
- Goal of the game: Convert the binary number displayed on the LCD lighting up the corrects LEDs (L1 = highest bit and L4 the least).
- Gameplay: Every turn a random number appears (0-15), and using the buttons the player has to write the number in T1 time.
- If correct, the score increase and T1 is reduced by a factor F.
Tecnologies: C, PlatformIO
Smart Waste Management System
IOT-projects-assignment-2
This project aim to create a smart waste menagment system, based on Arduino microcontroller board. The system checks parameters such as waste level, temperature and user presence, managing also an auromatic gate and the remote comunication throughr a specific GUI.
Tecnologies: Java, C++, PlatformIO
IoT Projects
IOT-projects-assignment-3
The projects consist in an advances system for monitoring the temperature and controlling a window in automatic and manual mode. The system is structured in 4 main subsystems:
- Temperature Monitoring Subsystem (ESP-32), monitors the temperature e share it with the server.
- Window Controller Subsystem (Arduino), hadels window opening using a servo motor.
- Control Unit Subsystem (Server/PC), Connects all the subsystems and manage all the logic.
- Dashboard Subsystem, Gui of the system, on another pc and connected with the server.
Tecnologies: C++, Java, Python, HTTP and MQTT protocols