Image

Controlling Linux Using an Android Phone As Mouse, Keyboard, and Gamepad Screenshot-sm 93

beefsack writes "Miniand have demonstrated how to control Linux using a Samsung Galaxy S2. Using an MK802 with the ARM build of Droidmote server bundled into an MK802 Lubuntu image with uinput enabled, Miniand demonstrates (video) using an Android phone as a keyboard, mouse, and gamepad over Wi-Fi to the device." Update: 07/10 00:07 GMT by U L : reader ancienthart pointed toward Premotedroid, an (possibly, I could find no license in the code but the code is there) open source alternative.
Hardware Hacking

SNESDev-RPi: a SNES Adapter For the Raspberry Pi 30

New submitter Blinky0815 writes "I just found what's quite possibly the world's very first SNES-Adapter for the Raspberry Pi. Florian's design helps create what he calls the 'universal console.' His blog explains everything in detail to create your very own 'universal console' at home. His blog has instructions, videos and even a github repository for downloading his software."
Hardware Hacking

FishPi: Raspberry Pi Powered Autonomous Boat To Cross the Ocean 136

lukehopewell1 writes "The Raspberry Pi is a triumph in computing, and it's now set to become a triumph in robotics as one developer plans to build a model boat around it and sail it across the Atlantic Ocean, completely unmanned. It's codenamed FishPi and will see a model boat sail across the Atlantic all by itself save for a camera, GPS module, compass and solar panels." The creator is posting updates on the build progress using a forum on his website.
Hardware Hacking

Ask Slashdot: a Good Geek Project For My Arthritic Grandfather? 122

An anonymous reader writes "My grandfather is a retired electrician whom I've been trying to keep mentally busy. Together we've gotten an Arduino kit and have been working on some simple projects. He does the wiring and I've been writing the code. Recently his arthritis has been getting worse and he's been unable to work with the tiny components that the Arduino projects require. Does anyone have a recommendation for something similar we could work on together that would be easier for someone with his compromised manual dexterity?"
Graphics

Unity 4 Adds Linux Support 150

dartttt writes "After more than 14,000 votes by Linux users and efforts by Brian Fargo, Unity has added Linux support to their popular 3D game engine. Starting with Unity 4.0, Linux will be supported as a publishing platform allowing Unity games to be played natively on Linux. Only standalone desktop games will be supported initially. From the article: 'Unity Technologies, maker of a widely used video-game engine, today announced that its fourth-generation product will introduce new animation technology and extend its support for Adobe Systems' Flash Player, Linux, and Microsoft's DirectX 11.'"
Hardware Hacking

12-Core ARM Cluster Beats Intel Atom, AMD Fusion 105

An anonymous reader writes "Phoronix constructed a low-cost, low-power 12-core ARM cluster running Ubuntu 12.04 LTS and made out of six PandaBoard ES OMAP4460 dual-core ARMv7 Cortex A9 chips. Their results show the ARM hardware is able to outperform Intel Atom and AMD Fusion processors in performance-per-Watt, except it sharply loses out to the latest-generation Intel Ivy Bridge processors." This cluster offers a commendable re-use of kitchenware. Also, this is a good opportunity to recommend your favorite de-bursting tools for articles spread over too many pages.
Education

Speech Recognition Using the Raspberry Pi 74

aonsquared writes "In a previous Slashdot story, I demonstrated a voice-controlled robotic arm using the open-source speech decoder Julius. This time, I have managed to port the system to a Raspberry Pi to control the same robotic arm, and as usual, posted the tutorial and source code. Some negative reviews of the Raspberry Pi are starting to appear, and they're missing the educational point of this device — I'm hoping this will counter the naysayers, and help inspire a new generation of hackers, as well as also bring open-source speech recognition the same attention as proprietary solutions (i.e Siri) are getting!"
Intel

Intel Ivy Bridge Processor Hits 7GHz Overclock Record 144

MojoKid writes "Renowned Overclocker HiCookie used a Gigabyte Z77X-UD3H motherboard to achieve a fully validated 7.03GHz clock speed on an Intel Core i7 3770K Ivy Bridge processor. As it stands, that's the highest clockspeed for an Ivy Bridge CPU, and it required a steady dose of liquid nitrogen to get there. HiCookie also broke a record for the highest memory speed on an Ivy Bridge platform, pushing his G.Skill Trident X DDR3-2800 memory kit populated in four DIMM slots to 3,280MHz. Not for the faint of heart, the record breaking CPU overclock required that HiCookie pump 1.956V to the processor, according to his CPU-Z screenshot. The CPU multiplier was set at x63."
Displays

Ask Slashdot: Hobbyist-Ready LCD Touch Panel For Embedded Projects? 142

michael_cain writes "I've been asked (by family, friends) to consider several small embedded controller projects. A good starting point for all of them would be a backlit LCD graphics module with touch screen pre-mounted in a plastic enclosure with enough room behind the display for a custom circuit board. 320-by-240 pixels, 3.5 to 4.5 inch diagonal measure, monochrome is sufficient (but color is always cool), easily driven by an AVR or PIC type microcontroller. And priced at a reasonable point for a hobbyist! Anyone seen anything like this?"
Hardware Hacking

The FIBIAC — a 3D-Printed Electromechanical Computer 42

Brietech writes "'Behold the FIBIAC! It's loud! It computes! It uses actual punch cards!' The FIBIAC is a simple, stepper-motor based, (mostly) 3D-printed electromechanical computer. The program is stored on a loop of paper punch-cards, and the machine uses three, 3-digit electromechanical counters for storage (which could be expanded to support more complicated programs) Watch a video of it computing the Fibonacci sequence, or jump on Thingiverse and build your own."
Data Storage

