I'm sharing the backend of my PI detector, a tried and true working design with firmware.
The MOSFET is driven by PWM output OC1A of Timer1 and 1/2 of the NE556.
Audio is driven by PW2 output OC2B and the other half of the NE556.
The analog signal is sampled by the ADC (1st. 2nd. and EF samples) and filtered digitally (9-tap median filter -> low pass IIR filter).
The IIR filter has a coefficient of 1/64 and a gain of 4 to increase resolution to 13 bits (provided a minimum noise level of 1.5 ADC bits).
It includes:
Connections to your own front end:
AGND (analog ground) and GND must be connected to each other as close as possible to the MCU.

PI backend Atmega328P.pdf
Diptrace schematic
PI back end Atmega328P.zip
Please share your own modifications, PCB's, frontends, etc.
Firmware will follow.
The MOSFET is driven by PWM output OC1A of Timer1 and 1/2 of the NE556.
Audio is driven by PW2 output OC2B and the other half of the NE556.
The analog signal is sampled by the ADC (1st. 2nd. and EF samples) and filtered digitally (9-tap median filter -> low pass IIR filter).
The IIR filter has a coefficient of 1/64 and a gain of 4 to increase resolution to 13 bits (provided a minimum noise level of 1.5 ADC bits).
It includes:
- MCU Atmega328P (DIP - 28 )
- Gate and audio drivers NE556 (bipolar version)
- I2C interface for 16x2 LCD display
- Rotary encoder for menus.
- Serial connector (for debugging, bluetooth or anything you want to do with it)
- ISP connector for programming (USBasp, STK500 and compatible).
Connections to your own front end:
- Gate: to the MOSFET gate, N-channel.
- ADC3: from the amplifier. Max 5v and referred to MCU ground.
AGND (analog ground) and GND must be connected to each other as close as possible to the MCU.
PI backend Atmega328P.pdf
Diptrace schematic
PI back end Atmega328P.zip
Please share your own modifications, PCB's, frontends, etc.
Firmware will follow.
Comment