Projects

MOTM Compatible Dual Channel Quantizer

MOTM Compatible Dual Channel Quantizer

Introduction: This describes my original design dual channel quantizer inspired by Chris List’s ARP Style CV Quantizer design. My new implementation is an intelligent design that exploits the programmability of a Microchip PIC16F84. It will quantize voltages in 1/12 volt (semitone) or 1 volt (octave) steps from –10V to 10V. Quantization time is about 2ms […]

MOTM Compatible Dual Channel Quantizer Read More »

PIC micro Timer Code

PIC micro Timer Code

Here’s the minimal code to make timer 1 (a 16 bit timer) work using PICBasic. General descriptions of PIC timer variables used to control the timer: (you should be able to use these no matter what programming language you use): T1CON.0 is the first bit of the timer configuration byte, this bit is used to

PIC micro Timer Code Read More »

Voltmeter Ammeter Kit schematic

Voltmeter Ammeter Kit

Voltmeter Ammeter is a great kit to measure voltage and current at the same time. It measures 0-70V or 0-500V voltage with 100mV resolution and current from 0 to 10A. It’s a perfect addition to any power supply, battery chargers and other electronic projects where voltage and current must be monitored. Kit uses PIC16F876A microcontroller

Voltmeter Ammeter Kit Read More »

Digital Meter Adapter

Digital Meter Adapter – DMAD

Adding a Digital Meter and Functions to Analog Geiger Counters The Digital Meter Adapter is a expansion module for adding digital functions to Analog Geiger Counters that have a pulse output. If you’re geiger counter outputs a ttl pulse for every radioactive particle it detects, your Geiger counter will connect to Images SI Inc.’s DMAD

Digital Meter Adapter – DMAD Read More »