Listening In On A Deep-Space Satellite As It Returns Home

We’ve covered dozens of projects about getting images of Earth’s weather straight from the source. It’s not too much of a trick to download images straight from our constellation of weather satellites, but what about space weather? We’ve got satellites for that too, of course, but to get a good look at the Sun, they’re out of reach of most homebrew ground stations.

That’s about to change, though, as STEREO-A returns to our neighborhood after a 17-year absence, making citizen science a reasonable proposition. The STEREO mission — Solar Terrestrial Relations Observatory — was launched in 2006 with a pair of satellites in heliocentric orbits. STEREO-B was lost in 2014 due to a navigational glitch, but STEREO-A has spent a lot of the intervening years watching the backside of the Sun relative to the Earth. As [Scott Tilley] explains, the satellite is now approaching inferior conjunction, where it will pass between the Earth and the Sun.

This close pass makes STEREO-A’s X-band deep-space beacon readily available to hobbyist-scale equipment, like [Scott]’s 66-cm dish antenna. The dish is mounted on an alt-az telescope mount for tracking, and sports a host of gear at the focus, like LNAs, filters, mixers, and an Ettus B200 SDR. It’s not a cheap setup, but compared to what’s usually needed to listen to STEREO-A, it’s a bargain. The process of demodulating and decoding the signals was a bit more involved, though, requiring not only SatDump and some custom code but also a lot of patience. The images are worth the wait, though; [Scott] shares some amazing shots of our increasingly active Sun as well as animations of recent sunspot activity.

If you’re interested in getting in on the STEREO-A action, you’d better get hopping — the satellite will only be in the neighborhood for a few more months before heading off for another pass around the back of the Sun.

Reverse-Engineering Helps Typesetting Machine Punch Paper Tape Again

[Scott M. Baker] wants a paper tape punch for his retrocomputer collection. That’s fine with us, we don’t judge. In fact,  these electromechanical peripherals from the past have a lot going for them, especially the noise. But alas, such things are a little hard to come by these days, and rolling one from scratch would be a difficult proposition indeed. What to do?

Luckily, we live in the future, and eBay holds all sorts of wonders, including these typesetter keyboards from the 1970s, which [Scott] promptly reverse-engineered. We’ll get to the details in a minute, but first, can we just take a moment to think about the workflow these things were part of? These aren’t terminals — they lack any kind of IO apart from the punched paper tape they spewed out. The operator’s job was to punch in copy without any kind of feedback that they were hitting the right keys, and just sent the paper tap record of the session off to the typesetting machines. And you think your job sucks.

To give this thing an interface, [Scott] first had to revive the power supply, whose capacitors had seen sunnier days. With that out of the way, he set about understanding the CPU-less machine by analyzing its 7400-series logic, as well as planning how to make the native 6-bit output into a more manageable 8-bit. Thankfully, the tape punch already had solenoids for the top two bits, but finding a way to drive them wasn’t trivial.

The solution was to bypass a buffer so that the bits for the desired character can be set with a Raspberry Pi and an ATF22V10 programmable logic device. That’s enough to force the punch to do its thing; actually getting it to talk to something else, perhaps even [Scott]’s Heathkit H-8 computer.

Continue reading “Reverse-Engineering Helps Typesetting Machine Punch Paper Tape Again”

Software For Satellites Hack Chat

Join us on Wednesday, July 12 at noon Pacific for the Software for Space Hack Chat with Jacob Killelea!

In space, everything is harder. Hardware has to be built to withstand not only the harshest possible regimes of temperature and radiation but the rigors of launch. Power is at a premium, things that are supposed to stay cool get too hot, and things you want to keep warm freeze solid. It seems like everything you “send upstairs” has to be over-engineered compared with the stuff that stays down the gravity well.

join-hack-chatBut what about software? Yep, that needs special engineering too — after all, one little mistake, one uncaught exception, and millions or even billions of exquisitely crafted space hardware could become as useful as a brick. Jacob Killelea is an aerospace engineer who has done the rounds of a number of space concerns, and he’s worked on a number of space software projects, including a pulsed laser system with the potential for lunar orbital communications. He knows what it takes to write software that keeps space hardware ticking, and we’re excited to have him log into the Chat to talk about it.

Our Hack Chats are live community events in the Hackaday.io Hack Chat group messaging. This week we’ll be sitting down on Wednesday, July 12 at 12:00 PM Pacific time. If time zones have you tied up, we have a handy time zone converter.

[Banner image: NASA’s GPM satellite.]

Hackaday Links Column Banner

Hackaday Links: July 9, 2023

Good news this week from Mars, where Ingenuity finally managed to check in with its controllers after a long silence. The plucky helicopter went silent just after nailing the landing on its 52nd flight back on April 26, and hasn’t been heard from since. Mission planners speculated that Ingenuity, which needs to link to the Perseverance rover to transmit its data, landed in a place where terrain features were blocking line-of-sight between the two. So they weren’t overly concerned about the blackout, but still, one likes to keep in touch with such an irreplaceable asset. The silence was broken last week when Perseverance finally made it to higher ground, allowing the helicopter to link up and dump the data from the last flight. The goal going forward is to keep Ingenuity moving ahead of the rover, acting as a scout for interesting places to explore, which makes it possible that we’ll see more comms blackouts. Ingenuity may be more than ten-fold over the number of flights that were planned, but that doesn’t mean it’s ready for retirement quite yet.

