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

RCDC: DC motor control via servo signals

[Spikenzie]  has put together this nice kit for controlling a DC motor with RC servo signals. He’s using a PIC12F629 to convert the signal to PWM. As you can see in the video above, it seems to work quite well. It is in a neat and tidy package and available as a kit. We have to admit though, what caught our eye was the prototype. Even though it is a kit for sale, it looks as though they plan on releasing the PCB files and code.



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

Hack

Software pulse width modulation

Pulse Width Modulation is a topic that tends to give a lot of beginners trouble. [Daqq], whose nixie plasma ball we covered a few days ago, has a simple but effective PWM project that you should take a look at. The circuit used 9 LEDs clustered together into 3 sets of RGB modules and connected them to an AVR ATtiny2313 through some current limiting resistors. Most of the time the PWM function of the AVR’s timers would be used to generate the signal but this application calls for 9 signals which is more than can be produced by this…


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

Software

CPUID HWMonitor Pro v1.05 + KeyGen

CPUID HWMonitor Pro is our extended version of the hardware monitoring program HWMonitor In comparison to its classic counterpart HWMonitor Pro adds the following features Remote MonitoringWatch the sensors of one or several distant PCs through a simple TCP IP connection
Graph GeneratorSave monitoring data and generate logging graphs as bitmap files
Improved InterfaceSensors in system tray editable sensors labels
PWM ControlFan PWM control for ESA compliant devices

Hack

AVR boost converter

Over at SpriteMods, [sprite_tm] realized that a microcontroller could be used as a boost converter to power itself. A boost converter steps up voltage from a battery by switching the output of a coil. First, it is tied to ground so a magnetic field can build up in the coil. It is then released as a higher voltage than the input. Normally dedicated chips do this at an incredibly high frequency, but the PWM signal from an AVR works well enough. This can be used in low-power situations where space is an issue.
[via EMSL]



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

Hack

Parts: ShiftBrite RGB LED module (A6281)

Macetech’s ShiftBrite is a high-power RGB LED coupled with an Allegro A6281 backpack. The A6281 uses three 10bit pulse-width modulators to mix millions of colors using the red, green, and blue elements in the RGB LED. Multiple modules can be chained together for bigger projects, like the ShiftBrite table.
Below the break we demonstrate a ShiftBrite module using the Bus Pirate. For a limited time you can get your own Bus Pirate, fully assembled and shipped worldwide, for only $30.

ShiftBrite RGB LED module (Macetech, $4.99). ShiftBrite datasheet and example code, Allegro A6281 datasheet (PDF).
The ShiftBrite module is…


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

Hack

Bus Pirate firmware update v0g

Firmware v0g for all Bus Pirate revisions is now available. Updates in this release include a bootloader, frequency generator/pulse-width modulator, SPI bus sniffer, MIDI library, configuration reports, improved user interface, and bug fixes. v0g is also the first firmware to fully support the v2 hardware branch.
We’re really proud of this release as it brings a much more consistent structure to the internal operation of the Bus Pirate. It lays the foundation for future CAN, LIN, and OBDII libraries, and it supports localization and translations.  Install and upgrade instructions are included with the firmware. Report bugs on the project…


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

Login