Blinking LED with PIC16F684

Blinking LED with PIC16F684 Featured Image

This very simple design shows how to make a blinking LED using PIC16F684 MCU. In my previous post I’ve used PIC16F877/86 however most of basic circuits do not require a lot of I/O pins and PIC16F684 small 14 pin package is more than enough in this case. PIC16F684 microcontroller was chosen as a target device due to its … Read more

Controlling PWM Fan with PIC16F684

Controlling PWM Fan with PIC16F684 Featured Image

In this post I’d like to share a design of PWM Fan controller based on PIC16F684 MCU. For Arduino version click here. Previously I’ve designed similar circuits some of them more complex than this one. I recommend you to look at this post for additional information and ideas. I wanted to build a simplified version … Read more