Pokemon ROM Hacks Brought To The Real World

If you were a kid anywhere in the last 30 years, it was nearly impossible to avoid at least some exposure to the Pokemon franchise. Whether that’s through games like Red and Blue to Scarlet and Violet, the brief summer everyone played Pokemon Go, or to other media such as the trading card game or anime, it seems to have transcended generations and cultures fairly thoroughly. And, if you’ve consumed all there is of official Pokemon video gaming, you may be surprised to know there are a number of slightly modified games floating around out there that can be translated onto game carts just like their official counterparts.

[imablisy] has played a lot of these ROM hack games but always within something like a virtual console or emulator, so he wanted something physical which would work on original hardware of the era. For this he’s making physical copies of Flora Sky and Vega, which are based on Pokemon Emerald and Fire Red originally for the Game Boy Advance. To get the cart he found a bunch of Mother 3 cartridges to use as the donor. From there he backed up his Emerald and Fire Red cartridges, modified the ROMs with the modifications, and then sent those new ROMs to overwrite the data on the Mother 3 cartridges.

A playable cartridge is only half of the build, though. He wants these to look and feel like real Pokemon games, so he added a color-appropriate translucent case and also printed custom holographic labels for each. It might seem straightforward, but from the style of [imablisy]’s video it’s clear he is very familiar with processes like these, from the artwork all the way to the hardware and software side. We’re also pleased no classic hardware was damaged during this build, much like this version of Doom on an NES cart which used a common game for the donor to upset the least number of collectors.

Continue reading “Pokemon ROM Hacks Brought To The Real World”

Antenna Hidden In Holiday Lights Skirts HOA Rules

For all their supposed benefits, homeowner’s associations (HOAs) have a reputation of quickly turning otherwise quaint neighborhoods into a sort of Stanford prison experiment, as those who get even the slightest amount of power often abuse it. Arbitrary rules and enforcement abound about house color, landscaping, parking, and if you’ve ever operated a radio, antennas. While the FCC (at least as far as the US is concerned) does say that HOAs aren’t permitted to restrict the use of antennas, if you don’t want to get on anyone’s bad side you’ll want to put up an antenna like this one which is disguised as a set of HOA-friendly holiday lights.

For this build, a long wire is hidden along with a strand of otherwise plain-looking lights. While this might seem straightforward at first, there are a few things that need to be changed on the lighting string in order to make both the antenna and the disguise work. First, the leads on each bulb were removed to to prevent any coupling from the antenna into the lighting string. Clipping the leads turns what is essentially a long wire that might resonate with the antenna’s frequency into many short sections of wire which won’t have this problem. This also solves the problem of accidentally illuminating any bulbs when transmitting, as the RF energy from the antenna could otherwise transfer into the lighting string and draw attention from the aforementioned HOA.

Tests of this antenna seemed to show surprising promise while it was on the ground, but when the string and antenna was attached to the roof fascia the performance dropped slightly, presumably because of either the metal drip edge or the gutters. Still, the antenna’s creator [Bob] aka [HOA Ham] had excellent success with this, making clear contacts with other ham radio operators hundreds of miles away. We’ve shared another of [Bob]’s HOA-friendly builds below as well which hides the HF antenna in the roof’s ridge vent, and if you’re looking for other interesting antenna builds take a look at this one which uses a unique transformer to get wide-band performance out of an otherwise short HF antenna.

Continue reading “Antenna Hidden In Holiday Lights Skirts HOA Rules”

Cart Cruises Abandoned California Rail

Southern California is known for its nearly perfect year-round climate, excellent surf, and extremely high cost of living, but once you get away from the coast things are radically different. Rural California has huge tracts of land run by the Bureau of Land Management (BLM), which is publicly accessible to anyone willing to venture into the deserts. There’s not much in the way of infrastructure out there, but [Ryan] does have a unique way of traveling through it using abandoned railroad lines and this custom rail cart.

The frame of this cart is simple enough, it’s little more than 2×3 framing with a plywood deck. Some extra support is added for the motor mount and for the seating location. It uses slightly longer go-kart axles to accommodate the width of the railroad, and a small six horsepower gas engine with a single gear to power the rear axle. There are no brakes other than the riders’ shoes, and while this all seems straightforward enough the real hack here is [Ryan]’s custom wheels. He found that steel or cast wheels were not particularly comfortable on long journeys so after a few attempts he has come up with a home-built polyurethane wheel which is cast in a mold around a steel go-cart wheel and then trimmed on a lathe.

