Social Network Notification Screen /w Arduino

robtillaart:

kerembyl:

  • => 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....

Thanks for your answer. Actually i don't know my all requirements yet. This is what was on my mind while i'm writing first post.But i have couple of more questions.

How can i connect twitter with arduino ? (should i work with api keys ?)
Do i have to add physical buttons ? Or will touchscreen be used?
What is RTC? and Where is Documentation section ?

And can you give me project links similar to this one?

I attemped to do something, i don't want to bother people but i don't know anything.