Author Topic: Letter Box Monitoring and Alerting System  (Read 2600 times)

0 Members and 1 Guest are viewing this topic.

Offline jagjeet kTopic starter

  • Newbie
  • Posts: 8
  • Country: in
Letter Box Monitoring and Alerting System
« on: November 20, 2014, 06:06:54 am »
I made a project based on the above idea and I thougt I would share it here. Also I am using a 9V battery to power this and the batery runs out quite fast, because of the IR transmitter I suppose. Is there any way I can make the battery last longer.

http://www.ingenstech.com/projects/letter-box-monitoring-alerting-system/
 

Offline aveekbh

  • Regular Contributor
  • *
  • Posts: 62
  • Country: in
Re: Letter Box Monitoring and Alerting System
« Reply #1 on: November 20, 2014, 04:53:51 pm »
Hello Jagjeet

I see two possibilities - the LEDs and the PIC. The LEDs could be pulsed to operate, say, once in 5 seconds. The PIC - well, it depends on what it is doing all the time.

A question - what is the actual purpose of the PIC?

- A

 

Offline Wilksey

  • Super Contributor
  • ***
  • Posts: 1329
Re: Letter Box Monitoring and Alerting System
« Reply #2 on: November 20, 2014, 05:04:04 pm »
All of these projects seem to use a base configuration in terms of hardware, I guess it's some kind of university type project store?

Anyway, is this stuff supposed to be open source as there is no source code for the PIC's on the website that I can see.

aveekbh, I guess the PIC is generating the 32khz signal for the IR and detecting when the IR beam is broken.
 

Offline Milentije

  • Contributor
  • Posts: 20
  • Country: 00
Re: Letter Box Monitoring and Alerting System
« Reply #3 on: November 20, 2014, 05:11:10 pm »
Does PIC run all the time or it goes into sleep mode from time to time? You can do so that the PIC sleeps all the time and be awaken from sleep by IR interrupt. That way you will save a lot of energy. After the letter is recived you can blink the led every 5 seconds or so, as mentioned earlier.

EDIT:
Also, eliminate one of those "Power ON" leds and you will decrease consumption by at least 3-4 mA. BTW you have 2 LEDs for IR Tx and Rx. It should be one IR LED and one photo transistor.

You can do it with light sensor (LDR). While the letter box is closed you have one value of resistance, when the door is opened there is a change in the resistance and you can detect the event.
Ofcourse, tie the LDR to one of the pins that is capable of waking up the PIC from sleep and you are good to go.

EDIT No2:
Why do you have 7805 when you don't need it? As I can see from the schematic, after detailed look, you are using 3.3 V from LM317 for PIC. IR Tx LED isn't hooked to anything by looks of the schematic (there is no VDD net), as well as MCLR pin. You ha VDD_3.3V and VDD_5V from LM317 and 7805, but you don't have any VDD net connected to any kind of supply.
Eliminate 7805 totally, and just use 3.3 VREG to supply PIC and other components.
« Last Edit: November 20, 2014, 05:56:44 pm by Milentije »
 

Offline aveekbh

  • Regular Contributor
  • *
  • Posts: 62
  • Country: in
Re: Letter Box Monitoring and Alerting System
« Reply #4 on: November 20, 2014, 05:50:07 pm »
Wilksey, I had a closer look at the website, and, yes, it seems to be a project store.

Jagjeet, perhaps you could incorporate some of the ideas from a similar project by Ben Heck:

« Last Edit: November 20, 2014, 05:52:45 pm by aveekbh »
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf