Skip to content

Arduino/Particle Photon sketch to detect when someone rings the doorbell

Notifications You must be signed in to change notification settings

oculartechie/door-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

door-monitor

Arduino/Particle Photon sketch to detect when someone rings the doorbell

Before running sketch, you will need to define a few macros

  • SMTP_SERVER - email server
  • SMTP_USER_BASE64 - SMTP email username (optional if not required by ISP/mail server)
  • SMTP_PASS_BASE64 - SMTP email password (optional if not required to ISP/mail server)
  • SMTP_FROM_EMAIL - Sender
  • SMTP_TO_EMAIL - Receiver
  • SMTP_SUBJECT - Email subject
  • SMTP_BODY - Email body (optional)

About

Arduino/Particle Photon sketch to detect when someone rings the doorbell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%