Now Even Your Business Card Can Run Linux

It takes a lot of work to get a functional PCB business card that’s thin, cheap, and robust enough to be practical. If you can even blink a few LEDs on the thing and still hand them out with a straight face, you’ve done pretty well for yourself. So you can imagine our surprise when [George Hilliard] wrote in to tell us about his $3 business card computer that boots into a functioning Linux environment. If this were a bit closer to April, we might have figured it was just a joke…

Of course it helps that, as an embedded systems engineer, [George] literally does this kind of thing for a living. Which isn’t to say it was easy, but at least he keeps close enough tabs on the industry to find a suitable ARM solution at a price that makes sense, namely the Allwinner F1C100s. This diminutive chip offers both RAM and CPU in a single package, which greatly simplifies the overall design and construction of the card.

With a root filesystem that weighs in at just 2.4 MB, the environment on the card is minimal to say the least. There’s no networking, limited I/O, and forget about running any heavy software. But it does boot in about six seconds, and [George] managed to pack in a MicroPython interpreter and a copy of the classic Unix dungeon crawler rogue.

Oh yeah, and it also has his resume and some samples of his photography onboard. It is, after all, a business card. All the user has to do is plug it into the USB port of their computer and wait for the virtual serial port to pop up that will let them log into the system running on the card. It also shows up as a USB Mass Storage device for recipients who might not be quite as adept at the command line.

In addition to the high-level documentation for this project, [George] has also prepared a deeper write-up that goes into more technical detail for anyone who might be looking to follow in his footsteps. Thanks to all of the source code that he’s made available, it should be a lot easier for the next person to get their own disposable pocket computer up and running.

We’ve seen all manner of electronic business cards over the years, but never anything quite like this. Which, of course, is quite the point. If you’re ever given a business card that doubles as a computer running a full-fledged operating system on it, you aren’t likely to forget it anytime soon.

Tiny Tree Is A Thermometer For Christmas Fever

Tired of the usual methods for animating all those RGB LEDS for your holiday display? How about using trendiness in a non-trendy way?

[8BitsAndAByte] caved in to increasing holiday madness and bought the cutest little Christmas tree. A special tree deserves special decorations, so they packed it with NeoPixels that turn from red to green and back again one by one. Here’s where the trendiness comes in: the speed at which they change is determined by the popularity of “Christmas” as a search term.

The NeoPixels are controlled by a Raspberry Pi 3B+ that uses PyTrends to grab a value from Google Trends once an hour. The service returns a value between 0 to 100, where 100 means the search term is extremely popular, and 0 means it’s probably the dead of January. Each NeoPixel is wired to the underside of a translucent printed gift box that does a great job of diffusing the light.

You know how Christmas trees have a tendency to stick around well into the new year? This one might last even longer than usual, thanks to the bonus party mode. Press the arcade button on the box cleverly disguised as a present, and the lights change from red to green and back at warp speed while the speaker inside blasts the party anthem of your choice. Be sure to check out the demo/build video waiting for you under after the break.

How could this little tree get any more special? Well, a rotating platform couldn’t hurt.

Continue reading “Tiny Tree Is A Thermometer For Christmas Fever”

Possible Fifth Force Of Nature Found

Over the years, humans have come up with four forces that can be used to describe every single interaction in the physical world. They are gravity, electromagnetism, the weak nuclear force that causes particle decay, and the strong nuclear force that binds quarks into atoms. Together, these have become the standard model of particle physics. But the existence of dark matter makes this model seem incomplete. Surely there must be another force (or forces) that explain both its existence and the reason for its darkness.

Image via Business Insider

Hungarian scientists from the Atomki Nuclear Research Institute led by Professor Attila Krasznahorkay believe they have found evidence of a fifth force of nature. While monitoring an excited helium atom’s decay, they observed it emitting light, which is not unusual. What is unusual is that the particles split at a precise angle of 115 degrees, as though they were knocked off course by an invisible force.

The scientists dubbed this particle X17, because they calculated its mass at 17 megaelectronvolts (MeV). One electron Volt describes the kinetic energy gained by a single electron as it moves from zero volts to a potential of one volt, and so a megaelectronvolt is equal to the energy gained when an electron moves from zero volts to one million volts.

What Are Those First Four, Again?

Let’s start with the easy one, gravity. It gives objects weight, and keeps things more or less glued in place on Earth. Though gravity is a relatively weak force, it dominates on a large scale and holds entire galaxies together. Gravity helps us work and have fun. Without gravity, there would be no water towers, hydroelectric power plants, or roller coasters.

