Arduino Development On OpenSolaris

Part of the draw of Arduino development is that it is open-source and cross-platform. It is hard to believe that it took this long but OpenSolaris can be added to the list of operating systems that love to work with Arduino. Although not officially supported, the device drivers for were added in build 113 of the OS and a patched version of the toolchain is available for download.

[Thanks Alexander]

Embedded Games: Rogue

Here’s a handheld version of Rogue. Rogue is one of the first graphical computer games and takes the player through a dungeon-exploring adventure. [Manuel] built this around a PIC 16F876 microcontroller and a KS0108 graphic LCD screen.

Hot on the heels of the pixellated Mario game, these embedded handhelds make for fun projects and great gifts. There are few parts used and [Manuel] etched his own PCB. Take a look at the schematic, this is a great platform to start with but the sky’s the limit on writing your own games.

FPGA Driver For PSP Screen

Friends are constantly giving us their old electronics. We love it because our junk box is a never-ending pile of possibilities. We’re really starting to amass a collection of LCD screens that are not easily interfaced and this project gives us some hope for the future. [Philip] has been posting about using an FPGA as a driver for a replacement PSP LCD screen.

Many projects source cell phone LCD screens that have their own driver chip that can be addressed over SPI for use with a simple microcontroller. More complicated screens need a more involved control scheme and this is where the Field Programmable Gate Array takes over. [Philip] lays out the steps he’s using to implement his controller, from setting up the correct voltage levels, to planning for coordinate addressing, and even some of his follies with reverse current. We think this would be a great way to introduce yourself to FPGA projects.

Remote Control Pellet Gun – With Scope

Project Thunderbird is an automated predator and pest control system. It consists of a pellet gun mounted in a motorized base. The icing on the cake is a 60x zoom camera that has cross-hairs superimposed on the picture. This reminds us of the Internet hunting for the handicap we heard about years ago.

In the video after the break you can see how the motorized base works, watch the trigger-pull motor, and observe a demonstration of some target practice. The creator, [Gadgetapodimus], mentions the possible sale of plans and kits as soon as he completes the system. Perhaps it would be better if this was not easy for people to build.

Continue reading “Remote Control Pellet Gun – With Scope”

WiiMote + IPhone Update

Using a Wii remote as the controller for iPhone games? Brilliant! We’ve been waiting to see some creative usage of this pairing since we covered it back in August. [ZodTTD] is the person who ported MAME over to the iPhone. Now he’s added support for the Wii remote in Mame4iPhone via the BTstack project. BTstack seeks to add Bluetooth stack functionality to devices that don’t have it or where it is limited (the iPhone).

We’ve embedded video after the break of the WiiMote used to play a MAME game. [ZodTTD] is also the author of nes4iPhone, we hope that’s the next project he will add BTstack support to!

Continue reading “WiiMote + IPhone Update”

Bulbdial Clock Kit Released

Evil Mad Scientist Laboratories has just released a Bulbdial clock kit. This has come a long way since their first prototype, featuring three PCBs to carry the 72 charlieplexed LEDs. For accuracy they’ve included an optional header for a ChronoDot precision RTC.

With a great looking face and laser-cut acrylic case available, this may soon adorn our mantle. Time to write that letter to Santa…

Update: [Windell] of EvilMadScientist.com posted some video of the clock in action.  We’ve embedded it after the break.

Continue reading “Bulbdial Clock Kit Released”

AC Shield Will Take Your Breath (heart Beat) Away.

[Ryanjmclaughlin] came up with the idea of a Arduino shield that uses TRIACs to switch four channels of AC power. The forum thread he started delves into several interesting discussions covering what it would take to convert this for use with 240v power and of course, a debate about safety.

A reader named [Victor] sent this tip to us and mentioned that this shield might significantly reduce the number of Arduino related projects we see. That’s because mixing high voltage alternating current with delicate 5v logic circuitry can be a bad idea. We’re not saying the creator of this didn’t know what he’s doing, but if you don’t you could fry up your Arduino, or your body.