Software

KoolMoves v7.2.2 Retail

KoolMoves is an affordable Flash authoring tool that is full featured and easy to use It comes with ready to use Flash content KoolMoves is ideal for creating high impact visuals with MP3 and WAV sound
Installation info enter this serial number when asked K7 fQ49 tWN2Unzip libraries exe to your KoolMoves directory usually C Program Files KoolMoves

Hack

AVR Dragon wiring alternative

We love our AVR Dragon programmer. It is a small board with a lot of functionality: in-circuit serial programming, JTAG, debug wire, and high voltage serial programming. Unfortunately, out of the box it is not quite ready for action. The Dragon ships with an unpopulated prototyping area and missing a pin header for the HVSP. For most people this means soldering on pin headers and a ZIF socket then jumpering between the various programming headers and the header for the socket. Tired of working with jumper wires, [Jussi] designed a small PCB to make the connections (original link in…


[ Read the rest of the story in the original article... ]

Hack

Steal the administrator password from an EEPROM

Did you forget your hardware-based password and now you’re locked out? If it’s an IBM ThinkPad you may be in luck but it involves a bit more than just removing the backup battery. SoDoItYourself has an article detailing the retrieval of password data from an EEPROM.
The process is a fun one. Disassemble your laptop. Build a serial interface and solder it to the EEPROM chip where the password is stored. Connect this interface to a second computer and use it to dump the data into a file. Download a special program to decipher the dump file and dig…


[ Read the rest of the story in the original article... ]

Hack

Twitter, talking fish, and more

[Dan Ros] sent in his hack of a twitter talking Big Mouth Billy Bass. Originally he simply had an mbed micrcontroller and an SD card with some wav files allowing Billy to say classic quotes. Wanting to go further however, they used the mbed’s HTTPClient library to grab Twitter updates, and then have Billy say them out loud! Check out some other cool projects the mbed team has in the cookbook.
But wait, whats an mbed? We didn’t have a clue either!
Some researched reveals it is a powerful new microcontroller and prototyping board. With some features such as…


[ Read the rest of the story in the original article... ]

Hack

Hacking USB serial port adapters

The folks at Openschemes.com have written up an article on how to convert a USB serial port adapter to a low voltage serial interface for interfacing with microcontrollers. Though you can always just buy one, this is a fairly quick and cheap solution, especially if you are in a pinch or don’t have access to a retailer. The specific models you should watch for, are the ones with two chips, a microcontroller and a line translater.They go through the process of finding exactly where to patch in to add an extra interface. It only takes a couple wires and…


[ Read the rest of the story in the original article... ]

Hack

Introduction to FTDI bitbang mode

It was an interface that launched a thousand hacks. Near trivial to program, enough I/O lines for useful work, and sufficiently fast for a multitude of applications: homebrew logic analyzers, chip programmers, LCD interfaces and LED light shows, to name a few.
Today the parallel printer port is on the brink of extinction (and good riddance, some would say). Largely rendered obsolete by USB, few (if any) new peripherals even include a parallel connector, and today’s shrinking computers — nettops, netbooks, media center PCs — wouldn’t have space for it anyway. That’s great for tidy desks, but not so…


[ Read the rest of the story in the original article... ]

Hack

EDuino – Arduino or AVR breakout?

We’ve had a lot of requests in the comments for more Arduino centered posts so we were happy when [Njay] told us about his EDuino board. This is a minimal Arduino clone that has a crystal and it’s capacitors, a pull-up resistor and button on the reset pin, and a detachable serial programming connection. He also has a breadboard-friendly version seen above with all the interface pins on one side of the board. This is certainly a useful project and we’re glad to see the board files available for download. This does get us thinking… is this an Arduino,…


[ Read the rest of the story in the original article... ]

Hack

How to write udev rules

Since the adoption of Kernel 2.6, Linux has used the udev system to handle devices such as USB connected peripherals. If you want to change the behavior when you plug something into a USB port, this section is for you. As an example, we will use a USB thumb drive but these methods should translate to any device handled by udev. As a goal for this exercise we decided to create a symlink and execute a script when a specific thumb drive was loaded. The operating system we used for this exercise is Ubuntu 9.04 Jaunty Jackalope.
Background Investigation…


[ Read the rest of the story in the original article... ]

Hack

Linux (via iLoader) out for Nano 2G

[Linux4Nano] over at the [Gna! repositories] have just finalized a breakthrough for their bootloader project.  Because the iPod Nano 2G has a hardware encryption chip, it could previously not be flashed with a custom firmware. By digging around in some assembly code (and working their magic) the team was able to get Linux onto the 2G, develop drivers for its peripherals (screen, clickwheel and serial interface are a few), and put all of that code into a package convenient to install by the end user. If you’ve ever considered installing uClinux (the ported distro) on your Nano, the [Linux4Nano] team have made…


[ Read the rest of the story in the original article... ]

Hack

Cellphone-controlled home

[Tixlegeek] used a Motorola 68HC705J1 development board to remotely control his home through his cellphone. The video above, as well as [Tixlegeek]’s website, is in French, though the video has been captioned. The development board (called the ERMES125) is controlled by a PIC externally. It has an array of LEDs, and apperantly a few high voltage relays. The PIC is connected to a laptop through a serial interface. The laptop is running a small web server, which uses CGI to control the PIC from a webpage. This system allows [Tixlegeek] to log onto the webpage from his web enabled phone, click a few…


[ Read the rest of the story in the original article... ]

Hack

Arduino email alert

The Arduino makes a great platform for alert systems because it doesn’t need additional parts, other than an LED or motor. [Torchris] made email notifier, and used an Ethernet shield to make it standalone. The Arduino polls your POP server seeing if there are unread emails. POP is an incredibly simple protocol, even simpler than HTTP; this made it easy to communicate with, even with little processing power. He hopes to add a servo or serial display to present the data better, but his current system seems to work well. Video of it in action after the break.

[via…


[ Read the rest of the story in the original article... ]

Hack

Internet enabled Furby

[edwindertien] sent us his project to connect a Furby to the internet. The original Furby controller was replaced with an Arduino which in turn was given ethernet connectivity via a LANTRONIX XPort serial ethernet module. This assigns the Furby an IP address which can then be accessed through a script or via a web interface. Now we want to see someone combine this idea with the arduino that sings “Daisy Bell” to make the ultimate in creepy new email notifiers.



[ Read the rest of the story in the original article... ]

Page 1 of 3123»

Login