This document discusses the implementation of a narrow band digital filter on a low-cost microcontroller. It implemented a 1kHz center frequency, 500Hz bandwidth filter on an Atmel ATmega163 microcontroller. It describes the hardware and software tools used, including the Atmel STK500 starter kit, CodeVisionAVR C compiler, and Atmel AVR Studio. It discusses the analog input and output configurations, sampling rate, and filter design considerations like fixed-point representation effects. The performance and tradeoffs of the implementation are evaluated.