Skip to content

Latest commit

 

History

History
executable file
·
20 lines (14 loc) · 712 Bytes

File metadata and controls

executable file
·
20 lines (14 loc) · 712 Bytes

Bathroom Occupancy Monitor

Built out this project to monitor bathroom occupancy because I got tired of walking across the entire office to realize there's someone already in there.

It's a simple two file NodeMCU setup.

Prerequisites

  1. Get the NodeMCU Flasher
  2. Flash your ESP8266.

Instructions

  1. Clone the repo
  2. Edit 'init.lua' file and input the SSID & password for your wifi.
  3. Set a static IP address
  4. Upload the two files ('init.lua' and 'main.lua') to your ESP8266 (I like to use ESPlorer)
  5. Poop to your hearts content.

Average Daily Page Hits: ~500-700

Will be making updates accordingly.