Through-hole Bus Pirate Kit From Fundamental Logic

bpv1ath

Fundamental Logic is selling a Bus Pirate kit and bare PCB based on our universal serial interface tool. They started with our serial port-based v1a hardware, and modified it to use all through-hole parts.  8pin DIP LP2951ACN/-3.3 switchable voltage regulators replace the surface mount TPS79650/33 that we used. The PIC is pre-programmed with our latest firmware, version 0f, which includes a bootloader for easy firmware updates through the serial port. Documentation includes illustrated assembly instructions.

Speaking of Bus Pirate goodness, we’re busy working on hardware V2. As astute readers may have already noticed, the final version of the Bus Pirate incorporates an FTDI USB->serial chip, and draws its power from the USB port. We also tackled the software-controlled pull-up resistor feature, and reduced the overall part count and cost. Best of all, we’re working to make assembled PCBs available with world-wide shipping. The how-to should be ready in a few weeks.

Google Summer Of Code 2009

[youtube=http://www.youtube.com/watch?v=vBRRR0BQyz0]

This year’s Google summer of code has been kicked off with a fairly substantial amount of participants. You can still submit an application until April 3rd, to join the roughly 2,500 “graduates”. For those who don’t know what it is, the Google summer of code pairs developing programmers with open source projects and funding. It’s a great program, resulting in advances in some programs that we follow. We’ve talked about several of the groups that will be participating this year, such as the NUI group, rockbox, openstreetmap, and videoLan.

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.

External Keyboard With An IPhone

iphone

Using an IR keyboard is now possible with a non jailbroken iPhone. The folks at perceptive development have developed a custom interface that connects through the headphone jack.  They had already developed the serial modem, so this was just another step at connecting peripherals. With some smart and small packaging, this could be a nice attachment to keep around. You can see a video of it in action after the break.

Continue reading “External Keyboard With An IPhone”

Hackit: Xbox 360 Hardware Failures On The Rise?

e74xbox

Joystiq has been tracking the new starlet of Xbox 360 failures: the E74 error. It appears as the lower right light on the console turning red and an on-screen message telling the user to contact support with the error E74. The number of reported E74 errors seems to have risen since August 2008 and people are wondering if the more recent increase in errors are related to the release of the New Xbox Experience (NXE) Dashboard update. Did Microsoft reclass Red Ring of Death (RROD) failures as E74 to avoid warranty replacements? Continue reading “Hackit: Xbox 360 Hardware Failures On The Rise?”

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]