January 14, 2012 by Chris
“The dsPIC runs on the internal oscillator of 7.37MHz, which is then raised close to 30MHz using the PLL. This enables the board to run without external oscillators and associated loading capacitors. The signal to be analyzed is passed through a high impedance resistor (1Mohms) and then amplified by opamp (TL084). This is done to avoid any high voltage damaging the dsPIC or associated circuit. DC offset is added to the signal to enable it to be measured by ADC (0V to 5V).”
PyroFactor: 
December 17, 2011 by Chris
“MSP430 Launchpad from TI is a new, very affordable (4.35$), value line development platform. It uses MSP430G2231 - msp430 series mcu and includes everything you'll need to start programming the msp microcontroller. In this article I'll show how to use this development platform to read data from digital calipers and send it to a PC RS232 serial port.”
PyroFactor: 
November 21, 2011 by Chris
“The PC based Soundcard Oscilloscope receives its data from the Soundcard with 44.1kHz and 16 Bit resolution. The data source can be selected in the Windows mixer (Microphone, Line-In or Wave). The frequency range depends on the sound card, but 20-20000Hz should be possible with all modern cards. ”
PyroFactor: 
October 15, 2011 by Chris
“RGB signaling provides the cleanest form of analog video you can get from any video device. No wonder why computer monitors have used analog RGB since the introduction of VGA in 1987. But television is another story. Since the dawn of color TV, we’ve been stuck with lossy encoding methods in order to cram a full-color picture in the limited bandwidth of a monochrome transmission.”
PyroFactor: 
October 12, 2011 by Chris
“The basic system uses a special FIFO chip (7204) which is dual-ported to store logic-state samples which are transferred into a PC and displayed using a Win-32 front-end.”
If you've ever been curious about building your own logic analyzer, here's a well documented open-source analyzer that will help get you started.
PyroFactor: 
September 12, 2011 by Chris
Fans of the ATTiny now have another tool to add to their bag of tricks: an Arduino programmer! This article explains how to use an Arduino to program the ATTiny using the SPI communication protocol. The method is straight forward with no surprises so it could theoretically work with any microcontroller that has an SPI module built in.
PyroFactor: 