A Motherboard Manufacturer’s Take On A Raspberry Pi Competitor

In the almost five years since the launch of the original Raspberry Pi we have seen a huge array of competitors emerge in the inexpensive single board computer market. Many have created their own form factors, but an increasing number have gone straight for the jugular of the fruity board from Cambridge by copying its form factor and interfaces as closely as possible. We’ve seen sterling efforts from the likes of Banana Pi, Odroid, and several others, but none have yet succeeded in toppling it from its pedestal.

The ASUS Tinker specification.
The ASUS Tinker specification.

The latest contender in this arena might just make more of an impact though, because it comes from a major manufacturer, a name you will have heard of. Asus have quietly released their Tinker, board that follows the Pi form factor very closely, and packs a 1.8 GHz quad-core ARM Cortex A17 alongside an impressive spec we’ve captured as an image for this article. Though they are reticent about it on their website, there is a SlideShare presentation with some of the details, which we’ve placed below the break.

At £55 (about $68) where this is being written it’s more expensive than the Pi, but Asus go to great lengths to demonstrate that it is significantly faster. We will no doubt verify the accuracy of that claim as the boards find their way into the hands of our community. Still, it features a mostly-Pi-compatible I/O header, and the same display and camera connectors as the Pi. There is no information as to how compatible these last two are though.

Other boards in this arena have boasted impressive hardware, but have fallen down when it comes to the support for their operating systems. When you buy a Raspberry Pi it is not just the hardware you are taking on but the Raspbian operating system and its impressive community support. The Tinker supports Debian, so if Asus is to make a mark they must ensure that its support rivals that of the board it is targeting. If they succeed in that endeavor then the result can only be good news for us.

Continue reading “A Motherboard Manufacturer’s Take On A Raspberry Pi Competitor”

ZeroPhone Gives Smartphones The Raspberry (Pi)

There are several open source phones out there these days, but all of them have a downside. Hard to obtain parts, hard to solder, or difficult programming systems abound. [Arsenijs] is looking to change all that with ZeroPhone. ZeroPhone is based upon the popular Raspberry Pi Zero. The $5 price tag of the CPU module means that you can build this entire phone for around $50 USD.

The radio module in the ZeroPhone is the well known SIM800L 2G module. 2G is going away or gone in many places, so [Arsenijs] is already researching more modern devices. An ESP8266 serves as the WiFi module with an OLED screen and code in python round out this phone. Sure, it’s not a fancy graphical touchscreen, but a full desktop is just a matter of connecting a display, mouse, and keyboard.

For the security conscious, the ZeroPhone provides a unique level of control. Since this is a Raspberry Pi running Linux, you choose which modules are included in the kernel, and which software is loaded in the filesystem. And with news that we may soon have a blobless Pi, the firmware hiding in the radio modules are the only black boxes still remaining.

If a Raspberry Pi is a bit too much for you to bite off, check out this Arduino based phone. Don’t want to do any soldering? Check out what you can do with a cheap Android phone and a bit of hacking.

LED Strip Display Gives You Two Ways To See The Music

What to call this LED strip music visualizer is a puzzler. It lights up and pulsates in time with music similar to the light organs of 1970s psychedelia fame, but it’s more than that. Is it more like the Larson Scanner that graced the front of [David Hasselhoff]’s ride on Knight Rider? A little, but not quite.

description-croppedWhatever you decide to call this thing, it looks pretty cool, and [Scott Lawson] provides not one but two ways to build it. The business end is a simple strip of WS2812b addressable LEDs. It looks like the first incarnation of the project had an ESP8266 driving the LEDs in response to commands sent to it from a PC running the visualization code, written in Python. That setup keeps the computationally intensive visualization code separate from the display, but limits the display to 256 pixels and probably has to deal with network latency. The Raspberry Pi version both crunches the numbers and drives the display, but the Pi doesn’t have the oomph to run both the LEDs and the GUI, which is pretty interesting to look at by itself. The video below shows the different visualization modes available — we’re partial to the “energy effect” at the end.

Take your pick of hardware and throw a couple of these things together for your next rave. And if you need a little more background on the aforementioned Larson Scanner, we’ve got you covered.

Continue reading “LED Strip Display Gives You Two Ways To See The Music”

Review: Hammer-Installed Solderless Raspberry Pi Pin Headers

A few days ago we reported on a new product for owners of the Raspberry Pi Zero, a set of solderless header pins that had a novel installation method involving a hammer. We were skeptical that they would provide a good contact, and preferred to stick with the tried-and-trusted soldered pins. It seems a lot of you agreed, and the comments section of the post became a little boisterous. Pimoroni, the originator of the product, came in for a lot of flak, with which to give them their due they engaged with good humor.

