<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forums.obdev.at/app.php/feed/topic/9437" />

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2015-02-28T13:13:31+02:00</updated>

	<author><name><![CDATA[Objective Development Forums]]></name></author>
	<id>https://forums.obdev.at/app.php/feed/topic/9437</id>

		<entry>
		<author><name><![CDATA[Adhori Yaadin]]></name></author>
		<updated>2015-02-28T13:13:31+02:00</updated>

		<published>2015-02-28T13:13:31+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=9437&amp;p=29324#p29324</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=9437&amp;p=29324#p29324"/>
		<title type="html"><![CDATA[Re: Project guidance for a snail mail notificator]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=9437&amp;p=29324#p29324"><![CDATA[
compartments in the mailbox: one for regular mail and a small compartment for packages. I went with the keyboard shortcut method. A similar emitter could be used to report on something else around the house<br /><br /><br />___________________<br />Get fast success in <a href="http://www.test-king.com/vendor-ITIL.htm" class="postlink">Testking itil v3 pdf</a> and questions by using our <a href="http://www.test-king.com/cert-CISSP.htm" class="postlink">Testking cissp questions</a> latest exam  We also offer up-to-date <a href="http://www.usna.edu/" class="postlink">www.usna.edu</a> and answers for your prep<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=21153">Adhori Yaadin</a> — Sat Feb 28, 2015 1:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Solenoid]]></name></author>
		<updated>2014-11-12T14:13:36+02:00</updated>

		<published>2014-11-12T14:13:36+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=9437&amp;p=28660#p28660</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=9437&amp;p=28660#p28660"/>
		<title type="html"><![CDATA[Re: Project guidance for a snail mail notificator]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=9437&amp;p=28660#p28660"><![CDATA[
<blockquote><div><cite>declan smith wrote:</cite>I prefer that transmitter because I don't have to think about power source... I only had to change the battery after 3 years... depends on how often you press the button...</div></blockquote>That is one of the main concerns of course, I will use an ATtiny85V-10 for the transmitter with a 3V lithium coin cell. According to <a href="http://en.wikipedia.org/wiki/CR2032_battery" class="postlink">Wikipedia</a> a CR2032 has about 200mAh, I measured my transmitter circuit at 100nA (nano Amps!) when in power-down mode, so that's about 230 years of autonomy - realistically it will probably be something like 1-2 years, but that's already great.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=20801">Solenoid</a> — Wed Nov 12, 2014 2:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[declan smith]]></name></author>
		<updated>2014-11-12T13:10:38+02:00</updated>

		<published>2014-11-12T13:10:38+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=9437&amp;p=28659#p28659</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=9437&amp;p=28659#p28659"/>
		<title type="html"><![CDATA[Re: Project guidance for a snail mail notificator]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=9437&amp;p=28659#p28659"><![CDATA[
Like I said, monitoring mailbox all the time... in this case you had 2 boxes (I assumed like that)<br />Sending the email was another thing... you can do it in many ways...<br /><br />I will use multi button transmitter like Vehicle remote looks like... many choises from 2 buttons to 6 buttons as I know... they also use the free freq 315/433 mhz...<br />Inside the transmitter is 24 bits decoder which avoid to match others transmitter ...<br />So you only need to connect the output (on/off) of the receiver to your MCU, using V-USB to communicate with your computer (I'm using Delphi or C#) or Rasberry Pi (I haven't try this one)... after that is up to you how you want to send the email...<br /><br />I prefer that transmitter because I don't have to think about power source... I only had to change the battery after 3 years... depends on how often you press the button...<br /><br />About inside the house you can use your RX with the same MCU...<br /><br /><br />Just give you idea <img class="smilies" src="./../../../images/smilies/icon_smile.gif" alt=":-)" title="Smile" /><p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=7773">declan smith</a> — Wed Nov 12, 2014 1:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Solenoid]]></name></author>
		<updated>2014-11-11T18:47:38+02:00</updated>

		<published>2014-11-11T18:47:38+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=9437&amp;p=28650#p28650</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=9437&amp;p=28650#p28650"/>
		<title type="html"><![CDATA[Re: Project guidance for a snail mail notificator]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=9437&amp;p=28650#p28650"><![CDATA[
<blockquote><div><cite>declan smith wrote:</cite>If you only needs single button to use at the mailbox, why don't you use cheap wireless doorbell? <br />Monitoring mailbox using computer? How many mail you will receive in a day?<br />Just asking <img class="smilies" src="./../../../images/smilies/icon_smile.gif" alt=":-)" title="Smile" /></div></blockquote>It's not about monitoring the mailbox, it's about receiving an e-mail when I get some mail or a package - where I live we have 2 compartments in the mailbox: one for regular mail and a small compartment for packages. I went with the keyboard shortcut method. A similar emitter could be used to report on something else around the house, having the receiver connected to a computer makes it straight forward to interface with the web or whatnot.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=20801">Solenoid</a> — Tue Nov 11, 2014 6:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[declan smith]]></name></author>
		<updated>2014-11-11T15:30:25+02:00</updated>

		<published>2014-11-11T15:30:25+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=9437&amp;p=28649#p28649</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=9437&amp;p=28649#p28649"/>
		<title type="html"><![CDATA[Re: Project guidance for a snail mail notificator]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=9437&amp;p=28649#p28649"><![CDATA[
If you only needs single button to use at the mailbox, why don't you use cheap wireless doorbell? <br />Monitoring mailbox using computer? How many mail you will receive in a day?<br />Just asking <img class="smilies" src="./../../../images/smilies/icon_smile.gif" alt=":-)" title="Smile" /><p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=7773">declan smith</a> — Tue Nov 11, 2014 3:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Solenoid]]></name></author>
		<updated>2014-11-04T01:28:33+02:00</updated>

		<published>2014-11-04T01:28:33+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=9437&amp;p=28578#p28578</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=9437&amp;p=28578#p28578"/>
		<title type="html"><![CDATA[Project guidance for a snail mail notificator]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=9437&amp;p=28578#p28578"><![CDATA[
I'm building a snail (regular) mail notificator using a cheap <a href="http://www.electrodragon.com/product/433m-rf-wireless-module-a-pair-of-receiver-and-transmitter/" class="postlink">RF transmitter/receiver pair</a> and ATtiny85's. I'm in the process of coding the receiver interface with a computer part. I discovered V-USB a long time ago and found it very interesting, but didn't have any use for it, now's the perfect time to learn how to use it by building it in my project. This is a personal and a learning project, all thoughts and ideas are welcome.<br /><br />The snail mail notificator works on a very simple principle: a MCU is programmed to send a payload when a pin change interrupt occurs, triggered by the opening of the mailbox lid by the postman via a switch, the transmitter system consumes next to no power. Once the receiver gets the payload it will forward it somehow, the ultimate goal is to send an e-mail informing the arrival for regular mail via e-mail. How would one implement such a system with V-USB on the receiver side?<br /><br />I have thought of a couple of solutions, but cannot decide on what's best:<br /><ul><li>Use the HID keyboard example to send a key sequence (shortcut) that will invoke a script (configured by me) that sends the e-mail. The computer would be my Raspberry Pi media center that is always on anyway.</li><li>Somehow make a receiver script (driver?) on the computer side that listens to the device. That however I don't know how to do yet.</li><li>Poll the receiver to see if it has gotten any data recently using the HID data example.</li></ul>Any thoughts or criticisms about my project?<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=20801">Solenoid</a> — Tue Nov 04, 2014 1:28 am</p><hr />
]]></content>
	</entry>
	</feed>
