NASA Called, They Want Their Cockroaches Back

News hit earlier this month that the infamous “cockroach moon dust” was up for auction? Turns out, NASA is trying to block the sale as they assert that they own all the lunar material brought back from the Apollo missions. What? You didn’t know about cockroach moon dust? Well, it is a long and — frankly — weird story.

It may sound silly now, but there was real concern in 1969 that Apollo 11 might bring back something harmful. So much so that NASA tricked out an RV and kept the astronauts and a volunteer in it for about three weeks after they came home. During that time they were tested and some experiments were done to see if they’d been exposed to anything nasty.

One of those experiments was to feed lunar dust to cockroaches (by the way, the table of contents has a mistake in it — check out page 8). Seriously. But that isn’t even the really weird part. A scientist who worked on the project by the name of Marion Brooks decided she wanted a memento, so she extracted the lunar dust from the dead cockroaches and saved it in a vial. At least we learned a new word: chyme.

RR Auction — the RR stands for Remarkable Rarities — was starting the bidding for some dead cockroaches and a vial of chyme at about 12 grand but it was sure to go higher than that, perhaps up to $400,000 USD. That was before they got a cease and desist from NASA.

It appears the collection has been sold at least once before. NASA has cracked down on anyone selling lunar material as even those given to people are considered on loan from the agency. However, many of the rocks given to different countries and state governments are now unaccounted for.

Back in 2002, interns Thad Roberts and Tiffany Fowler worked in the building where NASA stores most of the moon rocks it has. They took a 600-pound safe containing about 100 grams of moon samples and some other materials. With some help, Roberts tried to fence them to an amateur rock collector who helped the FBI set up a sting. Roberts got over 8 years in federal prison for his efforts, just a little more than an accomplice, Gordon McWhorter, who claimed to have been duped by Roberts. There have been a few other cases of theft, most of which remain unsolved.

This is one of those tricky things. From NASA’s point of view, they own all the moon rocks (with a few exceptions, mostly of material that didn’t come from Apollo). If you steal them, they want them back and if you are given them on loan they don’t appreciate you giving them away, selling them, or losing them. On the other hand, outside of outright theft like the Roberts case, it is hard to imagine that you want to control old roach chyme.

There’s two things we do wonder. First, who saves roach chyme even if it did start as lunar dust? Second, if three little pebbles brought back by the Soviet Luna 16 probe sold for over $850,000 and this dust might have gone for $400,000, why aren’t more of these “New Space” startups scrambling to bring some fresh samples back? Seems like it might pay for itself.

Active Signal Tracer Probe Has AGC

[Electronics Old and New] has a new version of one of his old projects. The original project was an active probe. He took what he learned building that probe and put it into a new probe design. He also added automatic gain control or AGC. You can see a video explanation of the design below. The probe is essentially a high-impedance input using a JFET that can amplify audio or demodulated RF signals, which is a handy device to have when troubleshooting radios.

The audio amplifier is a simple LM386 circuit. The real work is in the input stage and the new AGC circuit. Honestly, we’ve used the amplifier by itself for a similar function, although the raw input impedance of the chip is only about 50K and is less in many circuits that use a pot on the input. Having a JFET buffer and an RF demodulating diode is certainly handy. You’d think the AGC block would be in the audio stage. However, the design uses it ahead of the detector which is great as long as the amplifier can handle the RF frequency you are interested in. In this case, we think he’s mostly working on old tube AM radios, so the max signal is probably in the neighborhood of 1 MHz.

A similar device was a Radio Shack staple for many years

The module is made to amplify an electret microphone using a MAX9814 which has AGC. The module had a microphone that came off for this project. The datasheet doesn’t mention an upper frequency limit, but a similar Maxim part mentions its gain is greater than 5 at 600 kHz, so for the kind of signals this is probably used for, it should work well. We wondered if you could use the module and dispense with the JFET input. The chip probably has a pretty high input impedance, but the datasheet doesn’t give a great indication.

