Phoenix Lander

For the last 36 years the media told us that the Viking mission launched by NASA in 1976 didn’t find life on Mars or that Viking proved that Mars was dead.  Well, that just was never true and NASA’s only official comment on the subject was that the experiment testing for life was inconclusive.

Viking used an experiment called Labeled Release or (LR) to detect the release of radioactive gas by organisms metabolizing nutrients laced with a radio active compound, if such organisms were in fact present in the Martian soil.  This detection method was designed by Dr. Gilbert V. Levin in 1969 whom NASA later contracted for the Viking missions.

Don’t mind me, I am just a mad man who thinks mad things when I lay awake in bed….
I really haven’t thought of magnetism much since I was a child even though I am an electronics tech and design engineer.  Lately, however magnetism has been on my mind since discovering the alternative cosmology known as The Electric Universe theory, or Plasma Cosmology.

This is an introduction to my current project, to design and program a system that will activate a mechanical relays from Android.  More will be posted on this topic as I progress and get the screen shots and pix organized.  I also will keep a post open for updates on tweaks and solutions that I come across for the BeagleBoard xM.

Remembering KISS (keep it simple stupid,)  for this development project I used components from previous projects before diving into the deeper end of the pool of design work.  This project uses a BeagleBoard xM running Gingerbread (Android 2.3.4 Rowboat,) a  FTDI TTL-232R  USB to TTL serial conversion cable, a Seetron BPI-216 2 line serial display, and a simple connector for the FTDI cable to the Seetron display.

Living With Linux – CDPATH

Posted: 18th December 2011 by Mike Trent in Blog, Computer, Linux, Ubuntu
Tags: , , , ,

Here is an great time saver for those that regularly work from the command line.  There are many instances where someone will need to use the command line from a terminal window, building a kernel is a common one.  For this example create this folder tree from your root folder:  mkdir -p  ~/subfolder1/subFolder2/targetFolder/{dir1.dir2,dir3}