Probes connected from a Pi Pico board to the SPI flash chip, with other end of the probes connected tot the level shifter circuit resistors

Motherboard Revived With Simplest 1.8V SPI Shifter Ever

If you have ever had to fix a modern desktop motherboard, you might have noticed that the BIOS (UEFI) SPI flash is 1.8V – which means you can no longer use a Raspberry Pi or a CH341 adapter directly, and you’d need to use a 1.8V level shifter of some sort. Now, some of us can wait for a 1.8V level shifter adapter from an online store of your choosing, but [treble] got a “BIOS flash failed” motherboard from Facebook Marketplace, and decided to make it work immediately.

She tells us a story about reviving the motherboard, and there’s one thing she shows that is interesting in particular – a very simple way to level shift 3.3V signals from a serprog-flashed Pi Pico down to the 1.8V that the flash chip required, something you are guaranteed to be able to build out of the parts in your parts bin, only requiring nine resistors and an NPN transistor. If you ever need to reflash BIOS on a modern motherboard, take note. As for 1.8V rail, she ended up tapping the 1.8V power pin of the SPI chip the motherboard itself to power the chip while programming it.

In the end, after swapping the two BIOS chips places and fixing a broken trace mishap, the motherboard booted, and works wonderfully to this day, a much-needed upgrade to [treble]’s toolkit that allows her to do RISC-V cross-compiling with ease nowadays. This is not the first time we see people reflash modern boards with 1.8V chips – if you want to learn more, check out this incredibly detailed writeup! Need to do some further debugging? Use your Pico as a POST card!

A multifactor authentication device showing TOTP codes

An ESP32 MultiFactor TOTP Generator

MFA, or multifactor authentication, is a standard security feature these days. However, it can be a drag to constantly reach into one’s pocket, scroll to Google Authenticator (other MFA applications are available!), and find the correct TOTP code to log in to a site for a short while. [Allan Oricil] felt this pain point, so they took the problem by the horns and created a desktop MFA TOTP generator to make life just that little bit easier.

TOTP, which stands for Time-based One-Time Password, is a security measure that uses a device or application to provide unique codes that expire after a short time. Two-factor authentication requires a physical item (something you have), such as a key or swipe card, and knowledge of a fact (something you know), like a password, rather than relying on a single factor. This approach ensures a higher level of security. [Allan]’s project is a physical thing one would use with a password or key file.

Continue reading “An ESP32 MultiFactor TOTP Generator”

Micro Jeep Model Kit Is Both Business Card And Portfolio

When finding work in product design and prototyping, two things are important to have at hand: a business card, and a sample of one’s work. If one can combine those, even better. Make it unique and eye-catching, and you’re really onto something. That seems to  have been the idea behind [agepbiz]’s 1:64 scale micro Jeep model kit that serves as an  “overcomplicated” business card.

Complete with box and labels in a shrink-wrapped package.

At its heart, the kit is a little print-in-place model kit that looks a lot like larger injection-molded model kits. Completing it is a custom-made box with custom labels, and it’s even shrink-wrapped. The whole thing fits easily in the palm of a hand.

There’s a lot of different tools effectively used to make the whole thing. The model card itself is 3D printed in multiple filament colors, and the box is constructed from carefully glued cardstock. The labels are custom printed, and a craft cutter (which has multiple uses for a hobbyist) takes care of all the precise cutting. It’s an awfully slick presentation, and the contents do not disappoint.

Get a closer look in the video, embedded just below. And if you like what you see, you’re in luck because we’ve seen [agepbiz]’s work before in this mini jet fighter, complete with blister pack.

Continue reading “Micro Jeep Model Kit Is Both Business Card And Portfolio”

Ethernet For Hackers: Transformers, MACs And PHYs

We’ve talked about Ethernet basics, and we’ve talked about equipment you will find with Ethernet. However, that’s obviously not all – you also need to know how to add Ethernet to your board and to your microcontroller. Such low-level details are harder to learn casually than the things we talked about previously, but today, we’re going to pick up the slack.

You might also have some very fair questions. What are the black blocks near Ethernet sockets that you generally will see on boards, and why do they look like nothing else you see on circuit boards ever? Why do some boards, like the Raspberry Pi, lack them altogether? What kind of chip do you need if you want to add Ethernet support to a microcontroller, and what might you need if your microcontroller claims to support Ethernet? Let’s talk.

Transformers Make The Data World Turn

