Customized open source dashboard

  1. npm install
  2. npm run serve
  3. localhost:8080

Service Concept

This project was not aimed at commercialization, but rather at studying IoT services. Set the odor level based on the temperature inside the food waste bin and the amount of food waste. The higher the internal temperature and the higher the amount of waste, the worse the odor becomes.

The user initially sets the temperature, the amount of waste, and the automatic deodorization cycle. If the current internal temperature of the waste bin or the current amount of food waste exceeds the user’s initial set values, the alarm arrives and the user can reset the automatic deodorization cycle.

Login Page

image The user can use the service after inputting the specific code assigned to the waste bin.

About Our Service

image It is an additional explanation for our service. I knew that there were Arduino sensors that could quantify smells, but I used weight sensors and temperature sensors to use as many sensors as possible in terms of study and to handle data.

Precautions for setting values

image It is an additional description of the set value.

Dashboard(Arduino sensors)

image Dashboard showing the weight of food waste, the internal temperature of the bin, and the current deodorization cycle

Settings

image You can modify the setting values on this page at any time.

Alarm modal

image If the current amount of food waste exceeds the set amount, or the current temperature inside the waste bin exceeds the set temperature, the user is asked whether to reset the cycle.

GitHub

View Github