Making Structured Wiring Do Your Bidding

So you’ve just moved into a home that has cat5 running throughout. This is called structured wiring and is a great feature for a home. But what if the existing wiring doesn’t work the way you would prefer to setup your network? [Firestorm_v1] has a workaround that lets you reconfigure Ethernet without pulling new cables.

He’s making splitters out of patch cables. Often, Ethernet devices are not using all eight conductors in the cable. Unless you are using Gigabit Ethernet, or running Power over Ethernet, only four of the conductors in each run are being utilized. This means you can create twice as many connections without running new cable or using addition switches. Each splitter has three RJ-45 connectors on it. One of them hooks to the wired jack in the wall while the other two hook to two different devices. You’ll need a second splitter to use on the opposite end of the wall jack, usually this is where the router or switch is located, in order to separate the combined signals.

FabLab Helps The Developing World Set Up Long-distance Wireless Ethernet

The wooden frame seen above hosts a parabolic reflector making up one side of a wireless network link. This is a Fab Lab project called FabFi which uses common networking hardware to setup long-distance wireless Ethernet connections. It’s a bit hard to tell in the image above, but the reflector focuses radio waves on the antennae of a router we’re quite familiar with, the Linksys WRT54G. It’s held upside-down in an enclosure meant to protect it from the elements. The node above manages to complete a connection spanning 2.41 miles!

One of the core values of the project is to develop hardware that is easy to build with limited resources, then to make that knowledge freely available. Anyone who has the ability to download and print out the 2D design file can build a reflector for themselves. As we’ve seen in other projects, paper stencils and hand tools can handle this job with no need for a laser-cutter (which was used for the prototype). WRT54G routers are inexpensive and the project uses the open source firmware OpenWRT. They can be run from 12VDC power which means a car battery works when mains power is not an option. The system has been running in Afghanistan for two years and hardware failure is still in the low single-digits.

[Thanks das_coach]

Adding Persistent Memory And Ethernet To Vintage Arcade Machines

z80_bus_tapper

If you are a frequent reader, you are undoubtedly familiar with hacker [Sprite_tm]. He has been working with fellow members of the TkkrLab hackerspace to get things ready for their official grand opening on May 28th, and wrote in to share a project he recently completed to kick things off.

As part of their preparations, they have been stocking the joint with all sorts of hacker-friendly goodies including plenty of tools and Club Mate, as well as a vintage ‘1943’ arcade cabinet. The game is a group favorite, though every time the power is turned off, it loses all of the hard-earned high scores. [Sprite_tm] knew he could improve on the current paper-based score register, so he pulled the machine open to see what could be done.

He used an AVR to tap into the machine’s Z80 logic board, allowing him to read and write to the entirety of the game’s RAM whenever he pleased. This enabled him to keep tabs on the high scores, restoring them to memory whenever the machine is powered back on. The addition of the AVR also allowed him to add a TCP/IP interface, which is used to send high scores to Twitter whenever someone beats the previous record.

His modular bus tap can be used in all sorts of Z80-based hardware, so if you have some vintage equipment laying around, be sure to swing by his site for a more detailed look at the build process.

Rule Your Furnace With This Network-enabled Thermostat

diy_thermostat

Adafruit forum member [Stephanie] embarked on a mission to replace the thermostat in her home with one that was far more robust and full of electronic goodies.

Her goal was to build a networked thermostat that allowed for 2-way communications between the base station and any other networked device, such as her laptop or iPhone. She wanted to not only be able to monitor her furnace and air conditioning systems remotely, but to control the units from afar as well.

The brains of the thermostat have changed throughout the project, becoming simpler as time went on. It is now controlled with just an ATMega328 mounted to the back of an LCD display with a Wiznet network module where an Adafruit Ethernet shield used to reside. The thermostat shows the current temperature, set temperature, and time on the front mounted LCD, the latter of which is provided by a Chronodot module. It also has an on board LED that can be seen from afar, indicating whether the heat or air conditioning is running,

Right now the thermostat can be controlled at the unit itself, or remotely using a Telnet session. [Stephanie] is currently happy with the setup, but future plans include creating an iPad application to provide a more user-friendly interface.

If you are interested in learning more, or building one yourself, be sure to swing by her blog for a far more in-depth look at the build process.

Control Your Home Theater From Anywhere In The World

ether_ir

Using IR repeaters for larger home theater setups is not uncommon, but they usually are quite simple. A series of IR receivers are placed throughout a home, all wired to repeat the signals in a central closet where all of the AV equipment is located. [Bill] constructed a solution that works much like a standard IR repeater setup, however his requires no receivers, and it can be used anywhere in the world, provided you have Internet access.

His project, called Ether IR, is an Internet-enabled IR repeater. It consists of an Ethernet-connected module with an IR LED mounted on it, capable of controlling your AV equipment. The board is hooked up to your LAN, and relays commands to your home theater via a simple web page. The equipment can then be controlled from any Internet-connected device, such as a mobile phone or tablet PC.

The entire project is open-source, so [Bill] has included schematics, instructions, and a bill of materials so that you can construct your own. The only issue at this point is the software portion of the project. The software is free, but the distribution method is in question – once things are sorted out, he will ensure that you can obtain the software for your Either-IR from him or directly from the Ethernet chip’s manufacturer.

Earthquake Alert System

 

[Roteno’s] submission for the 555 timer design contest is an Internet connected earthquake alert system. It monitors the USGS website for earthquake data and plays a tune when an earthquake occurs. The data is available as a feed in the form of a TXT file which is pretty easy to parse using cURL. He chose an LPCXpresso board (which is an ARM development platform that can run a Linux kernel) along with an XPORT module to handle the Ethernet traffic.

So where does the 555 timer see some action? It is responsible for playing the tone when an earthquake is detected. But playing just one pitch isn’t much fun. Instead, [Roteno] built the circuit above which creates a resistor network switched by a series of transistors. This way he can use GPIO from the microcontroller to choose different pitches. Check out the video after the break to hear the results. At power-up all eight pitches are played as a test, and the alert sound varies in pitch and tempo based on the magnitude of the earthquake.

Continue reading “Earthquake Alert System”

Have A Face For Radio?

The help of fellow members of the Austrian technology collective/hackerspace [Otelo] allowed [Georg] to develop a networked audio streaming board, with less than $20 worth of components. Dubbed the OggStreamer for obvious reason, it’s designed to relay audio from a mixing board to an Icecast server (an open source implementation of SHOUTcast) in real-time. The board is based on the STM8 Discovery kit and the Xport Pro. It features stereo input, an onboard OGG Vorbis encoder, and (to top it off) is running uClinux. We think it’s very well thought out – but don’t take our word for it… the OggStreamer won second place last year in the Lantronix XPort Pro Design Contest, and [Georg] has documented it extensively (pdf).