Skip to content

Commit

Permalink
readm
Browse files Browse the repository at this point in the history
  • Loading branch information
hary777 committed Apr 25, 2018
1 parent 405f0f5 commit e74a4f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Binary file added ESP32wiredsensors.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ This compile app, flash to ESP32 device and launch serial monitor.

Wifi setup is in macros in file `main.c` and IP or DNS of MQTT broker.

Useful commands `make app` build app, `make flash` build and flash to esp,
`make monitor` run serial monitor. Monitor terminate CTRL+]

## Wire connection
```
Expand All @@ -56,7 +58,9 @@ Set GPIO pins, run wifi, ater wifi get IP run MQTT, after MQTT connected start m
Multisensor task test wakeup source, if source is timer specified in `WAKEUP_TIMER_US`
then send temperature humidity and motion for sure and go sleep. If source is EXT1(motion sensor)
then send motion on, wait 5 second, if sensor still on then still wait and send
temperature and humidity. After motion sensor off then go sleep.
temperature and humidity. After motion sensor off then go sleep. Blue LED is on when esp running.





Expand Down

0 comments on commit e74a4f5

Please sign in to comment.