washroom occupancy indicator
Washroom Occupancy Indicator is a devices use to indicate if the washroom is occupied and user need to wait outside of the washroom or use another nearby washroom this devices use Arduino Nano as platform to control the Ultrasonic sensor and indicate via NeoPixar Indicator.
- Arduino Nano
- Arduino Nano shield
- Ultrasonic sensor (Min 1, Max 4)
- LED (depend on the number of ultrasonic sensors)
- NeoPixel Addressable LED Ring-16 LED
- 500 ohm Resistor (for LED)
- wiring & soldering equitment.
- get ready all the items above
- attach Arduino Nano on Arduino Nano shiled
- Open Arduino IDE and
- upload toilet_vacant_indicator1
- modified the code if the component and connection are difference from the layout
- Upload the code to Arduino Nano
- setup the projects based on the layout below
- power on Arduino Nano
- Test and observed the results
#Single sensor with single indicator
#Single sensor with single indicator
All the best