-
Notifications
You must be signed in to change notification settings - Fork 0
Home
nilsupamuk edited this page May 28, 2018
·
13 revisions
Lack of toilet paper in toilets, causes an unsanitary environment, we want to track it before the toilet paper level drops below threshold and inform the authorized person.
- Nilsu Pamuk
- Anıl Yıldırım
- Berkay Taçyıldız
We used an Arduino Uno, a breadboard, a HC-SR04 ultrasonic sensor and an ESP8266 wifi module
- RXD of wifi module to RXD of Arduino-uno
- TXD of wifi module to TXD of Arduino-uno
- VCC and CH_PD of wifi module to 3V3 of Arduino-uno
- GPIO0 and GND of wifi module to GND of Arduino-uno
- VCC of ultrasonic sensor to 5V of Arduino-uno
- Trig of ultrasonic sensor to digital 9 of Arduino-uno
- Echo of ultrasonic sensor to digital 8 of Arduino-uno
- GND of ultrasonic sensor to GND of Arduino-uno
- Ultrasonic sensor sends data to Arduino-Uno.
- Arduino sends the data to ESP8266 module for it to transfer the data to cloud(Heroku).
- This cloud provides GUI to the end user and also sends an e-mail if the toilet paper level is below threshold.
- Development Operating System : OS X
- Development tools: Node.js, Heroku, Arduino IDE, WebStorm