One of the Ethernet’s many features is that it’s resilient, and easy to throw around. It’s also galvanically isolated, which means  you don’t need a ground connection for a link either – not until you want a shield due to imposed interference, at which point, it might be that you’re pulling cable inside industrial machinery. There are a few tricks to Ethernet, and one such fundamental Ethernet trick is transformers, known as “magnetics” in Ethernet context.

Each pair has to be put through a transformer for the Ethernet port to work properly, as a rule. That’s the black epoxy-covered block you will inevitably see near an Ethernet port in your device. There are two places on the board as far as Ethernet goes – before the transformer, and after the transformer, and they’re treated differently. After the transformer, Ethernet is significantly more resilient to things like ground potential differences, which is how you can wire up two random computers with Ethernet and not even think about things like common mode bias or ground loops, things we must account for in audio, or digital interfaces that haven’t yet gone optical somehow.

Continue reading “Ethernet For Hackers: Transformers, MACs And PHYs”

CT Scan Reveals Secrets Of Heinz’s New Ketchup Cap

Ketchup bottles are a solved technology, right? Wrong! As it turns out, there is still great development being done in this space. Industrial imaging company Lumafield reveals to us the secrets of Heinz’s new ketchup bottle cap, reportedly the result of a seven-figure investment and eight long years of toil.

Lumafield put the cap in a CT scanner to generate three-dimensional cutaway images of the cap’s internal structure.  The trick of the new cap is in how it compares to the old design. The previous solution used multiple different plastics: likely polypropylene for the cap itself, along with a small amount of silicone for the flexible nozzle valve. The point of the valve was to regulate the flow of ketchup so the bottle squirts out the red goop in a predictable fashion.

The problem with the old cap is that the use of two materials both makes it more expensive to manufacture, and practically impossible to recycle. A solution was needed, and Heinz finally found one.

The new cap, which is fully recyclable, takes advantage of the properties of ketchup itself. As the ketchup is squeezed out of the bottle, it passes through a complicated array of channels before it gets to the nozzle outlet itself. As a sheer-thinning fluid, ketchup gets less viscous the more its under strain. Thus, as it deforms around the complex channels, it becomes less viscous and more likely to flow out at a predictable rate, rather than in thick gloopy spurts.

It’s amazing to think how much work goes into a simple ketchup cap, and yet, millions of dollars are on the line in projects like these. This isn’t the first time Lumafield used their tech to peel back the layers on a piece of common tech — last year we covered their investigation into what’s inside various AirPod knockoffs.

Stacking Solar Cells Is A Neat Trick To Maximise Efficiency

Solar power is already cheap and effective, and it’s taking on a larger role in supplying energy needs all over the world. The thing about humanity, though, is that we always want more! Too much, you say? It’s never enough!

The problem is that the sun only outputs so much energy per unit of area on Earth, and solar cells can only be so efficient thanks to some fundamental physical limits. However, there’s a way to get around that—with the magic of tandem solar cells!

Continue reading “Stacking Solar Cells Is A Neat Trick To Maximise Efficiency”

Older Nissan Leafs Lose Their App, Are They The First Of Many?

There was a time when all you needed to use your car was a key. On older vehicles it was a traditional metal key, on more recent ones it had some kind of RFID chip for the immobilizer. As vehicles have become more and more computers on wheels though, the key has disappeared in favor of an electronic key using RF, and in many cases a smartphone application. It’s even used as a selling point: “Look how amazing our car is, you open it with an app!”

Now the obvious flaw is beginning to show in this strategy, as Nissan Leafs made before 2016 and on the road in the UK are to have their app support withdrawn. The manufacturer cites the withdrawal of 2G services, but this seems a little fishy when you consider that the older networks will continue to exist in some form until 2030.

Frankly, there’s part of us that welcomes this news. On one hand, it affects relatively few early adopters. But at the same time, it has the promise of finally educating a gullible public that while a car may last into its second or third decade, the superfluous technology with which it has been loaded probably won’t. If it makes consumers clamor for longer support, or better built vehicles, it can only be a good thing. We’re guessing stories like this will become increasingly common in the next few years — luckily for Leaf owners, its relatively trivial loss of functionality won’t be the worst among them.

If the carmakers have forgotten how to make a vehicle without the dross, we’d be delighted to remind them.

Header: Kārlis Dambrāns, CC BY 2.0.

Thanks [CampGareth] for the tip.