zelenkastiot / RiemannGarbageBin

Student paper "Riemann Garbage Bin: A Self-sustained Waste Management System" [CIIT, 2018]

Home Page:https://scholar.google.com/citations?view_op=view_citation&hl=en&user=OIC1DB0AAAAJ&citation_for_view=OIC1DB0AAAAJ:u5HHmVD_uO8C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Riemann Garbage Bin (RGB) model

Kiril Zelenkovski | Filip Karafiloski | Igor Mishkovski

The paper was published to a local conference (CIIT) in 2018.
The preprint is avilable here: "Riemann Garbage Bin: A Self-sustained Waste Management System".

Abstract

This repo contains all of the codes for the prototype explained in the paper. I wrote it during my 2nd year of Computer Science studies and the idea for the garbage bin came to me while solving a Calculus exam question. The paper shortly elaborates the idea (it has some issues) for building a self-sustained sensor system, a hypothetical network composed of nodes implementing the Riemann Garbage Bin (RGB) model. The model is named after the creator of the formula, Riemann Sum approximaties an integral by a finite sum.

Hence, the case study explores the potential of employing sensor-enabled systems to improve waste monitoring and management in public waste bins. The network consists of wireless nodes that use ultrasonic sensors to measure the space in the bins. The sensors periodically report the fill rate of the waste bins to a sensor gateway that is based on the Long Range Wide Area Network (LoRaWAN) protocol. For our LoRaWAN server and network cover, we choose to use The Things Network (TTN). These fill rates would be monitored by a mobile or web application connected to the network server. The goal of this project is through the Internet of Things (IoT) to monitor all the waste bins in one city, to improve garbage management by relocating resources, and by giving insight to the public about this global health threatening problem.

Prototype 2[25.03.2019]: https://youtu.be/gkhP9VHziCQ



Spring, 2018

About

Student paper "Riemann Garbage Bin: A Self-sustained Waste Management System" [CIIT, 2018]

https://scholar.google.com/citations?view_op=view_citation&hl=en&user=OIC1DB0AAAAJ&citation_for_view=OIC1DB0AAAAJ:u5HHmVD_uO8C

License:MIT License


Languages

Language:C 51.3%Language:C++ 38.7%Language:Assembly 10.0%