9 Volt Battery Charger

9 Volt Battery Charger Featured Image

9 Volt batteries extensively used in various electronics measurement equipment. Powering these devices with  rechargeable batteries can be a cost effective solution. In this post a simple Lithium-ion 9 Volt Battery Charger design with overcharging protection will be presented. Charger is based on PIC16F876A microcontroller and uses its A/D module to monitor current flow into the … Read more

Digital Lock

Digital Lock Featured Image

In this post I’m going to show you how to build a simple Digital Lock using PIC microcontroller. Instead of building a new hardware design from scratch we are going to use PIC Development Board as a basis for Digital lock prototyping and testing as it has all the necessary components. Although few modifications are … Read more

Function Generator

Function Generator Featured Image

Have you ever wondered how to generate a sine wave using PIC microcontroller. In this post I’ll show you a simple circuit design that can generate arbitrary wave forms including sine by using MCU and PCF8591 D/A converter. For similar design based on Arduino see this link. PCF8591 was briefly mentioned in PIC Development Board post as a … Read more

Infrared UART

Wireless UART Featured Image

Wireless Infrared UART prototype can be built by using two PIC16F876A controllers. One as IR receiver with dedicated Infrared decoder like SFH505A, SFH506 or similar IR receiver IC and other microcontroller as a transmitter via IR LEDs. This is relatively simple design and doesn’t require advance electronics knowledge or programming skills, especially if you are going … Read more

2 Channel PC Fan Controller

PC Fan Controller Image

Following recently published article about building a PWM Fan Controller here is another simple controller design. This time it’s a 2 Channel PC Fan Controller for standard 12V Fans. It uses software implementation of PWM but instead of directly driving PWM Fan the output is converted to 3 different voltage setting: High +12V, Medium +10.5V and … Read more