Main Content

ESP8266 WiFi People Counter

With this project you can track and count people near a defined zone using the WiFi capabilities of the ESP8266 microcontroller.

Story
With ESP8266 WiFi people counter project you can track and count people near a defined zone using the WiFi capabilities of the ESP8266 microcontroller. Then you can send anonymous data from the ESP8266 to your own MQTT broker, store it using influxDB server and show the information online in real-time using grafana.

The project step by step:
Download the files from Github Repo
Setup and configure the ESP8266 program code located at WiFiPeopleCounter directory. You need to put your config data (WiFi SSID / WiFi Password / MQTT data) at credentials.h file.”

Link to article