On the airplane, you can see lavatory sign on/off and check whether it is occupied or not with a glance. It is very convenient to check it without going and knocking out the door directly. You can realize it even home or at the office simply!
There is a human detect sensor like EKMC1601111. We created HTML showing lavatory vacant/occupied sign (like on the airplane) by implementing this sensor.
Materials- obniz – 1
- EKMC1601111 – 1
- battery or usb adaptor & cable – 1
Connect EKMC1601111 to an obniz.
Now we connect likeio0: GND, io1: Signal, io2: VDD
Put this on toilet.
Let's check out how it works!
What is obniz?obniz is a cloud-connected IoT development board. You can program on the web browser of any smartphone or computer and the command is sent to obniz through the internet via obniz cloud. By connecting the obniz to the cloud through wifi, users can remotely control devices that are physically connected to obniz.
obniz has 12 IO and WiFi-BLE module. It can be controlled through the APIs – REST or WebSocket API – on obniz cloud. Not only simple IO on/off but also UART, I2C, BLE etc can be used by remotely controlling obniz via internet. All you need to do to connect obniz is to input unique ID by scanning QR code. Complicated processes are done by obniz and its cloud. You can just start programming in HTML, browser and circuit have already been integrated. If you write a program to collect sensor values, you can make a chart of the values easily.
For more information, please visit our website! https://obniz.io/
You can find a variety of projects made with obniz board! https://blog.obniz.io/example/
Comments