App note: USB HID lithium-ion battery charging via USB with ATmega16/32U4

This app note discusses how to use the Atmel® EVK527 evaluation kit to charge Lithium-Ion (Li-Ion) batteries using USB connection as power supply: This document (PDF!) describes an application running on the Atmel EVK527 evaluation kit. The EVK527 is dedicated to the Atmel ATmega16/32U4. The USB offers a 5V power supply on the VBUS pin. […]

Nixie clock: 4 – the touch sensor

This video of Luca Dentella demonstrates the IQS127D touch sensor and an Arduino: My Nixie clock won’t have any visible buttons, so I chose to use a touch sensor, that signals to Arduino when the user touches the clock. I brought from SureElectronics the Capacitive Proximity and Touch Button Control module, based on the IQS127D […]

Kicad Tutorial: Copper pours / fills

Here’s another Kicad tutorial  by Wayne and Layne: Copper pours / fills: A copper pour or fill refers to an area on a printed circuit board where the original copper is not etched away, and remains in place, usually electrically connected to the Ground signal, producing a “Ground Plane”. This has a number of advantages, […]

Smoke Tester v1 free PCB build

Ptarmigan labs blogged about his free Smoke Tester v1 PCB build. It’s a board designed to safely power your prototypes, and check if they have a short somewhere using just about any available supply. A while back I got a free PCB from Dangerous Prototype’s Free PCB program. It’s a nice little board designed to provide […]

Workshop Update for February 27th, 2013

Slowly building up the library of models for the Bus Pirate Edu Kit exercises. To make sure everyone can easily hook up any exercise, we’ll add top-down views, schematics, and wiring tables. Here’s an example of a wiring table for the exercise above. MCP9701A Pin1 – E1 Pin2 – E2 Pin3 – E3 Wires Black: […]

Controller for soldering irons using the Hakko T12 type tips

Sparkybg shared his controller for soldering irons using Hakko T12 type tipe in the project log forum: T12 have thermocouple in series with the heater with a voltage of around 9mV at 450 degrees celsius, so the voltage to the heater must be turned off to measure the voltage of the thermocouple. Don’t measure the resistance […]

PIC16F74 – room thermostat with colour LCD

Room thermostat with PIC16F74, DS1820, and the Siemens M55 color LCD: The heart of the unit is an 8 bit PIC16F74 microcontroller from Microchip. It’s main task is to constantly monitor the room temperature trough a 1–wire digital thermometer IC, a DS1820 from Maxim, and to switch a relay on or off, that controls the […]

Bus Pirate Demo board v5 free PCB build

j_dja tweeted his Bus Pirate Demo Board v5c free PCB build. This board was designed to emulate various different ICs with which the Bus Pirate can talk to. I2c, SPI, and UART protocols are supported, with device emulation for RAM, ADC, DAC, and a PWM generator. These features help researchers practice probing embedded systems before […]