BlinkMind This Week at InfoComm
by nathan on Jun.16, 2009, under Uncategorized
BlinkMind, will be at InfoComm 09 in Orlando, Fl. If your in the area, stop by and check us out in both 3792 in the Video Conferencing Pavilion. Showing off our 16 active party video conferencing system, SIP Video Server, and IPTV system. We also are showing interoperability with all of systems at Grandstream GXV3006, Polycom VVX 1500, Creative InPerson, Tandberg E20, and Linphone soft client with the BlinkMind contributed H.264 code.
If you need help finding our booth, check out (click to expand):
Converting Citrix .xva to Xen.org .img
by nathan on Jun.06, 2009, under Software
Xen is one of the coolest virtualization technologies out there. It comes in may flavors, the two largest being the bleeding edge xen.org open source project and the commercial (Citrix) version. There are things I love about the commercial version, but they lost me only supporting windows in their XenCenter administration interface.
The file formats of the commercial and open source Xenare totall different. The open source is a standard image file, you can mount it, fdisk it, whatever you would like. The Citrix Xen Virtual Appliance .XVA file is quite different. It is actually a tar file with ova.xml meta data and directories starting with Ref full of 1M files that make up the drive volumes of the virtual image.
To convert .xva to an xen .img file you first untar the image:
tar -xvf {image}.xva
Then grab this handy utility and run it on your untared data, as an example:
python xenmigrate.py –convert=Ref:3 {image}.img
This will paste all of those files back together, starting at 00000000. Note I have had problems running this script on Centos 5.x.
Portable 3 Watt 3G Video Phone and HotSpot
by nathan on Jun.02, 2009, under Hardware
I love my BlinkMind Video Phone service, but one problem has been being able to make calls when I am camping. I started by looking for a 3G access point that was already supported by OpenWRT, a Linux distribution for embedded devices. Since I run the Linksys WRT54G at home, the WRT54G3G was a logical choice.
Get Linux Running
Getting Linux Running on the WRT54G3G can be a pain since it’s PCMCI implementation does not work on the 2.6 kernel series. To make matters worse, Sierra Wireless only wrote and supports drivers for the 2.6 kernel. You can grab a copy of OpenWRT White Russian here for the BCM47xx chip set, next grab a hex editor (I used shed on Fedora) and change the 4 bytes to W3GA, once that is done you should be able to fire up the unit and upgrade the firmware with the edited image. If your lazy you can just download this.
Add a LCD
I selected a 4 line X 20 Character LCD display that could be used to show the IP address, upload / download speed, and signal strength. Modern Device made a nice little serial to LCD board that makes it VERY easy to connect a LCD to any service device.
The WRT45G3G does not have an external serial port, but internally it does have pads for a 3.3V serial. If you wanted to drive a computer serial port you would need a level converter such as MAX232. However, the Modern Device board is able to accept 3.3V without a problem. The only catch was finding the right pin. I broke out a logic probe and send some data out the port in pulses to eventually find the pin.
Power
I wanted the system to be able to run off batter for at least a few hours so I decided to go with two 6V 6.5AH batteries in series rather then a single 12 volt battery. The size allowed them to lay down on the bottom of my case. The LCD runs off 5 Volts, the easiest way to make this work with parts on hand was to use a +5 Volt regulator that fit nicely on one of the 4 mounting screwed for the router. Current draw is low enough that no heat sink is needed. I also added a 12 volt LCD voltage meter to the mix so I could tell when my batteries were running low.
3G Wireless
3G is via Sierra Wireless 881 PCMCI 3G card with AT&T service. I quickly realized that the default signal strength was not going to cut it and an amplifier would be needed. After some digging I selected Wilson Electronics 801101 3 watt cellular amp with in conjunction with a ARC Wireless Solutions ARC-FR0803R30 antenna. With the antenna I was able to buy a cable to connect to the Sierra card, but it required a 6 foot FME Female – FME Female cable that I replaced with a 1 inch FME Female coupler.
Putting Parts Together
Software
I wanted the display to show some useful, current script runs at startup and displays IP address, upload and download avg bandwdith in kb/s, and Signal strength in dBm.
Interoffice Mileage Calculator
by nathan on May.28, 2009, under Telephony
I have put my Interoffice Mileage Calculator back up. My I suggest that the guys who use it sign up for BlinkMind Video Phone service. : )
Home Automation – Pool Fill
by nathan on May.25, 2009, under Uncategorized
I now can fill my pool without wasting water!
http://www.robotics.net/projects/home-automation/pool-fill
-Nathan
Fun with PVC pipe
by nathan on May.22, 2009, under Family
When I was a young I got a bag full of 3/4 PVC pipe cut to different lengths with a bunch of fittings for my birthday. It was such a cool gift! As a dad, I could not wait until I was able to do the same for my son. It only cost about $30 to get 20 feet of pipe, pack of 90^, pack of 45^, pack of Ts, 3 sprinkler heads, 2 3/4 valves, and a few other bits.
Joshua called it “Sprinkler Machine”
US LATA Map
by nathan on May.22, 2009, under Telephony
Several people asked me to put back up my US LATA Map. This was made a long time ago, back when there were 7 RBOCs.
Mounting a 2.5″ hard drive in slim floppy bay
by nathan on May.08, 2009, under Hardware
I have been looking for a way to move to removable 2.5″ boot/root disks on our servers. I am using all of the 3.5″ removable trays for storage leaving only a slim floppy bay in the case.
After much searching I found Thermaltake ST0002Z, a dual 2.5″ hot swap enclosure that mounts in a standard 3.5 inch floppy bay.
The two hot swap bays are actually 2 units that are bolted together making it very easy to take this apart and get yourself a nice 2.5 inch SATA bay that will fit in a slim floppy bay.

















