Posts

Showing posts with the label human interface

Wii Remote IR Camera Hack with Arduino Interface

Image
Step 1: Extract the Wii IR camera You'll need a Wii remote or "Wiimote" to start with. Normally they are about $40, in the end that is not too bad for a pretty awesome sensor. Otherwise you can check out ebay or elsewhere for used or broken Wii remotes. You'll need to rip apart the case. It has some crazy three pronged screws. I didn't want to completely trash the case so I made a small tool to take it apart. Now you need to desolder the 8 pins and the 2 struts holding the camera on the board. I used some desoldering braid. It wicks the solder away and makes it easy to get the camera out. Be careful, don't break the camera! You might want to keep the rest of the parts. You might be able to scrap other parts. Also, If you decide later to use the Wiimote again, you could always put the camera back in. Step 2: Interface Circuitry We'll need a small circuit to interface the IR camera to the arduino. I got all m...

Encrypt your face and foil the NSA

Image
How you look, like your fingerprint, is write-once, read-many data., a fact that surveillance systems use to track you in person and online. But what if they couldn't see you? The "they" of course is the computer vision (CV) software that automagically detects faces and then zeros in on the details. CV scans a photo or video image looking for faces, scoping out eyes, noses, ears, hair and chins. The most common CV systems uses OpenCV, a free CV library from Intel, so that's the enemy you're looking to defeat. It uses a combination of image sampling, transformation and processing techniques - among many others - to enable a computer to "see". A modern version of dazzle is used on pre-announcement cars to hide the details of its design while testing on public roads. Do you recognize this BMW?  CV Dazzle New York artist Adam Harvey has been investigating techniques for making CV not see a face. Dazzle is based on an older technique first used in...

How computer mouse work

Image
How Computer Mice Work Mice first broke onto the public stage with the introduction of the Apple Macintosh in 1984, and since then they have helped to completely redefine the way we use computers. Every day of your computing life, you reach out for your  mouse  whenever you want to move your cursor or activate something. Your mouse senses your motion and your clicks and sends them to the computer so it can respond appropriately. We'll take the cover off of this important part of the human-machine interface and see exactly what makes it tick. Evolution of the Computer Mouse It is amazing how simple and effective a mouse is, and it is also amazing how long it took mice to become a part of everyday life. Given that people naturally point at things -- usually before they speak -- it is surprising that it took so long for a good pointing device to develop. Although originally conceived in the 1960s, a couple of decades passed before mice became mainstream. In the ...