Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.9 KB

README.md

File metadata and controls

53 lines (31 loc) · 1.9 KB

Installation

What is needed ?

Mailbox IOT

What is Mailbox IOT

Mailbox IOT is complete system composed of a micro computer, a mailbox and a web app that send you notification through email when you receive a real letter or package.

Hardware

ESP8266 We use an ESP8266

We also use this componants

  • Photoresistor
  • Laser
  • Resistor
  • Operational Amplifier
  • Speaker

Schema

How it works

The onboard system is composed with a micro computer connected to a laser and a photoresistor. When letters are pushed into the mailbox, they blocks the light thus the processor can handled the difference between initial light signal receive by the photoresistor. When the signal change an email is sent to notifiy the client that is mailbox is full.

Schema

To detect if the content is a letter or a package, a countdown is trigger to check, after an amount of time, if the photoresistor signal is back to it's initial state. If it's the case then it's a letter, else a package.

Web app

The web app allows you to configure some paramters as the email address where to send an email and the subject of the email.

Here a view of the web app

web app

Problem

We got some problem when integrated the speaker and the operational amplifier module (based on LM358 operational amplifier). So at this time we don't have the sound feature working.

Prototype

Here some view of our prototype proto1