Raspberry Pi Slips Out New PCB Version With USB C Power Fix

When the Raspberry Pi people release a fresh model in their line of fruity single board computers, it’s always an event of great interest. The Raspberry Pi 4 brought some significant changes to the formula: they moved to mini micro HDMI and USB-C power sockets, for instance. The early adopters who scored one of those Pi 4s were in for a shock though, if they had all but the most basic USB C power cables the device wouldn’t power up. Now the Register has news that they have slipped out with little fanfare an updated version of the board containing a fix for this problem.

Our colleague Maya Posch delved deeply into the USB C specification and delivered a pithy analysis at the time which demonstrated that the fault lay with the configuration of the sense resistors used by intelligent USB C power sources to determine what power to supply. For the addition of a single surface mount resistor the problem need never have existed, and we’re guessing that’s how they fixed it.

There’s no need to despair should you have one of the older boards, though. They will still work as they always have done with the so-called “dumb” power supplies and cables, and meanwhile we’re sure that future Pi boards will have had a lot of attention paid to their USB power circuitry.

PaintBot Does The Art For You

Digital imagery is great, but there’s a certain charm to a real, handpainted piece. However, we live in an age of CNC, and the robots are always willing to try something new if they’re properly instructed how to do it. In this vein, [Alexander Leiser] developed PaintBot to paint beautiful pictures for him.

The ‘bot uses aluminium extrusion and stepper motors to move around. A 3D printed bracket was printed to hold a paintbrush so the artbot can do its work. [Alexander] wrote a script in C# to parse images and generate the requisite G-code for the ‘bot. Over time, this expanded into a full application, with a GUI and provision for automatic color changing. There’s plenty of logic required, to cover things like cleaning the brush between colors and composing the image properly. The medium of choice is acrylic on canvas, after early experiments with paper were found to be unsatisfactory.

The output from PaintBot is impressive, with a certain digital quality to the way the individual paint strokes make up the final image. [Alexander] has also wrapped up the software and named it PaintCam. Distributed on Thingiverse, it allows anyone with a 3D printer to use it as a robot painter themselves.

The project shows that it’s possible to create a nice artwork using CNC hardware, and we’d love to see what this could do with a neural network back end doing some artistic interpretation. If you build such a system, be sure to let us know! Video after the break.

Continue reading “PaintBot Does The Art For You”

DARPA Subterranean Challenge Urban Circuit Now Livestreaming

Currently underway is the DARPA Subterranean Challenge (SubT) systems competition for urban circuits streamed live on YouTube now through Wednesday, February 26th.

The DARPA Grand Challenge of 2004 kicked research and development of autonomous vehicles into high gear. Many components on today’s self-driving vehicles can be traced back to systems developed for that competition. Hoping to spur further development, DARPA has since held several more challenges focused moving the state of the art in autonomous robotics ahead.

To succeed in this challenge, robots must handle terrain that would confuse today’s self-driving cars. Cluttered environments, uneven surfaces of different materials, even the occasional flooded section are fair game. These robots also lose access to some of the tools previously available, such as GPS. The “systems track” denotes teams building physical robot systems versus a separate “virtual track” for simulation robots. “Urban circuit” is the second of four phases in this competition, environments of this phase are focused on man-made underground structures. (Think subway station.) For more details on this competition as well as description of various phases, see our introductory post or the competition site.

Those who rather not watch robots tentatively exploring unknown territory (and occasionally failing) may choose to wait for summaries published after competition rounds are complete. The first phase (tunnel circuit) from August-October 2019 was summarized by IEEE Spectrum here. Or you can go straight to DARPA for details on the systems track and virtual track with overall results posted on the competition site.

Continue reading “DARPA Subterranean Challenge Urban Circuit Now Livestreaming”

3D Printing Skin Or Maybe A Dermal Regenerator

In space — at least on Star Trek — no one can hear you apply a band-aid. That’s too low tech. When a Star Fleet officer gets an ouchie, the real or holographic doctor waves a dermal regenerator over the afflicted area, and new skin magically appears. Science fiction, huh? Maybe not. A group of scientists from Canada recently published a paper on a handheld instrument for depositing “skin precursor sheets” over full-thickness burns. The paper is behind a paywall and if you don’t know how to get it or don’t want to get it, you can see a video from the University of Toronto, below.

Although they use the term 3D printing, the device is more like a paint roller. Several substances merge together in the print head and lay down on the burn in broad stripes.

Continue reading “3D Printing Skin Or Maybe A Dermal Regenerator”

This Week In Security: Robinhood, Apple Mail, ASLR, And More Windows 7