Lightning via Wikimedia Commons

The electromagnetic force is a two-headed beast that dominates at the human scale. Almost everything we are and do is underpinned by this force that surrounds us like an ethereal soup. Electricity and magnetism are considered a dual force because they work on the same principle — that opposite forces attract and like forces repel.

This force holds atoms together and makes electronics possible. It’s also responsible for visible light itself. Each fundamental force has a carrier particle, and for electromagnetism, that particle is the photon. What we think of as visible light is the result of photons carrying electrostatic force between electrons and protons.

The weak and strong nuclear forces aren’t as easy to grasp because they operate at the subatomic level. The weak nuclear force is responsible for beta decay, where a neutron can turn into a proton plus an electron and anti-neutrino, which is one type of radioactive decay. Weak interactions explain how particles can change by changing the quarks inside them.

The strong nuclear force is the strongest force in nature, but it only dominates at the atomic scale. Imagine a nucleus with multiple protons. All those protons are positively charged, so why don’t they repel each other and rip the nucleus apart? The strong nuclear force is about 130x stronger than the electromagnetic force, so when protons are close enough together, it will dominate. The strong nuclear force holds both the nucleus together as well as the nucleons themselves.

The Force of Change

Suspicion of a fifth force has been around for a while. Atomki researchers observed a similar effect in 2015 when they studied the light emitted during the decay of a beryllium-8 isotope. As it decayed, the constituent electrons and positrons consistently repelled each other at another strange angle — exactly 140 degrees. They dubbed it a “protophobic” force, as in a force that’s afraid of protons. Labs around the world made repeated attempts to prove the discovery a fluke or a mistake, but they all produced the same results as Atomki.

Professor Attila Krasznahorkay and his team published their observations in late October, though the paper has yet to be peer-reviewed. Now, the plan at Atomki is to observe other atoms’ decay. If they can find a third atom that exhibits this strange behavior, we may have to take the standard model back to the drawing board to accommodate this development.

So what happens if science concludes that the X17 particle is evidence of a fifth force of nature? We don’t really know for sure. It might offer clues into dark matter, and it might bring us closer to a unified field theory. We’re at the edge of known science here, so feel free to speculate wildly in the comments.

Main image via Index

Addressable LED Strings In Your USB

WS2812Bs, or NeoPixels, or whatever else you call them brought full-color LEDs to maker projects a meter at a time in recent years. Hooked up to a microcontroller, they make creating vibrant, full-color glowables a cinch. They won’t work on their own though, and a some point you want to ditch the dev board and let the blinking stand on its own two feet. Enter the USB LED Otter.

This small square of PCB lets you plug an LED strip directly into a USB port. The PCB itself has four traces on the back that mate with any USB port, and three pads for soldering the strip’s ground, 5 V line, and data. An STM32F072 microcontroller serves as the brains of the operation, packing plenty of horsepower and full compatibility with USB 2.0.

Code is flashed to the chip over USB using Device Firmware Upgrade (DFU) and once written the strip can then be driven by jamming the string into a suitably powerful USB wall charger. The woman behind the build, [Jana Marie], has mentioned that Open Pixel Control could be implemented but that may be an exercise left to the reader.

It’s a useful little tool, and one that promises to do even more with a little more development. Whipping up a few boards should be an easy task for anyone with a reflow oven and a free weekend. Oh, and if you’re tired of the WS2812? There’s other addressable LEDs out there, too!

AMD Introduces New Ryzen Mini PCs To Challenge Intel

For the majority of hacker and maker projects, the miniature computer of choice these last few years has been the Raspberry Pi. While the availability issues that seem to plague each new iteration of these extremely popular Single Board Computers (SBCs) can be annoying, they’ve otherwise proven to be an easy and economical way to perform relatively lightweight computational tasks. Depending on who you ask, the Pi 4 is even powerful enough for day-to-day desktop computing. Not bad for a device that consistently comes in under a $50 USD price point.

Intel NUC compared to the Raspberry Pi

But we all know there are things that the Pi isn’t particularly well suited to. If your project needs a lot of computing power, or you’ve got some software that needs to run on an x86 processor, then you’re going to want to look elsewhere. One of the best options for such Raspberry Pi graduates has been the Intel Next Unit of Computing (NUC).

NUCs have the advantage of being “real” computers, with upgradable components and desktop-class processors. Naturally this means they’re a bit larger than the Raspberry Pi, but not so much as to be impractical. If you’re working on a large rover for example, the size and weight difference between the two will be negligible. The same could be said for small form-factor cluster projects; ten NUCs won’t take a whole lot more space than the same number of Pis.

