Facebook Like Box
arduino

Facebook Like box

The experiment 8 is going to inmerse you in the world of open hardware, specifically the Arduino technology. This is a easy tutorial that will allow you to build your own "Facebook Like Box". This is a simple gadget, nothing more than a small device that will keep you updated on the number of likes on your facebook page. This are the instructions for mounting a basic model that can be used as a desktop gadget or as a inshop gadget (in a visible place for your customers to know that you have a presence on Facebook). Or what you go through your head.

Instructions

Materials

The project is designed to not have to practice any soldering and simplify the assembly, but need to buy 3 components and 2 cables to do it:

Facebook Like Box 0
  1. Arduino UNO: This is the basic board Arduino.
  2. Arduino Ethernet Shield: It's a shield (some sort of shell) that is added to the base board so you can connect to an ethernet port (and thus internet).
  3. Arduino LCD Keypad Shield: It's a shield that can be added to the previous two in order to have a display that shows data (in this case the number of fans of the facebook page).
  4. Cable USB: one end has standard USB connection and the other has a square connector USB (it's the typical cable to connect a computer to a printer).
  5. Cable RJ45: It's a standard for network connection.

In the Arduino site there is a large list of possible stores in which to buy this material.

Mounting

Step 1: Mount boards 1 & 2

This step is easy, consisting on mount the board 2 on the board 1 through the available pins of board 2. The assembly should look like the one pictured.

Facebook Like Box 1

Step 2: Mount boards 1+2 & 3

This step is also simple, consists of mounting boars 1+2 with board 3 using the available pins of the board 3. Installation should be as Photo.

Facebook Like Box 2

Step 3: Connect the cables

In this step, connect the two cables. One of the cables, the gray cable, is for connecting the mounted board with your computer (for energy transfer). You can do it as show in the photo. One end is connected to the board (photo A) and the other one is connected to a free USB port of your computer (photo B).

Facebook Like Box 3

The other cable, the yellow one, is for connecting the mounted board to internet (this time for data transfer). One end must be plugged to the board (photo C) and the other end must be plugged to an access to an internet connection, your router for example (photo D).

Facebook Like Box 4

Step 4: Custom the code

In this step you will customize the code that sends to the display the number of fans of our facebook page. First yo must install the Arduino software (in this exemple the 1.0.1 version is used, which can be downloaded for free from here) and open the file with the code of our program (once installed the Arduino software you must load it from the menu "File > Open"). The file can be downloaded from here (the file is named "ilikes.ino"). Once loaded you must see this:

Facebook Like Box 5

You will need to make a couple of changes listed below:

  1. Line 115: You must modify the text you want to appear on the display (marked in yellow in the screenshot).
    Facebook Like Box 6
  2. Line 138: You must modify the number of the facebook page. You must change the number marked in yellow.
    Facebook Like Box 7
    This is an id number that can be found easily through facebook OpenGraph. For example, for facebook page of the blog Boing Boing (http://www.facebook.com/boingboing) we find the id accessing the graph in http://graph.facebook.com/boingboing (replacing "www" by "graph" in the URL).

Step 5: Loading the code

This is the last step. You just need to load the program code into the mounted board. You must ensure that you have done the step 3 (cables must be connected) and click on the "Upload". Once this is done we're done :-)

Facebook Like Box 8

Improvements

The project has many possible improvements that have not been undertaken to make the process as simple as possible. One of them is the possibility of connect a Wifi Shield instead of Ethernet Shield (although more complicated settings). Another one is the possibility of connect the board to a battery (through a connector available on the main board). Another ones is the possibility of adding a diferent kind of display.

There are a lot of possibilities... :-)

Skolti bunny Spread the word: Facebook icon Twitter icon Delicious icon Digg icon Stumbleupon icon Redit icon