Unlocking Your Computer With A Leonardo And An NFC Shield

Manually typing your login password every time you need to login on your computer can get annoying, especially if it is long and complex. To tackle this problem [Lewis] assembled an NFC computer unlocker by using an Arduino Leonardo together with an NFC shield. As the latter doesn’t come with its headers soldered, a little bit of handy work was required.

A custom enclosure was printed in order to house the two boards together and discretely mount them under a desk for easy use. Luckily enough very few code was needed as [Lewis] used the Adafruit NFC library. The main program basically scans for nearby NFC cards, compares their (big-endianned) UIDs against a memory stored-one and enters a stored password upon match. We think it is a nice first project for the new generation of hobbyists out there. This is along the same lines as the project we saw in September.

Continue reading “Unlocking Your Computer With A Leonardo And An NFC Shield”

A Real Malware In A Mouse

mouseagain

After reading an April Fools joke we fell for, [Mortimer] decided to replicate this project that turns the common USB mouse into a powerful tool that can bring down corporations and governments. Actually, he just gave himself one-click access to Hackaday, but that’s just as good.

The guts of this modified mouse are pretty simple; the left click, right click, and wheel click of the mouse are wired up to three pins on an Arduino Pro Micro. The USB port of the ‘duino is configured as a USB HID device and has the ability to send keyboard commands in response to any input on the mouse.

Right now, [Mortimer] has this mouse configured that when the left click button is pressed, it highlights the address bar of his browser and types in http://www.hackaday.com. Not quite as subversive as reading extremely small codes printed on a mousepad with the optical sensor, but enough to build upon this project and do some serious damage to a computer.

Video of [Mort]’s mouse below.

Continue reading “A Real Malware In A Mouse”

Dr. Frankenstein’s Wireless Xbox One Steering Wheel

Buy an Xbox One controller and hack it immediately? That’s exactly what [tEEonE] did so he could merge it with a Simraceway SRW-S1 steering wheel. He loves racing games and was psyched to play Forza 5. He already had the steering wheel, but it’s strictly a PC peripheral. [tEEonE] wanted the wheel to control the steering, gas, and brakes and found both the XB1 controller and the SRW-S1 well-suited to the hack.

For steering, [tEEonE] substituted the SRW-S1’s accelerometer for the XB1’s left joystick pot. He connected the X and Y to analog pins on an Arduino Pro. Then he mapped the rotation angles to voltage levels using a DAC and wired that to the XB1 joystick output. The XB1 controller uses Hall effect sensors and magnets on the triggers to control the gas and brake. He removed these and wired the SRW-S1 paddles to their outputs and the XB1 controller is none the wiser.

He also rigged up a 3-point control system to control the sensitivity and calibrate the angles: a button to toggle through menu items and two touch modules to increment and decrement the value. These he wired up to a feedback interface made by reusing a 15-LED strip from the SRW-S1. Finally, he had space left inside the housing for the XB1’s big rumble motors and was able to attach the small motors to the gas and brake paddles with the help of some 3-D printed attachments. Check out this awesome hack in action after the break.

 

Continue reading “Dr. Frankenstein’s Wireless Xbox One Steering Wheel”

Using A Door Handle Conductivity To Detect Intruders

Sometimes the simplest projects can be quite interesting, provided they’re well documented. We hope that the Hackaday readers also think that the door sensor that [Alexander] developed falls into this category. Instead of using common methods such as a magnet + reed switch, he decided to use the strike plate and door conductivity to detect someone walking in. The setup he put together includes an Arduino, a PowerSwitch Tail (a power cord that switches 120vac with a dc control voltage of 3-12vdc), a battery pack made of 8 AA batteries and two crocodile clips for door connections.

Most new hobbyists would have stopped there, but [Alexander] checked his platform’s power consumption and continued his work to decrease it. He therefore put the microcontroller in power-down mode by default and uses an AVR external interrupt to wake it up. In case beginners can’t understand [Alexander]’s code, he actually put a nice flow diagram on his website. Embedded after the break is a video of the system working.

Continue reading “Using A Door Handle Conductivity To Detect Intruders”

Arduino Day Is Today

arduino-day-2014

Did you know today is Arduino day? A day to pull that little teal board out of the bin and blink some LEDs or dive deeper to challenge your skills. There’s a map of local events, but unless you’re near Italy (the birthplace of the movement) events are a bit hard to find.

There can be a lot of hate for Arduino around here, but we consider it the gateway drug to learning hardware design so why not support wide-adoption of the platform? We’ve even seen Hackaday-associated projects adopting compatibility. Both the Mooltipass and the FPGA shield projects have the platform in mind. Break down the assumption that electronics require mythical-levels-of-wizardry to toy with and we’ll be on our way to a world filled with hardware hackers. If you do want to get some really cheap boards to hand out Sparkfun has Pro Mini’s for $3 today, as well as some other deals [Thanks Jeff].

Are you still unconvinced and ready to rage in the comments? Before you do head on over to our Arduino anger management site to exercise some of that aggression.

An Etch-A-Sketch To Fetch The Time

For someone who has never used stepper motors, real-time clocks, or built anything from scratch, [Dodgey99] has done a great job of bending them to his will while building his Etch-A-Sketch clock.

He used two 5V stepper motors with ULN2003 drivers. These motors are mounted on the back and rotate the knobs via pulleys. They are kind of slow; it takes about 2 1/2 minutes to draw the time, but the point of the hack is to watch the Etch-A-Sketch. [Dodgey99] is working to replace these steppers with Nema 17 motors which are much faster. [Dodgey99] used an EasyDriver for Arduino to drive them. He’s got an Arduino chip kit in this clock to save on the BOM, but you could use a regular Arduino. He left out the 5V regulator because the EasyDriver has one.

[Dodgey99] has published three sketches for the clock: one to set up the RTC so that the correct time is displayed once the Etch-A-Sketch is finished, some code to test the hardware and sample the look of the digits, and the main code to replace the test code.

The icing on this timekeeping cake is the acrylic base and mounting he’s fashioned. During his mounting trials, he learned a valuable lesson about drilling holes into an Etch-A-Sketch. You can’t shake an Etch-A-Sketch programmatically, so he rotates it with a Nema 17. Check it out after the jump.

If you’re paying attention, you’ll realize we just saw the exact opposite of this project a few hours ago: a CNC tool (laser cutter) controlled by turning Etch-A-Sketch knobs.

Continue reading “An Etch-A-Sketch To Fetch The Time”

3 DOF Open Source Robot Arm Is Just The Beginning

Arm3-v1

[Dan Royer] of Marginally Clever had a dream. A dream to build an open-source 6 DOF robot that anyone can make! To do so, he’s been learning robotics for the past two years, and has just finished the first step — he’s designed and built an open source 3 DOF palletizing robot!

He’s based this little guy off of the commercial ABB 460 palletizing robot, which is a tried and true industrial robot. It features all laser cut parts, a few nuts and bolts, some stepper motors and an Arduino UNO for the brain. He’s released all of the design files on Thingiverse and the firmware on GitHub — yet another project we’d like to build if only we had a laser cutter!

And don’t worry, the Arduino UNO is only being used for this first prototype — he’s already started writing code for the RUMBA (Reprap Universal Mega Board with Allegro-driver) controller for revision 2.

Stick around to see it write its first greeting with a marker — Hello World!

Continue reading “3 DOF Open Source Robot Arm Is Just The Beginning”