Unfortunately, where the Intel NUCs have absolutely nothing on the Raspberry Pi is price: these miniature computers start around $250, and depending on options, can sail past the $1,000 mark. Part of this sharp increase in price is naturally the vastly improved hardware, but we also can’t ignore that the lack of any strong competition in this segment hasn’t given Intel much incentive to cut costs, either. When you’re the only game in town, you can charge what you want.

But that’s about to change. In a recent press release, AMD announced an “open ecosystem” that would enable manufacturers to build small form-factor computers using an embedded version of the company’s Ryzen processor. According to Rajneesh Gaur, General Manager of AMD’s Embedded Solutions division, the company felt the time was right to make a bigger push outside of their traditional server and desktop markets:

The demand for high performance computing isn’t limited to servers or desktop PCs. Embedded customers want access to small form factor PCs that can support open software standards, demanding workloads at the edge, and even display 4K content, all with embedded processors that have a planned availability of 10 years.

Continue reading “AMD Introduces New Ryzen Mini PCs To Challenge Intel”

Advancing The State Of Cyberdeck Technology

It’s somewhat rare to be able to witness the birth and subsequent evolution of a technology, at least on a short enough time scale to appreciate it, but right now we’re lucky enough to see it happening within the burgeoning community of cyberdeck builders. We’ve seen an absolute explosion of cyberdeck projects in the last year or so, but this latest entry from [Tinfoil_Haberdashery] truly pushes the state of the art forward. Short of actually transmitting your consciousness into the Matrix, we’re not sure how much closer you could get to William Gibson’s original vision.

The design is based around a split ergonomic keyboard, with an Intel NUC in the center and a 1920×1200 IPS panel on a tilting mount off to one side. Since the display started its life as a DSLR monitor it doesn’t have a touch panel, but those who’ve yet to master a mouse-free workflow will be happy to know there’s a touch pad built into the lid of the NUC. Thanks to a clever dovetail joint, the deck also separates in half if you want to put some more space between your hands, or just to make the whole thing slightly less intimidating while carrying it on your back through the Sprawl.

Power is provided by a custom 18650 battery pack running at 18 V that [Tinfoil_Haberdashery] (naturally) assembled with a homemade spot welder. He’s included both buck and boost converters so the cyberdeck can be powered with a wide array of voltages should he find himself in need of some juice in the field. To maximize battery life he’s also worked in a relay to cut power to the monitor when the NUC is sleeping, and there’s a physical master switch that can completely disconnect everything for long periods of inactivity.

The very first cyberdeck featured on Hackaday was built by [Tinfoil_Haberdashery], and we’re glad to see he’s not resting on his laurels. While that first deck was certainly impressive in its own right, this build takes inspiration from the incredible work we’ve seen from other hardware hackers and raises the bar on what’s possible from this dedicated community.

Hard Drive Data Recovery – Why Not DIY?

Hard drive failures can be tough to bear, particularly for the average person who doesn’t back up. When it comes to data recovery, there’s always those bleating from the sidelines that it’s a job that must be left to the professionals. However, this is Hackaday, not HireSomeoneADay, so [Matt]’s video on do-it-yourself hard drive repair is just what we like to see.

The video begins with plugging the non-functional drive into an external caddy, and using a microphone to listen to the sounds it makes. Upon analysis, [Matt] concludes that the drive is not spinning up, and suspects the heads may be stuck, causing the problem. When tapping the drive fails to unstick the heads, the next step is disassembly.

Despite the best advice from armchair commentators, this can be achieved at home without a clean room. [Matt] opens the drive carefully, and notes that the head is indeed stuck to the platter, instead of sitting in its home position. Using a screwdriver, the platters are rotated in their usual direction while gentle pressure is applied to pull the head away, being sure to use a light touch to avoid ripping the heads off entirely. With this done, the drive is reassembled and powered up. Amazingly, the repair is successful, and data is able to be recovered!

It’s important to note that this is a highly risky procedure, and not guaranteed to succeed. Truly valuable data should be left to the professionals, but if you’re skint or simply unbothered, it doesn’t hurt to have a go yourself. Be sure to avoid dust entering the drive, and take care not to touch the platters themselves. Of course, if you brick the device, you can always scavenge it for parts. Video after the break.

Continue reading “Hard Drive Data Recovery – Why Not DIY?”