Interface Up To 12 Servos Using Arduino

[Brian] is using an Arduino to control multiple servo motors. This is nothing new and has been happening since the earliest days of Arduino. But rather than develop a project and share it, [Brian] did a fantastic job of making the code scalable, readable, and even explained how the different parts work.

His code listens for serial commands and manipulates the motors accordingly. He wrote a Python script using pyserial which talks to the Arduino. As an example, he uses a joystick to send data for X and Y axes as well as pitch and roll. Want to know how those serial communications work? He explains that in detail. He also outlines the process of scaling up from the 4 servo demo to 12 servos on a standard Arduino. Sounds like it might be time to build your own version of a mouse-controlled Lynxmotion arm using the tools [Brian] has put together.

SparkFun Free Day 2011: Now With Gambling

SparkFun has just announced a Free Day for 2011. Last year was the first time they decided to give away $100,000 in the form of $100 credits that melted down their servers and made the rest of the world (you know, the non-geek sort) ask what SparkFun was when it started trending on Twitter, Google, and every other form of digital communication.

Well, they’re doing it again this year, albeit quite differently. Mark your calendar for Thursday, January 13th at 9am Mountain Standard Time. But it’s not as simple as having your cart pre-filled and trying to bum rush the checkout pages. Now you’ve got options; take a loyalty payout of $10 for each year that has passed since you registered an account with them, or gamble for a $100 credit. The latter involves answering ten questions, rewarded with $10 for each correct answer and penalized $3 for each wrong answer. If you don’t finish all ten before the money runs out you get zip.

There’s several bits of good news here. First, they just picked up a new rack of servers which should help keep the website from crashing. Secondly, the prize money has been ramped up by %50 to a total of $150,000. And finally, if you choose to answer the trivia questions, $2 is being donated to charity for each correct answer. So study up on your electronic theory and you can help others while trying to help yourself.

[Thanks Diego]

MeggyCade: When Handheld Pixel Gaming Isn’t Enough

[Bomber Punk] built his own arcade cabinet, but you won’t find any MAME games here. He made the enclosure to house a Meggy Jr. 8×8 pixel graphics game console. Proper coin-op buttons and a joystick replace the stock tactile switches that come with the kit. [Bomber Punk] has also added a lighted coin slot. A three-cell battery pack powers the beast, with a programming port to one side so that different games can be loaded from a PC. We’d like to see a processor upgrade that would allow multiple games to be stored on a stand-alone system.

Take a look at the video after the break, it’ll bring a smile to your face.

Continue reading “MeggyCade: When Handheld Pixel Gaming Isn’t Enough”

VGA Interfacing AVR Microcontrollers

[Lucidscience] is back again, this time showing us how to push data to a VGA monitor from your AVR project.  It turns out that it is pretty simple, requiring only n open port and a few resistors and diodes. Well, it is that simple for the most basic version which gives you 56×60 pixels. Of course he couldn’t live with that and had to expand. Version 2 outputs 240×240 resolution and has additional sram and a double buffer making animations smoother and flicker free. As usual, the project is quite well documented with photos of the entire build process and schematics for you to build your own. A video of version 1 and version 2 are available after the break.

[via HackedGadgets]

Continue reading “VGA Interfacing AVR Microcontrollers”

Timelapse Circuit For Point And Shoot Cameras

[Andyk75] has done some fantastic work documenting his timelapse addition to his digital camera.  Most of the more expensive models of cameras have a remote shutter release, but the point and shoot jobs usually don’t. He decided to add the ability to turn the camera on, then shoot a picture, then turn it back off. Pretty smart, since these things tend to eat batteries pretty quickly if left on.  He is using an ATtiny24 for the brains, but the circuit should be pretty adaptable to others. The final piece has several features, like the ability to change the length of time between shots and automatically shut down when it gets too dark outside to continue. He has posted the schematics as well as the board layouts if you can find them amongst the ads in instructibles. You can check out a video of a sunset taken with this camera after the break.

Continue reading “Timelapse Circuit For Point And Shoot Cameras”

PR2 + Kinect

Willow Garage, the makers of the PR2 robot have been playing with the Kinect. You might be a little tired of seeing every little new project people are doing with it, but there’s something here we couldn’t help but point out. When we posted the video of the guy doing 3d rendering with the Kinect, many of the commenters were speculating on how to get full environments into the computer. Those of you that said, “just use two, facing each other” seem to have been on to something. You can see that they are doing exactly that in the image above. The blue point cloud is one Kinect, the red cloud another.   The Willow Garage crew are using this to do telemetry through the PR2 as well as some gestural controls.  You can download the Openkinect stack for the Robot Operating System here. Be sure to check out the video after the break to see the PR2 being controlled via the Kinect as well as some nice demonstrations of how the Kinect is seeing the environment.

[via BotJunkie]

Continue reading “PR2 + Kinect”

Hacking Together A Bedbug Exterminator

We’ve seen so many stories in the news about the growing plague of bedbugs. It kind of infuriates us because the spin of these “news” pieces is always that we’re going to have to live with these insects and there’s nothing you can do to avoid it. Bullcorn! [Ed Nisley] was dealt a bum hand in the form of a bedbug infestation but instead of losing his mind he used it to get himself out of the mess. One of the steps in the dis-insecting process was to develop a bedbug killing box that raises the contents above the kill temperature for the pests. He built an insulated chamber, with a grate to raise the target material off the bottom and allow for heat exchange around all edges of the item. Light bulb combinations of 60, 100, and 120 Watts were tested along with a fan for air circulation. He graphed the results and plans to use what he learned to build a more efficient heater for the box.

But the hot box isn’t his only defense. His household developed barriers, blocking the insects by height or with a sticky zone. Check out the collection of his bedbug posts and stop being afraid of these things! We can fight back and we can do it using common items and ingenuity.

[Thanks Steven]