Skip to content

IoT home surveillance project - Using NodeMCU esp8266 and Arduino Uno

License

Notifications You must be signed in to change notification settings

ayoubraji/iot-home-surveillance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

iot-home-surveillance

IoT home surveillance project. For now, the project is still a prototype.

Prototype situation

Prototype Structure

Libraries

NodeMCU:

  • WiFiClientSecure
  • ESP8266WiFi
  • MQTTClient

Processing:

  • mqtt (should be added inside the .pde folder)
  • processing.serial.*
  • import processing.net.*

Python for CherryPy

Next step to do, for the final version

...