Skip to content

wipash/esp32-peoplecounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esp32-peoplecounter

Setup

  1. Create device in IoT Central
  2. Record Scope ID, Device ID, Primary device key
  3. Install DPS Keygen: https://github.com/Azure/dps-keygen
  4. Run dps-keygen:
npx dps-keygen -di:<device ID> -dk:<device key> -si:<scope ID>
  1. Record the connection string
  2. Copy include/config.dist.h to include/config.h
  3. Edit include/config.h, modifiy WiFi settings, and insert the connection string from above

TODO

  • Currently the people checking loop is interrupted by the Azure upload function. These could easily be run on separate cores to eliminate this issue.

References:

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published