YouTube Like It’s 1970s France With This Minitel-VCR Mashup

When it’s not just sticking fake gears on things and calling it a day, the Steampunk look is pretty cool. Imagining technology in a world stuck with Victorian aesthetics is a neat idea, and one that translates to the look of other time periods — Fallout, anyone?

But what if you try to create a technological aesthetic based on a more recent and less celebrated time? That’s what [ghettobastler] has attempted with this somewhat bizarre Minitel-YouTube-VCR mash-up. Taking inspiration from a webcomic’s take on “Formicapunk,” modern tech based on the aesthetic of the wildly successful French videotex service of the 70s and 80s, the system uses a very cool Minitel 1B terminal and a Raspberry Pi 3.

A custom level-shifter for the Pi

With the help of a level-shifting circuit, the Mintel and the Pi talk over serial, allowing the terminal to be used as, well, a terminal for the Pi. Videos are downloaded from YouTube by the Pi, which sends the video to the VCR from its composite output, and controls the VCR with an IR LED that emulates the original remote. Come to think of it, just watch the video below — it’s probably easier than trying to describe it.

It’s weird, true, but we love the look of that Minitel terminal. Something about it just screams cyberdeck; if anyone has a spare one of these, get busy and put something together for our Cyberdeck Design Contest.

Continue reading “YouTube Like It’s 1970s France With This Minitel-VCR Mashup”

Bit-Banged Ethernet On The Raspberry Pi Pico

Whilst the Raspberry Pi RP2040 is quite a capable little chip, on the whole it’s nothing really special compared to the big brand offerings. But, the PIO peripheral is a bit special, and its inclusion was clearly a masterstroke of foresight, because it has bestowed the platform all kinds of capabilities that would be really hard to do any other way, especially for the price.

Our focus this time is on Ethernet, utilizing the PIO as a simple serialiser to push out a pre-formatted bitstream. [kingyo] so far has managed to implement the Pico-10BASE-T providing the bare minimum of UDP transmission (GitHub project) using only a handful of resistors as a proof of concept. For a safer implementation it is more usual to couple such a thing magnetically, and [kingyo] does show construction of a rudimentary pulse transformer, although off the shelf parts are obviously available for this. For the sake of completeness, it is also possible to capacitively couple Ethernet hardware (checkout this Micrel app note for starters) but it isn’t done all that much in practice.

Inside the expedient pulse transformer.

UDP is a simple Ethernet protocol for transferring application data. Being connection-less, payload data are simply formatted into a packet buffer up front. This is all fine, until you realize that the packets are pretty long and the bitrate can be quite high for a low-cost uC, which is why devices with dedicated Ethernet MAC functionality have a specific hardware serialiser-deserialiser (SERDES) block just for this function.

Like many small uC devices, the RP2040 does not have a MAC function built in, but it does have the PIO, and that can easily be programmed to perform the SERDES function in only a handful of lines of code, albeit only currently operating at 10 MBit/sec. This will cause some connectivity problems for modern switch hardware, as they will likely no longer support this low speed, but that’s easily solved by snagging some older switch hardware off eBay.

As for the UDP receive, that is promised for the future, but for getting data out of a remote device over a wired network, Pico-10BASE-T is a pretty good starting point. We’ve seen a few projects before that utilize the PIO to generate high speed signals, such as DVI, albeit with a heavy dose of overclocking needed. If you want a bit more of an intro to all things Pico, you could do worse than check out this video series we highlighted a while back.

Multispectral Imaging System Built With Raspberry Pi

Multispectral imaging can be a useful tool, revealing all manner of secrets hidden to the human eye. [elad orbach] built a rig to perform such imaging using the humble Raspberry Pi.

The project is built inside a dark box which keeps outside light from polluting the results. A camera is mounted at the top to image specimens installed below, which the Pi uses to take photos under various lighting conditions. The build relies on a wide variety of colored LEDs for clean, accurate light output for accurate imaging purposes. The LEDs are all installed on a large aluminium heatsink, and can be turned on and off via the Raspberry Pi to capture images with various different illumination settings. A sheath is placed around the camera to ensure only light reflected from the specimen reaches the camera, cutting out bleed from the LEDs themselves.

Multispectral imaging is particularly useful when imaging botanical material. Taking photos under different lights can reveal diseases, nutrient deficiencies, and other abnormalities affecting plants. We’ve even seen it used to investigate paintings, too. Video after the break.

Continue reading “Multispectral Imaging System Built With Raspberry Pi”

Macintosh Classic II With E-Ink Display

As various antique computers age, it becomes increasingly hard to operate them as hardware begins to physically fail. Keeping these systems up and running often requires scavenging parts from other machines which are only becoming harder to find as time goes on. But if you throw out the requirement of using only era-appropriate components, there are some interesting ways to revive older devices with a few touches of modern tech, like this Mac Classic with a unique display.

