TweeLaw tweet na nakasisilaw. tweeLaw a WiFi capable, Arduino controlled, multicoloured lamp which uses ThingSpeak to get inputs from Twitter.

Slides:



Advertisements
Similar presentations
Attie Naude 14 May 2013 Windows Azure Mobile Services.
Advertisements

from bonfires to lasers
MM Player Supervised by: Dr. Luai Malhis. Prepared by: Mustafa Assaf & Mahmoud Musa.
© red ©
Key For All Figures CYAN NODE = DBF ORANGE = PRO BROWN = Gov’t YELLOW = Pharma GRAY = VC WHITE = Other Triangle = New Entrant Circle = Incumbent Node size.
Learning Our Colors Mr. Bunny searches for eggs Primary Colors RED YELLOW BLUE.
Buxton & District U3A Science Discussion Group “What is Yellow?” John Estruch 16 January 2015.
SNC2D. Primary LIGHT colours are red, green, and blue SECONDARY light colours are created by combining only two of the three primary colours of light.
1 Internet Graphics. 2 Representing Images  Raster Image: Images consist of “dots” of color, not lines  Pixel: Picture element-tiny rectangle  Resolution:
Colour Theory.
CMYK vs. RGB Design. Primary colors The colors that make up the base for every other color created. Depending on whether you are looking at it from science,
Element of Design Color Line Form Shape Value Texture Space.
Color. -Visual light -An integral part of the sculpture -Creates desired effect -Distinguish items -Strengthen interest.
And Elvis said ……… ……Let there be Light The Visible Spectrum.
London April 2005 London April 2005 Creating Eyeblaster Ads The Rich Media Platform The Rich Media Platform Eyeblaster.
Digital Terminology. Bitmap A representation consisting of rows and columns of dots of a graphic image stored in computer memory. To display a bitmap.
Colours and Computer Jimmy Lam The Hong Kong Polytechnic University.
Using Artemis to generate the genome Map: Demo 1.
Spectroscopy Involves examining __________ from objects (like stars) to determine what they are made of Can use a ___________-instrument that breaks up.
Color and Vision General Physics. Band of Visible Light ROYGBIV (Red, Orange, Yellow, Green, Blue, Indigo, Violet)
Light & Colour.
In this unit, we will be discussing many aspects of colors. We will be learning to:  Identify the 3 primary colors  Identify the 3 secondary colors.
Color Mixing By: Whitney Buley.
Wave Model of Light – Explains most properties of light – Uses both light and waves to transfer energy, and they both go outward in all directions from.
Resistor Colour Code Why the Colour Code? The Colour code was developed to overcome two basic problems; Difficult to print and see numbers on a.
Visual Merchandising advertising and displays
Subtractive Colour Mixing. 1.Explain why a magenta sweater is magenta. When white light strikes the magenta sweater, the sweater absorbs the green and.
White Light The combination of all the colors. Sunlight is an example of white light. Newton showed that the colors in the spectrum were a property not.
Pg F46-F47.  sunlight passes through water droplets in the air and refracts by the prism  The colors are spread out from white light to red, orange,
Colour Theory.
Aquarium Project Week#13 Tian Xie Final Project – Major Studio.
COLORCOLOR. The Color Spectrum The spread of colors from white light when passed through a prism or diffraction grating. –Red, Orange, Yellow, Green,
Seeing in colour Stare at the coloured dot in the middle of the next picture for a minute. Then describe what you see when you look at the next slide.
Mixing Colors Chapter Notes. White Light Recall that when the frequencies of all visible light is mixed together, it produces white White also.
Colour CPSC Colour ● Models ● RGB ● CMY(K) ● HSB (or HSV) ● RYB ● Harmonies ● Monochrome ● Complementary ● Analogous ● Triadic.
Color Mixing By: Whitney Buley.
Azure-Powered Portal Simplifies and Centralizes Video Management for an Argentinean Ministry “Since Media365 runs on the Microsoft Azure platform, users.
How do we see colour?.
What colour?.
COLORS.
Exploring lighting effects with LED’s and Arduino
Visual Arts Colour Schemes for Balanced Compositions
The Colour of Light: Additive colour theory.
Subtractive colour theory
Red, socks, yellow, jacket, coat, orange, skirt, black, hat, green, blue, jeans, brown, T-shirt, shoes, white, pink.
Handy Colours With the Angry family.
Butterfly Maths Each caterpillar must be coloured the correct pattern for it to turn into a butterfly. Work out each problem to know how to colour each.
Colour White light is not a single colour; it is made up of a mixture of the seven colours of the rainbow. We can demonstrate this by splitting white light.
Seeing in colour Stare at the coloured dot in the middle of the next picture for a minute. Then describe what you see when you look at the next slide.
Basic Graphics Drawing Shapes 1.
Mind warm up! RED GREEN YELLOW RED PINK BROWN BLUE GREEN
Blinkers ++ Team 5.
Color Combinations Design.
Election #1 Popular Vote Electoral Vote State Red Yellow
Name: _______________________________
Colour Theories.
Lesson P3 – Properties of Visible Light
Game Controller Introduction.
Colour theory.
Two ways to discuss color 1) Addition 2) Subtraction
Can I color yellow?. Can I color yellow?
What Color is it?.
Science Olympiad Optics Color and Shadows.
Color Theory Study Guide
Visible Light.
By Luke, grace, lily & Katie
LEARNING STRATEGIES: TRUE COLOURS The True Colours Test.
LEARNING STRATEGIES: TRUE COLOURS The True Colours Test.
Shapes.
Colours Дополнительный иллюстративный материал
Presentation transcript:

tweeLaw tweet na nakasisilaw

tweeLaw a WiFi capable, Arduino controlled, multicoloured lamp which uses ThingSpeak to get inputs from Twitter.

components Arduino with WiFi shield LED bulbs Red Green Blue ThingSpeak API

inspiration Uses Twitter’s Search API to measure the world’s mood into several predefined categories.

problem Twitter’s API 1.1 requires OAuth for almost all API requests. This process however takes a lot of memory space in the Arduino’s already limited resources

solution ThingSpeak takes care of the OAuth process as well as monitoring Twitter and storing the data.

streaming API set of streaming APIs offered by Twitter which give developers low latency access to Twitter's global stream of Tweet data.

command #tweetcontrol kulay red trigger: kulay keyword: red orange yellow light green green spring green cyan azure blue violet magenta rose

process 1.User tweets command 2.Command triggers TweetControl 3.TweetControl calls registered ThingHTTP 4.ThingHTTP stores tweet in Channel 5.Arduino routinely (every 30 – 60 seconds) downloads the latest data in the Channel

process 5.Arduino parses tweet 6.Arduino sends brightness values to the bulbs 7.Lamp displays desired colour 8.??? 9.PROFIT!

application mostly, just a fun application more importantly, however, it is an exhibition of the possibilities opened up by and the ease of using ThingSpeak

extension create a customized ThingSpeak server (code is open source) which would stream the user’s tweet feed while an Arduino will perform sentiment analysis on the said feed