A new display wedged into a car-based fridge

New Brains Save 12 V Fridge From The Scrap Heap

Recently [nibbler]’s Evakool 55L vehicle fridge started to act strangely, reporting crazy temperature errors and had no chance of regulating. The determination was that the NTC thermistor was toast, and rather than trying to extricate and replace this part, it was a lot easier to add a new one at a suitable location

Bog-standard fridge internals

A straight swap would have been boring, so this was a perfect excuse for an overboard hack. Reverse engineering the controller wouldn’t be easy, as the data wasn’t available, as is often the case for many products of this nature.

While doing a brain transplant, the hacker way, we can go overboard and add the basics of an IoT control and monitoring system. To that end, [nibbler] learned as much as possible about the off-the-shelf ZH25G compressor and the associated compressor control board. The aim was to junk the original user interface/control board and replace that with a Raspberry Pi Pico W running CircuitPython.

For the display, they used one of the ubiquitous SH1106 monochrome OLED units that can be had for less than the cost of a McDonald’s cheeseburger at the usual purveyors of cheap Chinese electronics.  A brief distraction was trying to use a DS18B20 waterproof thermometer probe, which they discovered didn’t function, so they reverted to tried and trusted tech — a simple NTC thermistor.

Continue reading “New Brains Save 12 V Fridge From The Scrap Heap”

An ebike motor with the controller cover removed. A number of wires and connectors take up most of the space in the cavity.

Open Brain Surgery For EBikes And EScooters

Personal Electric Vehicles (PEVs) all contain the same basic set of parts: a motor, a battery, a motor controller, some sensors, and a display to parse the information. This simplicity allowed [casainho] to develop a custom controller setup for their own PEVs.

Built around the venerable VESC motor controller, [casainho]’s addition is the EBike/EScooter board that interfaces the existing motor of a device to the controller. Their ESP32-powered CircuitPython solution takes the sensor output of a given bike or scooter (throttle, cadence, or torque) and translates it into the inputs the controller uses to set the motor power.

They’ve also designed an ESP32-based display to interface the rest of the system to the user while riding. Since it also runs CircuitPython, it’s easy to reconfigure the functions of the three button device to display whatever you’d like as well as change various drive modes of your system. I know I’d love to see my own ebikes have a different mode for riding on road versus on shared paths since not getting run over by cars and not harassing pedestrians aren’t going to have the same power profile.

If you want to find more ways to join the PEV revolution, check out this wild omni-wheeled bike or this solar car built from two separate e-bikes. If that doesn’t suit your fancy, how about an off-label use for an e-bike battery to power your laptop off grid?

A glass plate holds a translucent set of silver electrodes. The plate appears to be suspended across two petri dishes, so the scale must be small.

Hydrogels For Bioelectronic Interfaces

Interfacing biological and electrical systems has traditionally been done with metal electrodes, but something flexible can be more biocompatible. One possible option is 3D-printed bioelectric hydrogels.

Electrically conductive hydrogels based on conducting polymers have mechanical, electrical, and chemical stability properties in a fully organic package that makes them more biocompatible than other systems using metals, ionic salts, or carbon nanomaterials. Researchers have now found a way to formulate bi-continuous conducting polymer hydrogels (BC-CPH) that are a phase-separated system that can be used in a variety of manufacturing techniques including 3D printing.

To make the BC-CPH, a PEDOT:PSS electrical phase and a hydrophilic polyurethane mechanical phase are mixed with an ethanol/water solvent. Since the phase separation occurs in the ink before deposition, when the solvent is evaporated, the two phases remain continuous and interspersed, allowing for high mechanical stability and high electrical conductivity which had previously been properties at odds with each other. This opens up new avenues for printed all-hydrogel bioelectronic interfaces that are more robust and biocompatible than what is currently available.

If you want to try another kind of squishy electrode gel, try growing it.

A clear droplet sits on a blue PCB with gold traces. A syringe with a drop of clear liquid sits above the droplet.

Grow Your Own Brain Electrodes

Bioelectronics has been making great strides in recent years, but interfacing rigid electrical components with biological systems that are anything but can prove tricky. Researchers at the Laboratory for Organic Electronics (LOE) have found a way to bridge the gap with conductive gels. (via Linköping University)

