Week in (p)review January 24, 2014

Here’s a summary of major developments over the last week. Free PCB Friday is coming up soon. PCB drawer restock – Bus Pirate v3.8 Bus Pirate probe cable prototypes and giveaway Bus Pirate cable professionally printed shrink tubes Bus Pirate cable and L-Mark LK-320P heat shrink printer XC2C64A CPLD development board back in stock Free […]

Open source PID controller (DIY Arduino shield)

Tom posted his Arduino PID controller shield in the project log forum: Program a temperature profile to mash beer or reflow solder. Here’s how. This full featured open source PID controller uses a DIY stripboard shield for Arduino Uno and compatible boards. Firmware based on osPID massively revamped and extended, blood was sweated over new auto […]

Digital clock using 7 segment display controlled using TV remote

Zxlee wrote a post on his blog detailing his digital clock on 7 segment controlled with TV remote: When the Arduino first power up, it will display time information on 7 segment displays. Besides that, the LCD will display the time, date, temperature and day of week information. Basically, this is the main part of the program. The program […]

Free PCB build – PICkit3 clone on QFP prototyping board

Hlipka writes: I got the 0.8+0.5mm xQFP protoboard from the Free PCB drawer. Since I wanted to get a PICkit3 for a while, this looked like a perfect fit. So I looked up the schematics, ordered what I needed, and started work. It took longer than expected, and in the end I had just one […]

Variable RF signal sampler

Brian Dorey  posted an article describing how he built his variable RF signal sampler: It isn’t safe to connect the output of a radio directly into a frequency counter or oscilloscope due to the high voltages and currents on the transmitter and so we needed a way to sample part of the transmitted signal while dumping the […]

Sniffing and decoding NRF24L01+ and bluetooth LE packets for under $30

Omri writes: In this long post I am going to describe my journey to sniff and decode popular digital wireless protocols off the air for very cheap. So cheap practicality anyone can obtain the equipment quickly. I was able to decode NRF24L01+ and Bluetooth Low Energy protocols using RTL-SDR. As far as I can see, […]

RumbleRail, a standalone and modular Floppy disk jukebox

Watch and enjoy this RumbleRail project a Floppy disk jukebox by Kiu: The overall setup is completly modular. Each floppy is connected to its own floppy driver (rrfdc), which in turn speaks I²C with the main board (rrcmd). On power-on the main board auto-discovers the connected floppies and adjusts the software to utilize the available drives. In theory […]

Bus Pirate cable professionally printed shrink tubes

Professionally printed shrink tubes arrived for the Bus Pirate probe cable prototype we discussed yesterday. 110 each of 10 labels cost 180RMB ($30). These are about about 5x more expensive than printing them ourselves on the L-Mark (ribbon+tube cost). The the print quality is more consistent than ours and the font nicer, but when it’s […]

#FreePCB via Twitter to 2 random RTs

Every Tuesday we give away two coupons for the free PCB drawer via Twitter. This post was announced on Twitter, and in 24 hours we’ll send coupon codes to two random retweeters. Don’t forget there’s free PCBs three times a every week: Hate Twitter and Facebook? Free PCB Sunday is the classic PCB giveaway. Catch […]

Bus Pirate cable and L-Mark LK-320P heat shrink printer

We’ve been on a multiyear quest to make a durable, affordable, usable probe cable for the Bus Pirate. The one currently sold by Seeed is inexpensive (good) but I’ve never been a fan of the probe hooks used. I typically use male:female, or female:female individual probe wires sold in bundles at Seeed, Adafruit, etc. With […]

Oscillator controller for 8bit PIC microcontrollers

Dilshan Jayakody writes: This is oscillator controller for 8bit PIC microcontrollers which is specifically design to debug MCUs and related circuits by without using ICD unit. This unit consists with low speed oscillator and cycle counter with automatic hold. In current version, oscillator is capable to run in 2 frequency modes and it can count […]

App note: USB current meter using the SPI Interface

Here’s a Multi-Protocol Synchronous Serial Engine (MPSSE) implementation from FTDI. This application note gives an example of using the Multi-Protocol Synchronous Serial Engine (MPSSE) on the FT232H device. It uses D2xx commands to configure the MPSSE to interface with two Analog to Digital Converters (ADCs) using the Serial Peripheral Interface (SPI). It is controlled by […]

App note: USB hardware design guidelines for FTDI ICs

Check out hardware design guidelines from FTDI when using their ICs. While use of FTDI ICs makes USB easy to implement, care must be taken during the hardware design phase of a project to ensure certain practices are followed. This application note provides design guidelines for several common questions that have been asked of the […]