The Macintosh Classic II was the successor to the first Macintosh computer Apple sold that had a price tag under $1000. As such, there were some lower specs for this machine such as the monochrome 512×342 display. This one has been retrofitted with an e-ink display which actually gives it some of the same grayscale aesthetic as the original. The e-ink display is driven by a Raspberry Pi which displays a replica System 7 environment and a set of photos.

While the only part of the computer that’s original is the shell at this point, the project’s creator [Dave] also built in support for the Apple Desktop Bus through an Arduino so the original Apple mouse and keyboard can be used. While it’s largely an illusion of a working Mac Classic, we still appreciate the aesthetic.

If you’re more of a classic Apple purist, though, take a look at this SE/30 which uses almost entirely original parts with the exception of a Raspberry Pi to allow it to communicate with the modern Internet.

Continue reading “Macintosh Classic II With E-Ink Display”

2022 Cyberdeck Contest: Extruded Rig Exudes Coolness

When we came up with the cyberdeck contest, we figured we would see all kinds of builds, and so far, y’all haven’t disappointed us. Take for instance this tidy but post-apocalyptic build by [facelessloser]. It has that “I used what I could find among the rubble” appeal, yet it looks so clean. Now why is that?

It must be partially because of the frame, which is 2020 aluminium extrusion. Now as you can see, this cyberdeck is based on the Raspberry Pi 400, which combines the power of a Pi 4 with a chiclet keyboard and the retro feel of the all-in-one computers of yore.

But this cyberdeck build really began because [facelessloser] had a 7″ HDMI screen kicking around for a while and finally settled on this design. The screen connects to the extrusion rail with a pair of custom-printed brackets, and is prevented from sliding back and forth with more plastic, including a nice enclosure that holds the speaker, amp board, headphone jack, and USB-C port.

Since the screen has no sound of its own, [facelessloser] added a 3 W amplifier board and a speaker for playing chiptunes and other kinds of electronic noise that provide just the right ambiance. We absolutely love the printed mesh cover on the back made of hexagons — not only does it look nice, it’s a functional, minimal, breathable solution to corralling the cabling while simultaneously showing off the internals. You can find a bit more detail and some extra build pictures over on the blog post, and be sure to check out the video after the break to see how [facelessloser] has implemented this cyberdeck into their bench, and stick around for a tour of the build.

Continue reading “2022 Cyberdeck Contest: Extruded Rig Exudes Coolness”

An EMMC Gives Up Its Secrets

An increasing phenomenon over the years since mobile phones morphed from simply telephones into general purpose pocket computers has been that of the dead device taking with it some treasured digital resource. In most cases this means the device has died, but doesn’t necessarily mean that that the data has completely gone. Inside the device will be an eMMC flash chip, and if that can be read then the data is safe. This applies to some single board computers too, and thus [Jeffmakes]’ adventures in recovering an eMMC from a dead Raspberry Pi CM4 are particularly interesting.

The whole thing relies on the eMMC presenting the same interface as an SD card, so while it comes in a multi-pin BGA package it can be addressed with surprisingly few wires. Using the PCB from another dead CM4 he traced the relevant connections from eMMC to SoC pads, and was thus able with some very fine soldering to construct an interface for an SD card reader. The disk could then be imaged in its entirety.

This work will be of huge use to experimenters who’ve fried their Compute Modules, but of course the information it contains will also be of use to retrieve those photos from the phone that fell in the bath. It’s not the first time we’ve taken a look at someone’s efforts in this area.

Fytó Is Fido For Phytophiles

On the surface, most plants really aren’t all that exciting, save for maybe the Venus flytrap. Sure, you can watch them grow in the long run, but for the most part, they’re just kind of there, quietly bringing peace and cleaner air. Day by day, they hardly move at all, although if you’re one of those people who likes to get the Sim into the pool and take the ladder away, you could always play the drought game just to watch it droop and come back to life a half hour later.

Fytó the smart planter is a much more cool and far less cruel way of spicing up your plant life. The idea is to turn a plant into a pet by giving it an expressive face. Sure, plants have needs, but they communicate them more subtly than the average Earthing. By assigning animated emoji to various conditions, the plant becomes more familiar and in turn, feels more like a pet. Plus, the whole thing is just so darn cute.

Fytó runs on a Raspberry Pi 2W and has six emotions that are based on a capacitive soil moisture sensor, an LM35 temperature sensor, and an LDR module to detect light levels. If everything is copacetic, Fytó puts on a happy face, and will lick its lips after getting a drink of water. If the light is insufficient, Fytó looks sleepy; if the plant needs water, Fytó appears sweaty, red-faced, and parched. Don’t conflate this with the temperature-taking emoji, which indicates that Fytó is too hot. Finally, if the spot is too drafty and cold, Fytó looks like it’s nearly frozen. Be sure to check out the video after the break and watch Fytó work through their range of emotions.

Would you rather hear your plant complain in English? There’s a build for that.

Continue reading “Fytó Is Fido For Phytophiles”