Continue reading “Hackaday Links: July 9, 2023”

Using An Old Satellite To See The Earth In A New Light

Snooping in on satellites is getting to be quite popular, enough so that the number of people advancing the state of the art — not to mention the wealth of satellites transmitting signals in the clear — has almost made the hobby too easy. An SDR, a homebrew antenna, and some off-the-shelf software, and you too can see weather satellite images on your screen in real time.

But where’s the challenge? That seems to be the question [dereksgc] asked and answered by tapping into S-band telemetry from an obsolete satellite. Most satellite hunters focus on downlinks in the L-band or even the VHF portion of the spectrum, which are within easy reach of most RTL-SDR dongles. However, the Coriolis satellite, which was launched in 2003, has a downlink firmly in the S-band, which at 2.2-GHz puts it just outside the high end of an RTL-SDR. To work around this, [dereksgc] bought a knock-off HackRF SDR and couple it with a wideband low-noise amplifier (LNA) of his own design. The dish antenna is also homebrewed from a used 1.8-m dish and a custom helical antenna for the right-hand circular polarized downlink signal.

As the video below shows, receiving downlink signals from Coriolis with the rig wasn’t all that difficult. Even with manually steering the dish, [dereksgc] was able to record a couple of decent passes with SDR#. Making sense of the data from WINDSAT, a passive microwave polarimetric radiometer that’s the main instrument that’s still working on the satellite, was another matter. Decoded with SatDump and massaged with Gimp, the microwave images of Europe are at least recognizable, mostly due to Italy’s distinctive shape.

Despite the distortion, seeing the planet’s surface via the microwaves emitted by water vapor is still pretty cool. If more traditional weather satellite images are what you’re looking for, those are pretty cool too.

Continue reading “Using An Old Satellite To See The Earth In A New Light”

Thermochromic Treatment Keeps Solderless Breadboards Smokeless

There’s a point in a component’s thermal regime that’s between normal operation and overloaded to the point of obvious failure. That’s a dangerous region, because the component isn’t quite hot enough to release the Magic Smoke, but hot enough to singe any finger you poke around with the see if everything’s running right. So if you’re looking to keep your fingerprints unmodified, but you don’t want to invest in a thermal camera, you might want to let this thermochromic breadboard point the way to overloaded components.

We’re not sure where this tip came from, but judging by the look of the website it was sometime in the late 90s. We’re also not sure who’s behind this little hack, so we’ll just credit [improwis]. The idea is pretty simple — white acrylic paint is mixed with thermochromic pigment, and the mixture is carefully painted onto the plastic surface of a standard-issue solderless breadboard. Care is taken to apply thin coats, lest the paint gets into the contacts and really muck things up. Once the paint is dry you’re ready to build your circuit. We have to admit we’re surprised at how sensitive the paint is; judging by the pictures, the heat coming off a 1/4-watt resistor dissipating 350 mW is plenty, even when the body of the resistor is well above the surface of the breadboard. We’d imagine the paint would point out not only hot components but probably the breadboard contacts too, if things got really toasty.

This seems like such a great application of thermochromism, one that’s a bit more useful than clocks and Pi Day celebrations. If you’re going to try this yourself, you’ll have to track down your own supply of thermochromic pigment, though — the link in the article is long dead. That’s not a problem, though, as Amazon sells scads of the stuff, seemingly aimed mainly at nail salons. The more you know.

Inexpensive Ham Radio Gets Upgrades Thanks To A Trojan

Love them or hate them, the crop of cheap hand-held amateur radio transceivers is here to stay. They’re generally horrible radios, often smearing spurious emissions across the spectrum, but they’re cheap enough to throw in a glove box for emergencies, and they invite experimentation — for instance, modifying the firmware to add functionality the OEM didn’t think to offer.

The new hotness in this class of radios is the Quansheng UV-K5, a two-band transceiver you can pick up for about $40, and we suspect it’ll get hotter still with this firmware trojan by [Piotr (SQ9P)]. We’ve already seen a firmware hack for these radios, one that aimed at unlocking the full frequency range of the RF chip at the heart of the radio. Honestly, we’re not huge fans of these mods, which potentially interfere with other allocations across multiple bands. But [Piotr]’s hacks seem a bit more innocuous, focusing mainly on modifying the radio’s display and adding useful features, such as a calibrated received signal strength bar graph and a numerical RSSI display. The really neat new feature, though, is the spectrum display, which shows activity across a 2-MHz slice of spectrum centered on the currently set frequency. And just because he could, [Piotr] put in a game of Pong.

[Piotr]’s description of the mod as a trojan seems apt since his new programs run in parallel to the OEM firmware by wrapping its vector table. We’d imagine other mods are possible, and we’re keen to see what people come up with for these hackable little units. Just make sure you’re staying within the law, especially in the United States — the FCC does not play games (third item).