Shrinket, The Homebrew Trinket

shrink

We’ve seen a lot of Trinket builds over the past few months, but so far few people have capitalized on the Trinket’s minimalism. It’s a fairly simple circuit, as far as dev boards go, and with careful planning can be built entirely on perfboard. That’s what [villeki] did, with a project he calls Shrinket.

After looking at the schematic for the Trinket, [villeki] figured he could best the very small footprint of this ATtiny85 board. To do this, he mounted the uC on the bottom side of the board, bending the pins so they could be easily soldered to the pins. The only real challenge in building this tiny board was the USB connector. To fit this connector on board, the copper pads were carefully scraped off the protoboard and wires run to the zeniers.

The Shrinket is impressively small – only 0.6″x 0.9″ – and a very impressive example of soldering skills. If you’re looking for a project to hone your free-form soldering skills, this is a great way to spend an hour or two. Bonus, you probably already have the parts required (or a reasonable substitute) sitting around.

Copying Objects In 3D

photocopier

[Pulse 9] sent in a very interesting project he just finished up at an internship. It’s a 3D photocopier that scans an object and then mills said object into floral foam.

The copier is made out of material [Pulse] found sitting around – PVC, drawer slides for the X and Y axes, acrylic for the structure, and broken printer parts for the Z axis.

To scan an object, [Pulse] puts an object down on the bed and scans it with a laser and webcam. The images recorded on the camera are fed into MATLAB. The output from MATLAB is sent over serial to a custom board containing a PIC18F4620 that controls the axis motors. The spindle for this floral foam router is a simple drill; one layer at a time, the drill mills out the unneeded foam which can be sucked up by a vacuum when the object is complete.

Below you’ll find [Pulse]’s demo of his photocopier and a piece the local news did on the project. If anyone is willing to translate that story, feel free to do so in the comments.

Continue reading “Copying Objects In 3D”

Hackaday Retro Edition And Retro Roundup

Retro-Roundup

About a year and a half ago, We launched the Hackaday retro edition, a small off-shoot of the main edition that is written in pure HTML, with no Javascript or any other Web 2.0 cruft. It’s designed so you can load this edition on any computer, from an Apple Newton to a Commodore 64. And people have done just that.

After a long period of neglect, we’re re-launching the retro edition with a new feature: every hour or so, five random Hackaday pages, going all the way back to the very first post will show up on the retro site. Yes, this was a feature we originally planned for the retro site, but now Hackaday has awesome devs working behind the scenes. I mean, they can set up a cron job! It’s amazing!

As always, you’re more than welcome to load our retro site with any vintage hardware, take a picture, and send it in. Odds are, we’ll plaster it up in one of these semi-frequent retro roundup posts.

No retro roundup post would be complete without a few examples of people loading the retro edition on old hardware. You can check a few out after the break.

Continue reading “Hackaday Retro Edition And Retro Roundup”

Minicomputers On Microcontrollers

Developed in the very late 60s and through the 70s, the PDP-11 series of minicomputers was quite possibly the single most important computer ever created. The first widely distributed versions of Unix and C were developed on the PDP-11, and it’s hardware influence can be found in everything from the Motorola 68000 to the MSP430.

When [Dave Cheney] saw the recent 8086 simulator written in 4kB of C code, he realized simulating entire computer systems doesn’t actually require a whole lot of resources outside a big chunk of memory. Armed with an Arduino Mega clone, he set out on one of the coolest projects we’ve seen in a while: simulating a PDP-11 on an AVR.

[Dave] used an ATMega2560-powered Arduino Mega clone with an Ethernet module for the hardware of this build. Attached to it is a shield filled up with a pair of RAM chips that expand relatively limited amount of RAM on the ‘Mega.

So far, [Dave] has his simulated system booting Unix V6 off an SD card. For PDP-11 storage, he’s also simulating an RK05 disk drive, a massive 14 inch platter containing 2.5 Megabytes of data. Compared to the original PDP-11/40, [Dave] estimates his machine is about 10 times slower. Still, an original 11/40 system fills multiple server racks, and the most common installations consume several kilowatts of power. The Arduino Mega can fit in a pocket and can be powered over USB.

