The Arduino Internet Gizmo

The Arduino Internet Gizmo is a USB, Arduino, and RFID device for web surfing.  The gizmo works by placing an RFID tag on the top of the gizmo.  The gizmo reads the RFID tag and sends the tag number via USB to a program running on a PC. The program looks up the tag number and the associated web site and then invokes the default web browser to open a new tab for the web site.  The gizmo consists of an Arduino Uno, a Parallax serial RFID tag reader, an assortment of LEDs, and a few other parts packaged inside a ATX power supply case recycled from an old PC.  The software components of the gizmo consist of a small program running on the Arduino and a small Python program running on the PC or laptop.
Arduino Internet Gizmo
The Arduino Internet Gizmo is fun to use and makes an excellent desk toy and sure beats using a mouse and keyboard to load your favorite web sites.

Step 1: How it works

The Arduino Internet Gizmo consists of an Arduino, a RFID card reader, a bunch of LEDs and other components mounted in a recycled PC power supply case connected to a PC as shown in the first diagram.  The Arduino is running software that will read an RFID card when it is placed near the reader.  When a card is read, the Arduino makes the LEDs on the top of the gizmo light up in sequence and appear to race around in circles. The RFID card’s ID is then sent to the PC via a USB cable that connects the Arduino and the PC.  On the PC, a Python program is running in a loop waiting for data from the Arduino.  When it receives the RFID card id from the Arduino, it looks up the RFID card ID in a table to see what web site is associated with that card.  If it finds the card in the table, it opens a new tab in the default web browser for the computer and loads the web site.  If the RFID card ID is not in the table, the Python program creates a simple HTML page with an error message and the RFID card ID and displays the information in a new tab in the browser (as shown in the third image).  When the Arduino Internet Gizmo is powered on, it illuminates a set of red-green-blue color changing LEDs to indicate that the gizmo is operational.

The second figure and the attached PDF file show the circuit schematic for the Arduino Internet Gizmo.  The RFID card reader is connected the Arduino pins 3 and 4.  Pin 3 is used for sending the RFID card data to the Arduino and pin 4 is used to enable or disable reading.  Arduino pins 6 – 13 are used to control the illumination of the LEDs on top of the gizmo.  Arduino pin 5 is used to turn on the red-green-blue LED color changing circuit.  Pin 5 connects to an optocoupler that turns the color changing LED circuit on and off.  I used the optocoupler circuit rather than connect the color changing LEDs directly to the Arduino because the color changing LEDs draw varying amounts of current as they change color and with five of them, I wasn’t sure what effect that would have on the Arduino, so I felt it was better to use the optocoupler and power the color changing LEDs independently.

Details on how the software works is covered in step 20.

More information on how the RFID card reader works can be found in the data sheet for the Parallax serial RFID card reader.

Step 2: Prepare the case

In this step, we will prepare the case for the Arduino Internet Gizmo.  You will need the following for this step:

  • Power supply from a PC (I used a non-working ATX power supply)
  • Screwdrivers
  • Wire cutters
  • Goo Gone (or similar solvent to remove adhesive)
  • 4 Vinyl bumpers (rubber feet)

Follow these steps to prepare the case:

  1. Remove the screws holding the power supply case together as shown in the second photo.  Save these screws: you’ll need them to put the case back together.
  2. Remove all of the guts from the power supply as shown in the third photo.  You’ll need to remove screws and cuts wires to get everything out.  Save the parts for some future project (there’s a wealth of good stuff inside the power supply) or responsibly dispose of the innards as e-waste.
  3. Remove all the labels and stickers on the outside of the case.  I found that my finger nails did the best to scrape them off without scratching the case.  Use Goo-Gone or a similar product to remove any remaining adhesive.
  4. Apply the vinyl bumpers to the bottom of the case (see fourth and fifth photos).

Step 3: Assemble the color changing LED circuit

In this step, we will assemble the color changing LED circuit.  This circuit is “on” whenever the Arduino Internet Gizmo is powered on and operational.  It’s purpose is decorative and to make the gizmo look cool!  You will need the following parts and tools for this step:

  • 5 Red-Green-Blue color changing LEDs (You probably won’t find these in your local electronics store.  If you search on eBay for “5mm led rainbow rgb” you’ll find them.  They cost approximately $13 for 100.)
  • 5 100 ohm 1/4 watt resistors (Radio Shack 271-1311)
  • 1 4-Pin Lite-On LTV-817 Optocoupler (Jameco part number 878243)
  • Screw terminal (Jameco part number 2094485)
  • Adafruit Perma-Proto Quarter-Sized Breadboard Printed Circuit Board (part number 589)
  • 4 1/4″ Round nylon #4 spacers
  • Wire
  • Soldering iron and solder
  • Wire strippers and wire cutters

Schematic Arduino Internet Gizmo

Follow these steps to assemble the circuit:

  1. Solder the resistors and jumper wires as shown in the first photo.  Use the labels for the pins in the photo as a guide to make sure you’re placing everything correctly (note: the numbers 1 to 15 along the top and A to J along the sides)
  2. Solder the optocoupler as shown in the second photo. The alignment of the chip is critical: the round dot on the chip indicating “pin 1” should be in the lower left hand corner (hole E2)
  3. Bend the LED wires as shown the third photo.
  4. Solder three of the LEDs as shown in the fourth and fifth photo.  Note that the longer lead on the LED (the positive side) goes in the hole in the same column as the orange wires (6, 10, 14).
  5. Put two nylon spacers on each of the LEDs leads as shown in the sixth and seventh photos.
  6. Solder the LEDs to the circuit board as shown in the eighth, ninth, and tenth photos.  Note that the longer (positive) LED lead goes into the holes in the same columns as the orange wires (8 and 12).
  7. Solder the screw terminal to the circuit board as shown in the eleventh photo (note: this photo shows a red and black wire attached the the circuit board – you don’t need to attach anything there in this step – I had those attached so I could test the board).

When powered up, the LEDs will change colors as shown in the last three photos.  When enclosed in the case, the color changing LED circuit will look like this:

[box color=”#985D00″ bg=”#FFF8CB” font=”verdana” fontsize=”14 ” radius=”20 ” border=”#985D12″ float=”right” head=”Major Components in Project” headbg=”#FFEB70″ headcolor=”#985D00″]Arduino

LED

[/box]

 

For more detail: The Arduino Internet Gizmo


About The Author

Ibrar Ayyub

I am an experienced technical writer holding a Master's degree in computer science from BZU Multan, Pakistan University. With a background spanning various industries, particularly in home automation and engineering, I have honed my skills in crafting clear and concise content. Proficient in leveraging infographics and diagrams, I strive to simplify complex concepts for readers. My strength lies in thorough research and presenting information in a structured and logical format.

Follow Us:
LinkedinTwitter

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top