First off this week, a ransomware named Robinhood has a novel trick up its sleeve. The trick? Loading an old known-vulnerable signed driver, and then using a vulnerability in that driver to get a malicious kernel driver loaded.

A Gigabyte driver unintentionally exposed an interface that allows unfettered kernel level read and write access. Because it’s properly signed, Windows will happily load the driver. The ransomware code uses that interface to turn off the bit that enforces the loading of signed drivers only. From there, loading a malicious driver is trivial. Robinhood uses it’s kernel-level access to disable anti-virus applications before launching the data encryption.

This is a striking example of the weakness of binary signing without a mechanism to revoke those signatures. In an ideal world, once the vulnerability was found and an update released, the older, vulnerable driver would have its signature revoked.

The last Windows 7 Update For Real This Time, Maybe

More news in the ongoing saga of Windows 7/Server 2008 reaching end-of-life. KB4539602 was released this patch Tuesday, fixing the black background problem introduced in the last “final” round of updates. Surely that’s the last we’ll hear of this saga, right?

Not so fast. Apparently that patch has led to multiple Windows Server 2008 machines failing to boot after install. According to Microsoft, the problem is a missing previous patch that updates SHA-2 support. Continue reading “This Week In Security: Robinhood, Apple Mail, ASLR, And More Windows 7”

Training A Dog To “Speak” With A Sound Board

The field of Augmentative and Alternative Communciation (AAC) covers communication methods used by those who are unable to otherwise produce or comprehend spoken or written language. Many will be familiar with the speech synthesizer used by Stephen Hawking as just one such example of AAC technology. [Christina Hunger] is a speech language pathologist, and is intimately familiar with such tools. She decided to use these techniques to teach her dog, Stella, to talk.

[Christina] began her project by implementing a button board which triggers various speech samples when triggered. There are plenty of typical words that a dog may wish to use, like beach, park, and ball – as well as words describing concepts, such as where, later, and come. Over time, she has observed Stella using the button board in various ways, that she claims indicate a deeper understanding and use of language than would normally be ascribed to a dog.

From the outset, [Christina] has been intentional in her methods, being sure to only demonstrate the use of the board to Stella, rather than simply pressing the buttons for her. The experiment has many similarities to the case of Koko the gorilla, known for learning symbols from American Sign Language. The project is also documented on Instagram, where she films Stella using the device and gives interpretations of the meaning of Stella’s button pressing.

Attemping to communicate on a higher level with animals has long been a mysterious and complex pursuit; one which we’re sure to see more of as various technologies continue to improve. We’d love to see a broader scientific study on the use of AAC tools to “talk” to animals. In such matters, context and interpretation play a large role, and thus it’s difficult to truly gauge the quality of understanding an animal may actually have. More research would be great to shed light on these techniques. Video after the break.

Continue reading “Training A Dog To “Speak” With A Sound Board”

Ultra-Rare Nintendo Play Station Prototype Hits Auction Block

If you are interested in such things, you can buy a 1990s Sony Play Station via Heritage Auctions. We’re sure this will have caught your interest, after all it’s not every day you get the chance to catch such a machine. But before you call us out for seemingly reporting the news of an unremarkable sale featuring the runaway success story of 1990s gaming, take a look at the first sentence again. This is not a PlayStation, the ubiquitous grey console of the 1990s, but a Play Station, said as two words rather than one. This ill-fated collaboration between Sony and Nintendo was intended to be an SNES with a CD-ROM drive, but the project faltered and all that remained was the almost mythical tale of a few prototype consoles.

So far there has only been one of these devices that has surfaced, and this is the machine in the auction. So what seemed as though it might be a mundane console turns out to be one of the rarest machines ever created, a true Holy Grail of console collecting.

This machine has a known provenance, and has appeared on these pages before. In 2016 Ben Heck did a teardown to reveal the combination of Sony CD drive and SNES motherboard, and by 2017 he had it working with some homebrew games. There was no official software produced for this console, so it seems the lucky purchaser may have only homebrew games with which to try their console.

At the time of writing the auction is standing at $57,600, and we’d expect this to increase significantly. So you may not have the chance to own the Play Station, but with such a rare machine it’s always worth noting its appearances. It’s also worth remembering that there was more than one of them produced, in fact when your scribe was working in the same industry in the 1990s a senior colleague talked about having been shown one during dealings with Nintendo UK a few years earlier. The machine on sale today may be the only one we know to have survived, but it’s a fair possibility that there are others still gathering dust in long-forgotten archive boxes or collections of gaming hardware junk. Keep an eye out, you might just find your own rarest console ever produced!