Future developments for this system include improving the accuracy of the simulator, running more advanced operating systems and the DEC diagnostic programs, and possibly speeding up the simulation. We’d suggest adding some switches and blinkenlights on an additional shield, but that’s just us.

All the code can be found on [Dave]’s git, with a description of his SPI RAM shield coming shortly.

Touring Deezmaker, The First *Good* 3D Printer Store In The World

When we visited the Crash Space hackerspace earlier this week, it came to our attention we were staying mere blocks away from Deezmaker, a 3D printer store in beautiful Pasadena that is home base for the Bukobot and Bukito printers, an awful lot of awesome printed plastic things, and [Rich] a.k.a [whosawhatsis], creator of the RepRap Wallace and all this stuff. Obviously a tour was in order.

Inside Deezmaker is a treasure trove of printed baubles and a fishbowl full of a herringbone planetary gear systems free for the taking. They have printers running all the time, a very nice lab for [whosawhatsis], and enough work space to host a few workshops every week.

In the video below, [Diego], the big cheese of Deezmaker takes us around the shop showing off his wares. [whosawhatsis] also makes an appearance showing off his latest invention, the Bukito printer. It’s a very small and incredibly portable printer that can be powered by batteries. They’re using a 3-cell 5000mAh lipo battery when they take the Bukito camping. I didn’t catch how long the battery lasts, but it’s more than enough to squirt out a few of the gear systems they give away.

Video after the break.

Continue reading “Touring Deezmaker, The First *Good* 3D Printer Store In The World”

The Gathering: Huge Success!

In case you haven’t heard, Hackaday put on a little shindig in downtown LA this past Tuesday. It was awesome.

And we had a few very awesome visitors: [Eliot], senior editor of Hackaday for the first five years made a showing, as did former co-editor [Jack Buffington]. Eminent LA-area hackers came out, including [charliex] of Null Space Labs, the guys from Deezmaker, and the long-haired hippie who can be found in a few NASA videos for the Curiosity rover.

Aside from the free drinks and the awesome people, there was some really cool tech on display. The mezzanine of the bar had a laser graffiti rig, and everyone who came received a super collectible NFC card that allowed them to vote on what Hackaday is doing for our next main event (the quadcopter option won but the vote was non-binding so we’ll keep you updated).

On a personal note, this was one of the few times I’ve interacted with Hackaday readers without the use of a keyboard. You guys are awesome. Thanks for coming out, and if you have any pics from the party, post a link to an album in the comments, or share your stories with us on Twitter via #HaDLAGoogle+, and/or Facebook.

Pics below. These were taken by [Edward de la Torre]

Continue reading “The Gathering: Huge Success!”

LIDAR With LEDs For Under $100

If you need some sort of distance sensor for your robot, drone, or other project, you have two options: a cheap ultrasonic sensor with limited range, or an expensive laser-based system that’s top of the line. LIDAR-Lite fills that gap by stuffing an entire LIDAR module onto a small board.

In traditional LIDAR systems, a laser is used to measure the time of flight for a light beam between the sensor and an object. The very accurate clock and laser module required for this system means LIDAR modules cost at least a few hundred dollars. LIDAR-Lite gets around these problems by blinking a LED with a ‘signature’ and looking for that signature’s return. This tech is packaged inside a SoC that reduces both the cost and size of a traditional laser-based LIDAR system.

As for the LIDAR-Lite specs, it can sense objects out to 40 meters with 5% 95% accuracy, communicates to any microcontroller over an I2C bus, and is small enough to fit inside any project.

Considering the existing solutions for distance measurement for robots and quadcopters, this sensor will certainly make for some very awesome projects.

Edit: One of the guys behind this posted a link to their spec sheet and a patent in the comments