Ask Slashdot: DIY NAS For a Variety of Legacy Drives? 260

An anonymous reader writes "I have at least 10 assorted hard drives ranging from 100 GB to 3 TB, including external drives, IDE desktop drives, laptop drives, etc. What's the best way to setup a home NAS to utilize all this 'excess' space? And could it be set up with redundancy built-in so a single drive failure would cause no data loss? I don't need anything fancy. Visibility to networked Windows PCs is great; ability to streak to Roku / iPad / Toshiba etc would be great but not necessary. What's the best way to accomplish this goal?"
Hardware Hacking

Sigrok: An Open Source Logic Analyzer 42

Uwe Hermann today announced the availability of sigrok, one of the first Open Source logic analyzers. Tired of being tied to Windows and proprietary software with limited features, in late 2010 he began work on flosslogic, which, after discovering Bert Vermeulen was also working on similar software, became sigrok. From the article: "Thus, the goal was to write a portable, GPL'd, software that can talk to many different logic analyzers via modules/plugins, supports many input/output formats, and many different protocol decoders. ... Currently supported hardware includes: Saleae Logic, CWAV USBee SX, Openbench Logic Sniffer (OLS), ZEROPLUS Logic Cube LAP-C, ASIX Sigma/Sigma2, ChronoVu LA8, and others." Their wiki has a list of supported protocols as well. You can grab the source over at SourceForge.
Hardware Hacking

MIT Tetris Hack: Source Code Released 40

An anonymous reader writes "MIT's The Tech published an article with technical details behind the Tetris hack they did on the Green Building earlier this year. The article includes photographs of the LED modules, as well as a link to some of the source code used in the hack. The hackers have released some of the source code on GitHub, and are looking for people to contribute code that could run on the system."
Android

KegDroid: Combining Arduino, Android, and NFC to Dispense Beer 48

mikejuk writes, quoting I Programmer: "If you are looking for an exciting hardware project, KegDroid deserves a look. It is a sophisticated system that involves Android, Arduino, NFC, plumbing and — beer. Perhaps the final stroke of genius is to package the whole thing in a Droid body. Some how the little green fella looks at home on the bar. You have heard of desktop and laptop apps now we have bartop apps to add to the list" Details are fuzzy currently, but from all appearances this is a repackaged KegBot in a very fancy shell. (Video for those without Flash.)
Hardware Hacking

Video Video: Paul "Froggy" Schneider's Hard-Won Wisdom For Conference Organizers Screenshot-sm 35

Cleveland-based programmer Paul Schneider, better known both online and in person as Froggy, first organized Notacon after trips to HOPE and other hacker cons gave him the idea; there weren't any gatherings like it in Cleveland at the time, and attending HOPE cost more in money and time than many locals would have been willing to justify for a weekend. Froggy sensed there was a big enough community in Cleveland of hackers, musicians, artists and others to support one, though. So he wrangled space, put out the word, and lined up enough presentations to make it happen. Now, Notacon's been going on for nine years straight (and year 10 is already in the works). In that time, Froggy's developed some thoughts about how to pull off organizing a gathering that involves hundreds of people at a time — and not just any people, but ones with soldering guns, nerf guns, fencing sabers, a lot of electrical equipment, and sometimes (egads!) even children. Froggy is quick to credit the dozens of people — about 20 core staff, and others with smaller but important roles — who also take part in planning and running the conference. Finding hard-working, like-minded souls may be the most universal part of his advice on running a similar event; watch the video interview for more.
Classic Games (Games)

Frogger Synchronized To Real-Life Traffic 43

Cerlyn writes "In order to celebrate 30 years of Frogger, Tyler DeAngelo and his friends created a version of Frogger synchronized to actual vehicles on 5th Avenue in New York City. Unlike a previous (dangerous) attempt at recreating the game, this version fits safely inside of a Frogger arcade cabinet, and pictures and videos of the construction of the game are available as well." (Just scroll down that first link to see the construction details.)
Hardware Hacking

Video Electronic Glitch Artwork Made by 'Weirdos Within the Weirdos' (Video) 58

Jake Elliott and Jon (not Elwood) Cates are the ones who describe Glitch Art people as 'weirdos within the weirdos' in the context of Notacon 9, which was recently held in Cleveland. It's 'an annual event that focuses on people who like to build, make, break and hack stuff,' and even in the Notacon context the Glitch Artwork crowd stands out. Sit down with Jake and Jon and share their joy in working with "feral glitches... before they are domesticated," and see some of the output from artist Dave Musgrave's circuit-bent consoles.
Open Source

Open Source Electric Cars — Good Idea Or Not? 178

thecarchik submits this interesting bit of flame: "Many are keen on the concept of open source electric cars — that is, electric cars where the built-in software can be tweaked, parameters can be changed, and in theory, the cars can be improved. Only it's a really, really bad idea. ... Even carmakers themselves have trouble with software — Fisker has issued a recall and apology recently with its Karma — so allowing average Joe to tweak the car's inner workings seems like a bad idea. Changing the characteristics of an electric car isn't as simple as re-jetting the carbs or swopping out the air filter." Whether software is controlling electric cars or not seems to me beside the point; access to the underlying software doesn't guarantee improvements, but blocking access to it doesn't stop car makers from making software mistakes — it only ensures that those few interested hackers who might be able to work around them have a harder time of it. (Not that tweaking car software is new, or going away.)
Hardware Hacking

Mechanical CPU Clock 37

An anonymous reader writes "I designed this CPU clock to help people learn about how a CPU works. The Mechanical CPU Clock shows the basic building blocks of a CPU (ALU, buses, RAM, registers, and a Control Unit). It executes a set of instructions which will emulate a simple wall clock. A detailed build/explanation is available on instructables.com."

Slashdot Top Deals