Hackaday Links: February 19, 2017

The ESP-32 is the Next Big Chip. This tiny microcontroller with WiFi and Bluetooth is the brains of the GameBoy on your keychain, emulates an NES, and does Arduino. There are ESP32 modules that are somewhat easy to acquire, but so far the bare chips have been unobtanium. Now you can buy them. One supplier has them for $3.60 USD/piece. That’s a lot of computational power, WiFi, and Bluetooth for not much money. What are you going to build?

What is the power of artisanal product videos? The argument for this trend cites [Claude C. Hopkins] and how he told consumers what no one else would tell them. In other words, if you and your competitors have product designers working on the enclosure, tell the consumer you have product designers working on the enclosure before your competitors do coughapplecough. In other words, marketing your product as ‘artisanal’ is simply telling consumers what all products in your market do, and this type of advertising is the easiest to create. See also: music with whistling, clapping, a ukulele, and a Fisher Price xylophone – it’s popular because it’s very easy to make.

Over on hackaday.io, [Michael Welling] is stuffing a BeagleBone in one of those mini Altoids tins. This build is based on the Octavo Systems OSD3358, otherwise known as the BeagleBone on a Chip. This is an absurdly small build, but surprisingly something we’ve seen before. Before the Octavo chip was released, [Jason Kridner] built a mini BeagleBone breakout for this chip in the mini Altoids form factor. [Jason] did it in Eagle, [Michael] is doing it in KiCad. Awesome work, and just what you need if you want Linux in your pocket.

Every month or so, Hackaday (or at least the Hackaday Overlords) hold events in LA, NYC, and San Francisco. These events are free, there’s usually pizza, and there’s always a speaker or two giving a talk on a very interesting topic. Waaaaaay back in July, we had the monthly Hardware Developers Didactic Galactic meetup in SF, with two great talks. [Jason Cerundulo], a CastAR engineer gave a talk about various ways of driving a LED. [Werner Johansson], a former Sony designer, talked about software-defined power supplies. There’s mention of a ‘transverter design’ which sounds like excellent Berman-era Trek technobabble but is really a power converter without a transformer. Both of these talks can be seen below.

Continue reading “Hackaday Links: February 19, 2017”

Hackaday Links: The 2017 One

You screwed everything up last night. The end of 2016 had a leap second, so instead of the seconds going up from 57, 58, 59… 00, there was a 61st second in the last minute of the year. Yeah, 2016 just wouldn’t quit. [Michel] built a device to keep track of 2016’s leap second using GPS, and everything worked beautifully.

Remember MechWarrior? There’s a reason those mid-90s games used mechs instead of more organic characters. Computers couldn’t draw that many polygons, making MechWarrior a stylistic choice driven by the limitations of technology. Here’s a real MechWarrior that could rip your head off without trying.

The Hackaday Retro Edition is a Web 1.0 version of our main blog, and a challenge to retrocomputing enthusiasts. [PK] recently got his Psion Series 3a surfing the interwebs with a little help from PPP and a Raspberry Pi. He also got a Psion Series 7 online using the same method, but that was a little more anti-climatic.

The NES Classic Edition costs too much, the cords are too short, and you can’t play anything but the pre-installed games. There’s a solution to this: [Andrew] has been working on the Beagle Entertainment System for a while now, and it’s ready for a proper release. The BES uses the SNES9X, VBA-M, and Nestopia emulators, with the original ROMs, and has a ‘shield’ for SNES gamepads. You can’t do better than this, and it’s cheaper than the NES Classic Edition.

Vacuum pens, or vacuum pickup tools, or whatever you want to call them, are really useful when working with SMD parts. You can build your own out of an aquarium pump, duct tape, a lighter, paperclip, and a mechanical pencil, but that lacks the elegance of a footswitch-operated, solenoid valve pickup tool. [Dave] built a great version of a vacuum pickup tool from scratch for less than $200. There’s NTP fittings on here, so you know it has to be great.

