Turning The Samsung Galaxy Note 10.1 Into A Proper Linux Box

Over on the xda developers forum, [exception13] shows us the work he’s put into geting Debian running on his Samsung Galaxy Note 10.1, allowing him to dual boot Android and Linux on a single device.

The project is still in a fairly early state, but so far [exception13] has most of the goodies required for a decent Linux experience running already. There’s WiFi, bluetooth, sound, usb-otg and touchscreen support, as well as support for the Note’s S Pen, the Wacom digitizer that basically turns the Galaxy Note 10.1 into an Intuos touch pad.

There’s still a lot of work work to be done, including getting the camera up and running, as well as enabling the GPS receiver. Still, it’s a very cool project that puts the power of a proper desktop interface into a tablet with enough horsepower to get something useful done.

If you’d like to get this running on your Galaxy Note, [exception13] has a download avaiable over on Google Code. There’s also a video [exception13] put together demoing all the cool stuff his Note can do, you can check that out after the break.

Continue reading “Turning The Samsung Galaxy Note 10.1 Into A Proper Linux Box”

Finally, A Machine That Makes Cheap 3D Printer Filament.

If there’s one problem with the RepRap, it’s the cost of filament. Sure, there’s also the computationally difficult problem of slicing 3D models, but a 5 to 10 times markup on turning plastic pellets into filament is the biggest problem. It’s even a bigger problem than the problems of compatibility and interchangeable parts that comes with everyone forking a ‘standard’ printer design dozens of times. The cost of filament, though, is the biggest problem, right up there with RepRap developers focusing nearly entirely on different printer designs instead of the software, firmware, and electronics that are also vitally important to the RepRap project.

Nearly a year ago, we caught wind of a competition to create a home-based filament manufacturing station that takes cheap plastic pellets available for about $5/kg and turns them in to 3D printer filament that usually sells for $50/kg. A winner for this competion has finally been announced. The winner, [Hugh Lyman] just won $40,000 for his home filament creation station, the Lyman Filament Extruder

The goal of the Desktop Factory Competition was to create a machine that produces filament suitable for 3D printers with a total build cost of under $250 USD. [Lyman] met the goal by using a few motors, 3D printed parts, a PID controller, and off the shelf auger drill bit (that’s the actual model and supplier he used, by the way) that is able to reliably churn out plastic filament.

If you want to build your own Lyman Extruder, all the plans are up on Thingiverse, but LulzBot, the awesome people who gave us a 3D printer, hope to sell a pre-assembled version of this extruder sometime in the future, hopefully with a chain guard around that sprocket.

Programmable Computer Built From A Humble ATtiny84

attiny84-computer

Here’s a way to play around with simple computing concepts without going too crazy with the hardware side of things. [John Eisenmann] calls it the DUO tiny. It’s a programmable computer based around the ATtiny84. He wrote the operating system himself, building in a set of commands that make it quite functional, but allow the user to manipulate or even write the programs using the four button interface. Editing and running programs (which include some games) is demonstrated in the clip after the break.

The three major components used in the system are the ATtiny84, and EEPROM chip with 64 KB capacity to hold the programs, and the 102×64 pixel LCD screen seen above. The project began on a breadboard, but as he brought each part into being it transitioned to a strip-board prototype and finally this fab-house version.

Continue reading “Programmable Computer Built From A Humble ATtiny84”