When Tail Lights Lose Touch With Reality

To study the history of the automobile is to also be a student of technological progress — as with each decade’s models come new innovations to make them better handling, more corrosion-resistant, faster, more efficient, or whatever the needs of the moment dictate. But sometimes that technological advancement goes awry and works against the motorist, making for a vehicle that’s substantially worse than what went before. [FordTechMakuloco] has a video with an example in a Ford pickup, which we believe deserves to be shared.

The problem with the vehicle was simple enough, indeed it’s one we’ve had in the past ourselves. Water got into a tail light, and corroded some connectors. The difference with this Ford though was that such a simple fault took out the whole car, and that the fix for a simple tail light cost $5600. The first was due to a vehicle-wide CAN bus going down due to the electrical short, and the second was due to the assembly containing an assortment of wiring and modules which couldn’t be replaced separately. These included some form of side-facing parking radar, a component unnecessary for operation of the light itself. Some relatively straightforward design and component supply decisions such as separating subsystems across multiple CAN busses, ensuring individual modules are separately available, and even designing connectors to face downwards and self-drain, could have fixed it, but the automaker chose instead to build in some planned obsolescence. Would you buy a Ford truck after seeing the video below the break?

We’ve written here before about how automotive design has taken this wrong path, and even advanced a manifesto as to how they might escape it. This Ford tail light seems to us an egregious example of electronics-as-the-new-rust rendering what should be a good vehicle into a badly designed piece of junk, and honestly it saddens us to see it. Oddly, there was once a time when a Ford truck was about as good as you could get.

Continue reading “When Tail Lights Lose Touch With Reality”

Logic Analyzers: Tapping Into Raspberry Pi Secrets

Today, I’d like to highlight a tool that brings your hacking skills to a whole new level, and does that without breaking the bank – in fact, given just how much debugging time you can save, how many fun pursuits you can unlock, and the numerous features you can add, this might be one of the cheapest tools you will get. Whether it’s debugging weird problems, optimizing your code, probing around a gadget you’re reverse-engineering, or maybe trying to understand someone’s open-source library, you are likely missing out a lot if you don’t have a logic analyzer on hand!

It’s heartbreaking to me that some hackers still don’t know the value that a logic analyzer brings. Over and over again, tactical application of a logic analyzer has helped me see an entirely different perspective on something I was hacking on, and that’s just the thing I’d like to demonstrate today.

Diving In

A logic analyzer has a number of digital inputs, and it continuously reads the state of these digital inputs, sending them to your computer or showing them on a screen – it’s like a logic-level-only oscilloscope. If you have an I2C bus with one MCU controlling a sensor, connect a logic analyzer to the clock and data pins, wire up the ground, launch the logic analyzer software on your computer, and see what’s actually happening.

For instance, have you ever noticed the ID_SC and ID_SD pins on the Raspberry Pi GPIO connector? Are you wondering what they’re for? Don’t you want to check what actually happens on these pins? Let’s do that right now! Continue reading “Logic Analyzers: Tapping Into Raspberry Pi Secrets”

Patching Together Logic Gates

The digital world offers many advantages over its analog relatives, the use of boolean logic among them. Some of the functions, like NOT, OR, and AND are fairly straightforward and line up nicely with their linguistic counterparts. Others are more elusive, like XOR and NAND. For those just getting their start in digital logic, this teaching tool allows different logic gates to be wired together with patch cables.

While [David] first thought to use 74-series logic circuits directly, a much more versatile solution was to use configurable custom logic — a feature found in AVR DA-series microcontrollers that allows for the creation of custom logic circuits without the need for external hardware or complex programming. He went with an ATmega4809 which is capable of supporting twelve gates which are depicted graphically on the board, where the patch cables can be connected between inputs and outputs from a set of switches on the left to another set of LEDs on the right. The microcontroller continually polls for connections, applies the correct logic via a lookup table, and lights the appropriate LED.

Even with only twelve gates, the amount of real-world analogs that can be created with this teaching tool are numerous and varied, from simple things like displaying traffic light patterns in the correct order to implementing a binary adder. It’s an excellent way to get started in digital logic or understanding gates, and much simpler than dealing with 74-series chips on a breadboard like many of us might have done, but those logic chips can be powerful tools to have on hand even in the modern world of microcontrollers.

