Email alert installation: Difference between revisions

From Technologia Incognita
Jump to navigation Jump to search
Created page with "{{Project |ProjectSkills=Arduino, Electronics, Soldering, Programming, |ProjectStatus=Planning |ProjectNiche=Electronics |ProjectPurpose=Fun }} =Goal= To monitor an email ..."
 
Ultratux (talk | contribs)
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Project
{{Project
|ProjectSkills=Arduino, Electronics, Soldering, Programming,  
|ProjectSkills=Arduino, Electronics, Soldering, Programming,
|ProjectStatus=Planning
|ProjectStatus=Dead
|ProjectNiche=Electronics
|ProjectNiche=Electronics
|ProjectPurpose=Fun
|ProjectPurpose=Fun
Line 29: Line 29:
* SD Card
* SD Card
* Powered Speakers
* Powered Speakers
= Code =
Available on [https://github.com/amx109/maileventtrigger github]

Latest revision as of 16:20, 17 August 2016

Projects
Participants Amx109
Skills Arduino, Electronics, Soldering, Programming
Status Dead
Niche Electronics
Purpose Fun

Goal

To monitor an email account, and upon receiving an email play a sound or enact other physical motion/interaction.

Specs

  • Be able to trigger an event from a new email received
  • Be able to play a sound when triggered
  • Option to mute sound
  • Option to change or reduce sound for specific time perdiods
  • Possibility for extending trigger action to multiple things

Solution

Basic Play-a-Sound

Raspberry Pi to monitor email account and play a sound through an amplified speaker.

Kinetic Additions

Interface the Raspberry Pi with an arduino, and use that to drive a servo/relay/solenoid for a more physical affect

Parts

  • Raspberry Pi
  • Power Source
  • SD Card
  • Powered Speakers

Code

Available on github