For years we used a signal tracer from Radio Shack which — if we could still find it — now has an LM386 inside of it after the original electronics failed decades ago. In those days, fixing an AM radio involved either using a device like this to find where you did and didn’t have a signal or injecting signals at different points in the radio. Two sides of the same coin. For example, if you could hear a signal at the volume control — that indicated the RF stages were good and you had a problem on the audio side. Conversely, if you injected a signal at the volume control, not hearing would mean the same thing. Once you knew if the problem was in the RF or AF side, you’d split that part roughly in half and repeat the operation until you were down to one bad stage. Of course, you could use signal generators and scopes, but in those days you weren’t as likely to have those.

Heathkit, of course, had their own version. It even had on of those amazing magic eye tubes.

Continue reading “Active Signal Tracer Probe Has AGC”

Around GPS In 100 Videos

Do you know what the IODC word in GPS data means? If so, great! If not, head over to see the 32nd of [Michel van Biezen’s] 100-part video series on GPS. You probably want to watch the other 31 videos before he gets too much further ahead of you, too. [Michel] reminds you of that professor you had in college who knows a whole lot about something. In fact, scanning his YouTube channel, he knows a lot about many topics ranging from optics, chemistry, kalman filters, and lots of electronics.

There is a dedicated playlist for the GPS videos dating back to 2016. So 32 videos in about six years. So you might have a little time to catch up.  While the first video is pretty introductory as you might expect, by the time you get to video 7 the topics switch to things like the C/A code, BPSK, and gory details of all the frame data, including the IODC word.

Continue reading “Around GPS In 100 Videos”

Design Your Next Robot Hand In Minutes

MIT complains that designing a robot hand is time-consuming and takes a lot of iterations. They want to improve that using a unique approach by giving a modular hand tactile sensors. They claim this can reduce the design time down to minutes for many practical applications. For example, cutting paper. You can see a video about the paper below as well as read the text itself.

Each style of manipulator has an associated graph. Predefined elements let you assemble a palm and specialized fingers. You deform the fingers to match the use of the hand. Then a sensor that looks like a mitten provides feedback fo the task.

Continue reading “Design Your Next Robot Hand In Minutes”

Linux Fu: Roll With The Checksums

We are often struck by how often we spend time trying to optimize something when we would be better off just picking a better algorithm. There is the old story about the mathematician Gauss who, when in school, was given busy work to add the integers from 1 to 100. While the other students laboriously added each number, Gauss realized that 100+1 is 101 and 99 + 2 is also 101. Guess what 98 + 3 is? Of course, 101. So you can easily find that there are 50 pairs that add up to 101 and know the answer is 5,050. No matter how fast you can add, you aren’t likely to beat someone who knows that algorithm. So here’s a question: You have a large body of text and you want to search for it. What’s the best way?

Continue reading “Linux Fu: Roll With The Checksums”

Plastic CPUs Will Bend To Your Will

As microcontroller prices drop, they appear in more things. Today you will find microcontrollers in your car, your household appliances, and even kid’s toys. But you don’t see them often embedded in things that are either super cheap or have to flex, such as for example a bandage. Part of the reason is the cost of silicon chips and part of the reason is that silicon chips don’t appreciate bending. What if you could make CPUs for less than a penny out of flexible plastic? What applications would that open up? PragmatIC — a company working to make this possible — thinks it would open up a whole new world of smart items that would be unthinkable today. They worked with a team at the University of Illinois Urbana-Champaign to create prototype plastic CPUs with interesting results.

This is still the stuff of research and dreams, but a team of researchers did work to produce 4-bit and 8-bit processors using IGZO –indium gallium zinc oxide — semiconductor technology. This tech can be put on plastic and will work even if you bend it around a radius as small as a few millimeters.

Continue reading “Plastic CPUs Will Bend To Your Will”

Inside 3D Printing Shoes

If you’ve ever thought about 3D printing shoes, you’ll enjoy watching the video below about a Portland-based company that creates shoes on demand using an HP MJF 5200 3D printer. Granted, this isn’t a printer you likely have in your basement. The one-ton printer costs up to a half-million dollars but watching it do its thing is pretty interesting.

The printer doesn’t create the entire shoe, but just a spongy foam-like TPU footbed and heel. They run the printer overnight and get about a dozen pairs out at once. There’s quite a bit of clean-up to get the piece ready. Of course, there’s also the assembly of the rest of the shoe to take into account.

Continue reading “Inside 3D Printing Shoes”