Tweet-a-Watt Kits

tweetawatt

[adafruit] wrote in to let us know that the Tweet-a-Watt is now available in kit form. While the plans have been available for a while, a kit is a welcomed addition. The kit doesn’t include the Kill-a-Watt monitor, but rather the XBee adapters and parts necessary to make it talk to your Arduino or computer. The kit is $90, while the Kill-a-Watt can be found for roughly $20.

Bounty On Bus Pirate Features, Get A Free V2 PCB

bpv2

We’re putting a bounty on two high-priority Bus Pirate features. You can get a free PCB for the upcoming Bus Pirate V2 by writing a bit of code. Hack a Day has a varied and talented group of readers, and we know someone out there has the experience to make these changes with minimal difficulty.

  • The latest code integrates the PIC24F bootloader for easy updates without a programmer. We’d like to add a protocol snooper, but that requires interrupts. With the bootloader, however, interrupts are relocated and we’ve yet to fully grasp how that works. We’ll send a PCB and PIC 24F to the first person who modifies the code to demonstrate UART, SPI, or change notification interrupts with the boot loader. Microchip’s 24F bootloader app note is available here. Complete.
  • The current frequency measurement feature is a hack that uses a counter and a timer. Be the first to implement the input capture peripheral instead, and get a free PCB. See the function bpFreq(void) in base.c. Complete.

The latest Bus Pirate code and compiled firmware can be checked-out from Google Code SVN. Submit your code via the comments below or buspirate@hackaday.com.

UPDATE: Both issues were resolved. Thanks for your suggestions.

Arduino MEGA

arduino_mega

Evil Mad Scientist Laboratories spotted one of the first images of the Arduino MEGA. The board is based on the ATmega1280 microcontroller, which has 128KB of flash,4KB of RAM, and 4KB of EEPROM. We haven’t seen any official specs yet, but the silkscreen shows 12 PWM connections, 36 Digital I/O, and 16 analog inputs. The post mentions 4 hardware UARTs and an I2C bus as well. No release date yet, but we can assume it’s soon since the hardware was already demoed at ETech.

Related: We added an Arduino category.

CupCake CNC Kit

cupcake

The CupCake CNC Kit is the flagship product of MakerBot industries, a joint venture between [Bre Pettis] and [Zach Hoeken]. At $750, it comes with all the motors, belts, body pieces, bearings, belts, and other pieces to assemble it. You could be printing your own 3d objects in a matter of hours with this. 3D printers with only slightly larger capacities can run thousands of dollars. The only advantage to some of the commercial products might be resolution. They don’t give much as far as technical data as the unit isn’t available yet. They should start Shipping before April 15th, so they can’t be far off. This could possibly be a competitor for the RepRap. Since RepRap doesn’t offer a complete kit, we’ll have to speculate. We’ve seen estimates from $500 to $1000 to build one.

[via adafruit industries blog]

Standalone Eye-Fi Upload

eye-fi

Former Hack a Day contributor [Will] has been using a Eye-Fi SD card to automate his photo transfers. Unfortunately this requires using Eye-Fi’s software and talking to their servers. He used [Jeff Tchang]’s replacement server written in Python to recieve the images from the card. [Will] manages his own online photo gallery using Gallery 2. To get the images uploaded, he added a call to GUP. Now all of his photos are transfered just as easily as with the standard Eye-Fi but without all of the middleman.

[photo: Eye-Fi teardown]

AVR HV Rescue Shield

rescueshield

While playing with an ATmega168, [Jeff] programmed the RSTDISBL fuse bit. This pretty much makes the chip useless in most cases. [Jeff] didn’t want to give up on it though, so he built a system to program it using the rarely used high voltage parallel programming mode. He used an Arduino, a few lines of code and a few spare parts to make it. After sharing the idea with some fellow programmers, he decided to make an Arduino shield specifically for this purpose. You can use this to reset almost any fuse to rescue a chip. If you are a die hard AVR person and never started using Arduino instead, the STK500 actually has this built in.

BatchPCB Now Even More à La Carte

boards

BatchPCB is a low-cost PCB manufacturing service run by retailer SparkFun in cooperation with Gold Phoenix. Using them, you can get your design prototyped for as little as $2.50 a sqin. We used the service in our “How-to: Prepare your Eagle designs for manufacture“. The service collects orders until they have enough to manufacture an entire panel. It may take time to get the boards back, but they’re high quality. BatchPCB just added a brand new feature: Now anyone can list their verfied design files on the ‘products‘ page for other hobbyists to order runs of. Yes, people could always upload free designs themselves, but this makes it much easier to order a board even if the designer has no plans of making a kit of it.