Outside the body, these gels are non-conductive, but when injected into a living animal, the combination of gel and the body’s metabolites creates a conductive electrode that can move with the tissue. This is accompanied by a nifty change in color which makes it easy for researchers to see if the electrode has formed properly.

Side-by-side images of a zebrafish tail. Both say "Injected gel with LOx:HRP" at the top with an arrow going to the upper part of the tail structure. The left says "t=0 min" and "Injected with gel GOx:HRP" along the bottom with an arrow going to the lower part of the tail structure. The tail shows darkening in the later image due to formation of bioelectrodes.

Applications for the technology include better biological sensors and enhanced capabilities for future brain-controlled interfaces. The study was done on zebrafish and medicinal leeches, so it will be awhile before you can pick up a syringe of this stuff at your local computer store, but it still offers a tantalizing glimpse of the future.

We’ve covered a few different brain electrodes here before including MIT’s 3D printed version and stentrodes.

Stentrodes: A Way To Insert Brain Electrodes Without Invasive Surgery

When we think of brain-computer interfaces (BCIs) that use electrodes, we usually think of Utah arrays that are placed directly on the brain during open brain surgery, or with thin electrodes spliced into the exposed brain as postulated by Neuralink. While Utah arrays and kin as a practical concept date back to the 1980s, a more recent concept called Stentrodes – for stent-electrode array – seeks to do away with the need for invasive brain surgery.

As the name suggests, this approach uses stents that are inserted via the blood vessels, where they are expanded and thus firmly placed inside a blood vessel inside the brain. Since each of these stents also features an electrode array, these can be used to record neural activity in nearby neural clusters, as well as induce activity through electrical stimulation.

Due to the fact that stents are already commonly used by themselves in the brain’s blood vessels, and the relatively benign nature of these electrode arrays, human trials have already been approved in 2018 by an ethics committee in Australia. Despite lingering concerns about the achievable resolution and performance of this approach, it may offer hope to millions of people suffering from paralysis and other conditions.

Continue reading “Stentrodes: A Way To Insert Brain Electrodes Without Invasive Surgery”

Ham Radio Gets Brain Transplant

Old radios didn’t have much in the way of smarts. But as digital synthesis became more common, radios often had as much digital electronics in them as RF circuits. The problem is that digital electronics get better and better every year, so what looked like high-tech one year is quaint the next. [IMSAI Guy] had an Icom IC-245 and decided to replace the digital electronics inside with — among other things — an Arduino.

He spends a good bit of the first part of the video that you can see below explaining what the design needs to do. An Arduino Nano fits and he uses a few additional parts to get shift registers, a 0-1V digital to analog converter, and an interface to an OLED display.

Unless you have this exact radio, you probably won’t be able to directly apply this project. Still, it is great to look over someone’s shoulder while they design something like this, especially when they explain their reasoning as they go.

The PCB, of course, has to be exactly the same size as the board it replaces, including mounting holes and interface connectors. It looks like he got it right the first time which isn’t always easy. Does it work? We don’t know by the end of the first video. You’ll have to watch the next one (also below) where he actually populates the PCB and tests everything out.

Continue reading “Ham Radio Gets Brain Transplant”

Wemo Smart Plug Gets Brain Transplant

Like many modern smart home gadgets, Belkin’s Wemo brand of smart plugs has a tendency to phone home every time you turn on a lamp. [Gigawatts] wasn’t having it, so they figured out how to flash the device with OpenWRT and replicated its original functionality with a web interface. Unfortunately this stopped working after awhile, and rather than trying to diagnose the issue, it seemed the time would be better spent simplifying the whole thing.

As [Gigawatts] explains, there are actually two separate boards inside the Wemo plug. One holds the relay to do the high-voltage switching, and the other provides the control. They are linked with a three wire connector, making it exceptionally simple to swap out the original controller for something different. The connector supplies 5 V and ground, all you’ve got to do is pull the third wire high to flick the switch.

While the ESP8266 probably would have been the first choice for many a Hackaday reader, [Gigawatts] actually went with the Moteino, a low-power Arduino compatible board with integrated RFM69 transceiver. With an LED to indicate status and a few lines of code tweaked, the Moteino got this once WiFi-only smart plug speaking a new language.

There’s some debate over how effective smart plugs are from an energy efficiency standpoint, but even if this reborn Wemo doesn’t help [Gigawatts] save much power, at least it won’t be blabbing about everything to a third-party.