It’s obvious this was a controversial product, and maybe the Hackaday verdict had been a little summary based on the hammer aspect of the story. So to get further into what all the fuss had been about I ordered a Pi Zero and the solderless pin kit to try for ourselves.

Continue reading “Review: Hammer-Installed Solderless Raspberry Pi Pin Headers”

Raspberry Pi Launches Compute Module 3

The forgotten child of the Raspberry Pi family finally has an update. The Raspberry Pi Compute Module 3 has been launched.

The Pi 3 Compute Module was teased all the way back in July, and what we knew then is just about what we know now. The new Compute Module is based on the BCM2837 processor – the same as found in the Raspberry Pi 3 – running at 1.2 GHz with 1 gigabyte of RAM. The basic form factor SODIMM form factor remains the same between the old and new Compute Modules, although the new version is 1 mm taller.

The Compute Module 3 comes with four gigabytes of eMMC Flash and sells for $30 on element14 and RS Components. There’s also a cost-reduced version called the Compute Module 3 Light that forgoes the eMMC Flash and instead breaks out those pins to the connector, allowing platform integrators to put an SD card or Flash chip on a daughter (mother?) board. The CM3 Lite version sells for $25. Continue reading “Raspberry Pi Launches Compute Module 3”

A Simple Route To A Plug Top Pi

There are a host of tiny plug-top computers available for the experimenter who requires an all-in-one mains-powered computing platform without the annoyance of a full-sized PC or similar. But among the various models there has always been something missing, a plug-top Raspberry Pi. To address that gap in the market, [N-O-D-E] has created a fusion of Pi and plug using the official Raspberry Pi PSU accessory and a Raspberry Pi Zero, with a UUGear Zero4U USB hub sandwiched between the two.

It’s a pretty straightforward and simple build, the back of the PSU is formed into a flat surface with a bit of Sugru, then the power cable is stripped back to its wires which are then connected to the power pins on the USB hub. The hub is then attached to the Sugru — he doesn’t say how, but we suspect double-sided tape — and the Pi is mounted on top of the hub. Pogo pins make the required connections to the pads on the underside of the computer, so it can be removed and replaced at will.

The result is a useful addition to your Pi arsenal, one that could be used for a host of little stand-alone devices. It could use a cover, however we suspect a 3D printer owner could create themselves one with relative ease. The full description is shown in the video below the break.

Continue reading “A Simple Route To A Plug Top Pi”

Blob-less Raspberry Pi Linux Is A Step Closer

The Raspberry Pi single board computer has been an astounding success since its launch nearly five years ago, to the extent that as of last autumn it had sold ten million units with no sign of sales abating. It has delivered an extremely affordable and pretty powerful computer into the hands of hobbyists, youngsters, hackers, engineers and thousands of other groups, and its open-source Raspbian operating system has brought a useful Linux environment to places we might once have thought impossible.

The previous paragraph, we have to admit, is almost true. The Pi has sold a lot, it’s really useful and lots of people use it, but is Raspbian open-source? Not strictly. Because the Broadcom silicon that powers the Pi has a significant amount of proprietary tech that the chipmaker has been unwilling to let us peer too closely at, each and every Raspberry Pi operating system has shipped with a precompiled binary blob containing the proprietary Broadcom code, and of course that’s the bit that isn’t open source. It hasn’t been a problem for most Pi users as it’s understood to be part of the trade-off that enabled the board’s creators to bring it to us at an affordable price back in 2012, but for open-source purists it’s been something of a thorn in the side of the little board from Cambridge.

This is not to say that all is lost on the blob-free Pi front. Aided by a partial pulling back of the curtain of secrecy by Broadcom in 2014, work has quietly been progressing, and we now have the announcement from [Kristina Brooks] that a minimal Linux kernel can boot from her latest open firmware efforts. You won’t be booting a blob-free Raspbian any time soon as there are bugs to fix and USB, DMA, and video hardware has still to receive full support, but it’s a significant step. We won’t pretend to be Broadcom firmware gurus as we’re simply reporting the work, but if it’s your specialty you can find the code in its GitHub repository. Meanwhile, we look forward to future progress on this very interesting project.

We reported on the partial Broadcom release back in 2014. At the time, the Raspberry Pi people offered a prize to the first person running a native Quake III game on their hardware, sadly though they note the competition is closed they haven’t linked to the winning entry.