App note: Using the PIC16F1XXX High-Endurance Flash Block

An application note from Microchip: Using the PIC16F1XXX High-Endurance Flash Block (PDF!) This application note illustrates the benefits offered by the high-endurance Flash block and describes a small C library which allows a simple and safe use of its capabilities.

Stream Launchpad data serially using NodeJs

zlalanne over at the 430h forum writes: I created a quick project to start learning nodejs. To those that are unfamiliar nodejs allows you to write javascript for the server side. So I decided to write a small gui that plots serial data. The GUI itself is written in javscript/html and uses node-webkit to package it […]

Simple fix for Bus Pirate power supply oscillations

Jeff of Mightyohm wrote an article about power supply oscillations on the Bus Pirate: After removing my device under test, I quickly narrowed the problem down to noise on the Bus Pirate’s 3.3V rail. I initially suspected that this might be some kind of noise coming from the 5V USB supply, so I added an additional […]

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 every week: Free PCB Sunday. The classic. Every week, get […]

Week in (p)review March 07, 2014

Here’s a summary of major developments over the last week. Free PCB Friday is coming up soon. Interfacing Adafruit 7-segment Backpack with Bus Pirate Bus Blaster v3 and Bus Pirate v4 are back in stock Bus Pirate v3.8 free PCB build Check out Michał’s DIY USB Infrared Toy, EverLost’s color wordclock, and joeforker’s update on his ATtiny LED driver for an […]

Using Kinetis Micrcontrollers in low-power applications

Sergei Bezrukov wrote an article on using Kinetis Micrcontrollers in low-power applications: Let us now turn to the microcontroller MKL05Z32. It belongs to the entry level subfamily KL0 of the Kinetis family. Besides of the fine pitch QFN and 48LQFP packages it is also manufactured in easily solderable 32LQFP ones. The microcontroller can be clocked […]

Add functions to your Dotklok: Remote control

Boris Landoni  from Open Electronics writes about the Dotklok’s new feature, the addition of a remote control. We wrote about it previously here: The latest variation is the addition of a remote control, implemented with a few lines of code. This function allows you to read the signals sent by the common IR remote control used in TV, […]

Breakout module for Si7005 temperature and humidity sensor

Raj of Embedded Lab has written up documentation on his  Si7005 breakout board: The Si7005 is a digital relative humidity and temperature sensor from Silicon Labs. It integrates fully factory-calibrated humidity and temperature sensor elements with an analog to digital converter, signal processing and an I2C host interface in a single monolithic CMOS sensor IC. The Si7005 […]

DIY Arduino SVG plotter

Here’s a DIY Arduino SVG plotter by  Junk+Arduino: Junk (the hardware): Olde Epson printer: frame, two stepper motors, motor driver circuitry CD player: The laser head moving mechanism Desktop compy PSU as a 5V power supply One H-bridge – SN754410NE Some resistors Bits of wire and a small breadboard Arduino uno, computer and pen Via Hacked […]

Testing of two three-phase BLDC motor drivers

Kerry Wong writes: I was doing a project that needed a driver for hard disk spindle motors. While I could use a microcontroller to generate the required driving waveform sequence, keeping the waveform in sync with the motor rotation is actually quite tricky especially at higher rotation speeds. To ensure the correct timing sequence, a […]

ATtiny LED driver for an RC car update

joeforker posted an update on his ATtiny LED driver for an RC car we covered previously: This board delivers 100mA through 2 series-wired LEDs like a champ, powered by a 2S LiPo. Night drives are looking bright. The glaringly bright uncomfortable-coming-straight-towards-you high beam look has been achieved. :-) As usual, mistakes were made. The through hole components […]

Interfacing Adafruit 7-segment Backpack with Bus Pirate

asd has written an article on interfacing Adafruit 7-segment Backpack with Bus Pirate Bus pirate doesn’t do much by itself but needs some accompanying chip talk to. I got my hands on 7-segment display from Adafruit which has HT16K33 controller on it. HT16K33 chip is accessed via i2c protocol so it is good candidate to learn […]