Social Network Notification Screen /w Arduino

kerembyl:
Hi everyone :slight_smile:

I want to make notification screen for my desk

Notification screen will show (on colored LCD screen) ;

New tweet notifications,
New e-mail notifications,
Missed calls,
Weather,
Date and Clock etc...

And this device should connect smartphone via Bluetooth.

Can i do this with Arduino.Is there a simpler way to do this? And what kind of stuff do i need ?

Forgive my poor knowledge but when you are posting , please don't avoid to write detailed :slight_smile: Thanks.

  • => color display
  • Tweets => wifi
  • missed calls => wifi or bluetooth + special code on your phone
  • Weather ==> wifi , + json parsing of e.g. openweather.org
  • Date and Clock ==> RTC
  • etc ==> this is the most difficult requirement ever

You need an Arduino MEGA + wifi shield + RTC + display to get started.
In the documentation section of Arduino.cc are many examples with code snippets that do exactly what I think you want.
Work through them.

please don't avoid to write detailed :slight_smile: Thanks.

Then why don't you write your requirements in detail....