Professional Portfolio

Lockheed Martin Skunkworks. UAVs.

In-field air speed

I was involved in two “little” projects that were both fun and exciting.

The first was writing firmware (under ArduPilot) for a special speed sensor called a “pitot tube” (for example, upper right) for unmanned drones. I controlled two sensors, a MEMS (Micro-Electromechanical Systems) pressure sensors (AUAV-class sensor), a standard temperature-humidity-barometer sensor, and a heating mantle. I also proposed a method for detecting inlet blockage from software.

The diagram, right, which I pulled from the net, has a problems with one being moisture accumulation in its cavity which may plug the static pressure tube.

Pitot Tube Diagram
Pitot Tube

Thermal camera calibration

In the second, I oversaw the interfacing of thermal imaging calibration. (No, that’s not me. I wouldn’t wear a goofy hat like that.) Later, after I left the company, I wrote an invention proposal to automate calibration using a cheap 3D printer frame. The analysis/proposal document is below.

Thermal Camera Calibration Grid
Thermal Camera Calibration

Example Proposal for Lockheed Martin

Metatec Corp. CDROM manufacturer.

Contract CDROMs

Metatec for about 15 years “printed” CDROMs, both audio and data for several international companies. The data CDs most notably included were OCLC and CAS. I was on this development team.

One client from a leading stock brokerage needed a CDROM to compete with another firm that stored 10 years of 1700 DOW and NASDAQ securities. The competitor’s CDROM took a very long time to execute simple queries: hours to days! Our contract promised better performance.

I invented a way to reduce queries down to <0.5 seconds per subquery (<field><comparison operator>[<field>|<constant>]) by turning the database table on its side. Instead of reading each company record at a time, my algorithm read each field for all companies at a time. Since the column data was stored contiguously on a track, the execution time was just the movement of the head (<0.5 seconds at that time).

AI rendition of reading a track of data, in red. (Yes, the head is upside down, and the overall design is… hallucinogenic. <smirk>)