Leonard Pirate, an Arduino Leonardo and Bus Pirate clone

Yoshi designed a Arduino Leonardo clone called the Leonard Pirate. It uses an ATmega32U4 with hardware USB peripheral.  6 analog and 18 digital pins broken out to headers. The board is designed with 2 choices of USB connectors. Use a USB A-type male connector that plugs directly into the USB port, or a mini-B female […]

App note: Using ShockBurst with nRFL01 and nRFLU1 ICs

Nordic’s nRF 2.4GHz transceivers come with a built in ShockBurst transmission mode. This app note describes how to implement it using the nRFL01 and nRFLU1 ICs. ShockBurst is a special transmission mode built into nRF devices. It allows microcontrollers to send and receive raw data, while the nRF chips handle the transmission and reception internally. […]

Week in (p)review: December 09, 2011

Here’s a summary of major developments over the last week: This weekend was Make Tokyo Meeting 07, Akihibara Electric Town tour Bus Pirate PIC programmer through-hole version Rescuing an ArduinoBT board with the Bus Pirate Bus Pirate v3.5 and PICqueño32 DIP free PCB build Check out Josef’s homemade Bus Pirate and AVR-based PIC24F programmer, Kiran’s […]

App note: PSoC I2C to SPI bridge.

Here is an app note from Cypress that describes how to implement a I2C to SPI bridge on a PSoC IC. PSoCs are devices that incorporate a microcontroller, a logical gate array, and some analog peripherals. What makes them different than microcontrollers is that all the peripherals are separated from the microcontroller. They can function […]

App note: Single battery boost converter

Here is an app note from Microchip that describes how to built a single battery boost converter. It provides a way to power higher voltage circuits with a lower voltage battery. The design is based around the MCP1640 IC. It is a 350mA 500Khz boost converter with an integrated switch. Due to it’s design the […]

App note: Dual 1.4MHz buck regulator with USB ‘Dying Gasp’ support

This app note from Maxim describes how to build a USB powered circuit that will provide a short power-failure notice before losing power. This is called the “Dying Gasp” and it allows devices to preform a proper shut-down when USB power fails. A safe USB “dying gasp” shutdown requires a local energy storage capacitor to […]

Free PCB coupon via Facebook to 2 random commenters

Every Friday we give away some extra PCBs via Facebook. This post was announced on Facebook, and on Monday we’ll send coupon codes to two random commenters. More PCBs via Twitter on Tuesday and the blog every Sunday. Don’t forget there’s free PCBs three times a every week: Free PCB Sunday. The classic. Every week, […]

Little Wire – minimal AVR programmer and more

The Little Wire is an open source AVR programmer that’s packed full of features: An AVR programer Four digital GPIO pins ADC with 10 bit resolution Two parallel hardware PWM outputs An USB interface A SPI interface It is built to be DIY friendly by using all through hole components. It is also an open […]

Soldering iron driver update

Arhi continues to develop the universal soldering iron driver. This is a rendering of the third generation PCB. The soldering iron driver can use soldering pencils with K-type or PTC type temperature sensors like Solomon, Hakko, and Weller, to name a few… Generation 3 has a reworked analog section. It that now fully supports PTC […]

Bus Pirate PIC programmer through-hole version

MickM decided to rework our PIC programing adapter to a through-hole version. He made two versions of the board. One for both Bus Pirate V2go and V3, and one that supports only V3. I got very confused reading the schematic, and had to redraw it. One thing led to another and I laid it out […]

Homemade Bus Pirate and AVR-based PIC24F programmer

Josef built this homemade version of the Bus Pirate. Unfortunately he didn’t have a programer to upload the firmware, so being a good hacker he designed and built his own. The programer is AVR based and uses a MAX232 IC to interface with the computer. He promised to post the AVR firmware, and the programing […]

Java circuit simulator

BrentBXR tipped us of about this cool and educational tool. It’s an interactive electronics circuit simulator. It has some pretty cool features, like having the direction of the current animated on the circuit traces, or highlighting the high signal traces in digital circuits. There is a bunch of circuit examples ranging from Ohm’s law demonstrations […]

Texas Instruments anounces new F563x and F663x MSP430 microcontrollers.

Texas Instruments just announced the addition of F563X and F663X lines of microcontrollers to their MSP430 range. Here is the feature list of the new devices: More memory options with 256kB flash and 18kB RAM allow the addition of wireless stacks, more application features, richer graphical user interfaces (GUI) and the addition of a real-time […]