fundungeonTerrible news! I’m in Vegas next week for CES. While I’ll be spending most of my time figuring out ‘which internet of things is best internet of things’, I might have some time for a Hackaday CES meetup.

The best idea I have for a Hackaday CES meetup is the Fun Dungeon in the Trashy Castle. It has Skee Ball and Crazy Taxi. If you have a better idea of where Hackaday fans and aficionados can meet up for an hour or two, leave a note in the comments below.

New Part Day: Wireless BeagleBones On A Chip

The BeagleBone is a very popular single board computer, best applied to real-time applications where you need to blink LEDs really, really fast. Over the years, the BeagleBone has been used for stand-alone CNC controllers, the brains behind very large LED installations, and on rare occasions has been used to drive CRTs. If you just want a small Linux board, get a Pi. If you want to do something interesting with hardware, get a BeagleBone.

The BeagleBone ecosystem has grown a lot in the last year, from the wireless and Grove connector equipped BeagleBone Green, the robotics-focused BeagleBone Blue, the Zoolander-inspired Blue Steel. Now there’s a new BeagleBone, built around a very interesting System on Module introduced earlier this year.

The new board is called the BeagleBone Black Wireless, and it brings to the table all you know and love about the BeagleBone. There’s a 1GHz ARM355x with two 32-bit 200MHz PRUs for the real-time pin toggling. RAM is set at 512MB, with 4GB of eMMC Flash and Debian pre-installed, and a microSD card for larger storage options. The new feature is wireless connectivity: a TI WiFi and Bluetooth module with provisions for 802.11s replaces the old Ethernet connector.

Taken at face value, the new BeagleBone Black Wireless deserves a mention — it’s a BeagleBone with wireless — but isn’t particularly noteworthy. But when you get to the gigantic brick of resin dropped squarely in the middle of the board does the latest device in the BeagleBone family become very, very interesting. The System on Module for this version of the BeagleBone is the BeagleBone On A Chip released a few months ago. The Octavo Systems OSD335x is, quite literally, a BeagleBone on a chip. It’s a BGA with big balls, making it solderable with hand-applied solder paste and a toaster oven reflow conversion. In fact, the BeagleBone Wireless was designed by [Jason Kridner] in Eagle as a 6-layer board. It’s still a bit beyond the standard capabilities of OSHPark, but the design can still be cut down, and shows how this BeagleBone on a Chip can be applied to other Open Hardware projects.

Single Board Revolution: Preventing Flash Memory Corruption

An SD card is surely not an enterprise grade storage solution, but single board computers also aren’t just toys anymore. You find them in applications far beyond the educational purpose they have emerged from, and the line between non-critical and critical applications keeps getting blurred.

Laundry notification hacks and arcade machines fail without causing harm. But how about electronic access control, or an automatic pet feeder? Would you rely on the data integrity of a plain micro SD card stuffed into a single board computer to keep your pet fed when you’re on vacation and you back in afterward? After all, SD card corruption is a well-discussed topic in the Raspberry Pi community. What can we do to keep our favorite single board computers from failing at random, and is there a better solution to the problem of storage than a stack of SD cards?

Continue reading “Single Board Revolution: Preventing Flash Memory Corruption”

Blindingly Fast ADC For Your BeagleBone

[Jason Holt] wrote in to tell about of the release of his PRUDAQ project. It’s a dual-channel 10-bit ADC cape that ties into the BeagleBone’s Programmable Realtime Units (PRUs) to shuttle through up to as much as 20 megasamples per second for each channel. That’s a lot of bandwidth!

The trick is reading the ADC out with the PRUs, which are essentially a little bit of programmable logic that’s built on to the board. With a bit of PRU code, the data can be shuttled out of the ADC and into the BeagleBone’s memory about as fast as you could wish. Indeed, it’s too fast for the demo code that [Jason] wrote, which can’t even access the RAM that fast. Instead, you’ll want to use custom kernel drivers from the BeagleLogic project (that we’ve covered here before).