Old Clock Transformed Into Mesmerizing Light Display

It’s easy to find a cheap clock at any dollar store that will manage to tell the time, but chances are that the plastic-fantastic construction won’t do you any aesthetic favors. Fear not, though, for [ROBO HUB]’s upcycled design turns a humble clock into a mesmerizing horological display of beauty.

The build starts by scavenging the movement out of a cheap plastic clock. A CD is then glued to the front of the movement to serve as a reflective backing plate. For numerals, the clock uses F3, F6, F9, and F12 keys nabbed from a keyboard.

The real party trick, though, is in the lighting. This build is elevated beyond hackneyed 90s desk clocks by the inclusion of a ring of LED strip lighting. When switched on, the LED light reflects and refracts on the surface of the CD, creating a mesmerizing shifting pattern featuring all the colors of the rainbow.

CDs are actually quite magical from an optical perspective and have all kinds of nifty uses.

Continue reading “Old Clock Transformed Into Mesmerizing Light Display”

Op-Amp Challenge: Light Up Breadboard Shows Us The Signals

Most Hackaday readers will no doubt at some point used a solderless breadboard for prototyping. They do the job, but sometimes their layout can be inflexible and keeping track of signals can be a pain. There’s a neat idea from [rasmusviil0] which might go some way to making the humble breadboard easier to use, it’s a breadboard in which each line is coupled via an op-amp buffer to an LED. In this way it can be seen at a glance some indication of the DC voltage present.

It’s an idea reminiscent of those simple logic probes which were popular years ago, but its implementation is not entirely easy. Each circuit is simple enough, but to replicate it across all the lines in a breadboard makes for a huge amount of quad op-amp chips stuffed onto one piece of stripboard as well as a veritable forest of wires beneath the board.

The effect is of a breadboard crossed with a set of blinkenlights, and we could see that for simple digital circuits it could have some utility if not so much for higher frequency or analogue signals. Certainly it’s an experiment worth doing, and indeed it’s not the first tricked out breadboard we’ve seen.

Hacking Hue Lightbulbs

What do you do with a Hue smart lightbulb? Well, if you are [Chris Greening], you take it apart and get hacking. If you ever wondered what’s inside, the teardown is pretty good, and you can also watch the video below. The potting compound, however, makes a mess.

Once you get the potting undone, there are three PCBs: an LED carrier, a power supply, and a logic board. The arrangement of the LEDs is a bit confusing, but [Chris] explains it along with providing schematics for all of the boards.

Continue reading “Hacking Hue Lightbulbs”

Hackaday Berlin: The Badge, Workshops, And Lightning Talks

Hackaday Berlin is just under two weeks away, and we’ve got news times three! If you don’t already have tickets, there are still a few left, so grab them while they’re hot. We’ll be rolling out the final full schedule soon, but definitely plan on attending a pre-party Friday night the 24th, followed by a solid 14-hour day of hacking, talks, and music on Saturday the 25th, and then a mellow Bring-a-Hack brunch with impromptu demos, workshops, and whatever else on Sunday from 10:30 until 14:00.

The Badge Round Two

Many Europeans weren’t able to make the flight to Supercon, so here’s your chance to get hands on Voja Antonic’s superb down-to-the-metal computer trainer-slash-retrocomputer on this side of the Atlantic. It’s been re-skinned for Berlin, with a couple hardware tweaks because nobody can leave a board revision alone, but it’s 100% compatible with the badge that took Supercon 2022 by storm.

If you want to read more about it, you should. We loved it, and so did the crowd. One of the coolest badge hardware hacks was a “punchcard” reader, but there was also a lot of work on the software side as well, and we got pull requests for most of the cool demos. If you’re coming, and if you’d like to start your badge hacking a bit early, you could start your research now.

We’ll have a Badge Hacking Ceremony Saturday night, so you can show off whatever you made. It’s lots of fun. Continue reading “Hackaday Berlin: The Badge, Workshops, And Lightning Talks”