For pure exploration, there’s almost no better place to go than the American west thanks to all the public BLM land available. In this cart, you can explore long distances using an extremely low-cost method of transportation. We’ve added another video of [Ryan] exploring this area below the break to show the cart being used, too, but if you’d like a more multipurpose vehicle to use on abandoned rail near you, take a look at this bicycle which is converted to operate on the railroad.

Continue reading “Cart Cruises Abandoned California Rail”

New Possibilities From Fading Lighting Technology

Like the incandescent bulb before it, the compact fluorescent (CFL) bulb is rapidly fading into obscurity as there are fewer and fewer reasons to use them over their LED successors. But there are plenty of things to do with some of the more interesting circuitry that made these relatively efficient light bulbs work, and [mircemk] is here to show us some of them.

Fluorescent bulbs require a high voltage to work properly, and while this was easy enough for large ceiling installations, it was a while until this hardware could be placed inside a bulb-sized package. When removed, the high voltage driver from the CFL is used in this case to drive a small inductive heating coil circuit, which can then be used to rapidly heat metals and other objects. After some testing, [mircemk] found that the electronics on the CFL circuit board were able to easily handle the electrical load of its new task.

When old technology fades away, there are often a lot of interesting use cases just waiting to be found. [mircemk] reports that he was able to find these light bulbs at an extremely low price due to low demand caused by LEDs, so anyone needing a high voltage driver board for something like a small Tesla coil might want to look at a CFL first.

Pi Pico Calculates Water Usage

Modern WiFi-enabled microcontrollers have made it affordable and easy to monitor everything from local weather information to electricity usage with typically no more than a few dollars worth of hardware and a little bit of programming knowledge. Monitoring one’s own utility data can be a little bit more difficult without interfering with the metering equipment, but we have seen some clever ways of doing this over the years. The latest is this water meter monitoring device based on a Raspberry Pi Pico.

The clever thing here isn’t so much that it’s based on the tiniest of Raspberry Pis, but how it keeps track of the somewhat obscured water flow information coming from the meter. Using a magnetometer placed close to the meter, the device can sense the magnetic field created as water flows through the meter’s internal sensors. The magnetic field changes in a non-obvious way as water flows through it, so the program has to watch for specific peaks in the magnetic field. Each of these specific waveforms the magnetometer detects counts to 0.0657 liters of water, which is accurate for most purposes.

For interfacing with a utility meter, this is one of the more efficient and elegant hacks we’ve seen in a while. There have, of course, been other attempts to literally read the meter using web cams and computer vision software, but the configuration for these builds is much more complex than something like this. You can interface with plenty of utility meters other than water meters, too, regardless of age.

Pushing Crates In 8-bit Color

Moore’s law isn’t strictly holding anymore, but it is still true that most computing systems are at least trending towards lower cost over time, if not also slightly smaller size. This means wider access to less expensive hardware, even if that hardware is still an 8-bit microcontroller. While some move on to more powerful platforms as a result of this trend, there are others still fighting to push these platforms to the edge. [lcamtuf] has been working to this end, stretching a small AVR microcontroller to not only play a classic video game, but to display it on a color display. Continue reading “Pushing Crates In 8-bit Color”

Hunting For Space Pirates

Ever since the first artificial satellite was launched into orbit, radio operators around the world have been tuning in to their space-based transmissions. Sputnik 1 only sent back pulses of radio waves, but in the decades to follow ever more advanced radio satellites were put into service that could support two-way communications from Earth to space and back again.

Some of these early satellites were somewhat lacking in security, though, and have been re-purposed by various pirates around the world for their own ends. [Gabe] aka [saveitforparts] is here to show us how to hunt for those pirates and listen in on their radio traffic.

Pirates on these satellites have typically used them for illicit activities, and it is still illegal to use them for non-governmental or non-military purposes, so [Gabe] notes that he will only be receiving, not transmitting. The signals he is tuning in to are VHF transmissions, specifically around 220 MHz. That puts them easily within the reach of the RTL-SDR and common ham radio equipment, but since they are coming from space a more directional antenna is needed. [Gabe] quickly builds a Yagi antenna from scrap, tuned specifically to 255 MHz, and mounts it to an old remote-controlled security camera mount which allows him to point it exactly at the satellite and monitor transmissions.

From there he is able to pick up what looks like a few encrypted and/or digital transmissions, plus analog transmissions of likely pirates speaking a language he guesses to be Portuguese. He also hears what he thinks is a foreign TV broadcast, but oddly enough turns out to be NPR. These aren’t the only signals in space to tune to, either. There are plenty of purpose-built ham radio satellites available for any licensed person to use, and we’ve also seen this other RTL-SDR configured to snoop on Starlink signals.

Continue reading “Hunting For Space Pirates”