But even then, if you don’t want to process the data onboard, you’ve got to get it out somehow. 100 mbit Ethernet gets you 11.2 megabytes per second, and a cherry-picked flash drive can save something like 14-18 megabytes per second. But the two 10-bit ADCs, running full-bore at 20 megasamples per second each, produces something like 50-80 megabytes per second. Point is, PRUDAQ is producing a ton of data.

So what is this cape useful for? It’s limited to the two-volt input range of the ADCs — you’ll need to precondition signals for use as a general-purpose oscilloscope. You can also multiplex the ADCs, allowing for eight inputs, but of course not at exactly the same time. But two channels at high bandwidth would make a great backend for a custom SDR setup, for instance. Getting this much ADC bandwidth into a single-board computer is an awesome trick that used to cost thousands of dollars.

We asked [Jason] why he built it, and he said he can’t tell us. It’s a Google Research project, so let the wild conjecture-fest begin!

BeagleBone Green, Now Wireless

Over the past few years, the BeagleBone ecosystem has grown from the original BeagleBone White, followed two years later by the BeagleBone Black. The Black was the killer board of the BeagleBone family, and for a time wasn’t available anywhere at any price. TI has been kind to the SoC used in the BeagleBone, leading to last year’s release of the BeagleBone Green, The robotics-focused BeagleBone Blue, and the very recent announcement of a BeagleBone on a chip. All these boards have about the same capabilities, targeted towards different use cases; the BeagleBone on a Chip is a single module that can be dropped into an Eagle schematic. The BeagleBone Green is meant to be the low-cost that plays nicely with Seeed Studio’s Grove connectors. They’re all variations on a theme, and until now, wireless hasn’t been a built-in option.

This weekend at Maker Faire, Seeed Studio is showing off their latest edition of the BeagleBone Green. It’s the BeagleBone Green Wireless, and includes 802.11 b/g/n, and Bluetooth 4.1 LE.

Continue reading “BeagleBone Green, Now Wireless”

New Part Day: A BeagleBone On A Chip

The current crop of ARM single board computers have a lot in common. Everything from the Odroid to the Raspberry Pi are built around Systems on a Chip, a piece of silicon that has just about everything you need to build a bare minimum board. You won’t find many hardware hackers playing around with these chips, though. That would require putting some RAM on the board, and some other high-speed connectors. Until now, the only people building these ARM boards were Real Engineers™, with a salary commensurate of their skills.

This is now about to change. Octavo Systems has launched a new product that’s more or less a BeagleBone on a chip. If you can handle putting a PCB with a BGA package in a toaster oven, you too can build your own ARM single board computer running Linux.

Octavo’s new System in Package is the OSD335x family, featuring a Texas Instruments AM335x ARM Cortex A8 CPU, up to 1GB of DDR3, and peripherals that include 114 GPIOs, 6 UARTs, 2 SPIs, 2 I2Cs, 2x Gigabit Ethernet, and USB.

The chips used in commercially available single board computers like the Pi and BeagleBone have hundreds of passive components sprinkled around the board. This makes designing one of these single board computers challenging, to say nothing about actually assembling the thing. Octavo is baking a bunch of these resistors, capacitors, and inductors right into this chip, allowing for extremely minimal boards running Linux. [Jason Kridner] – the BeagleBone guy – is working on a PocketBone, a full-fledged Linux computer that will fit inside an Altoids tin.

Of course, with this degree of integration, a BeagleBone on a chip won’t be cheap. The first part number of this family to be released, with the AM3358 CPU and 1GB of RAM, sells for $50 in quantity one.

Still, this is something we haven’t seen before. It’s a Linux computer on a chip that anyone can use. There is an Eagle symbol for this module. This is a chip designed for hardware hackers, and we can’t wait to see what people using this chip will come up with.