Controlling PWM Fan with PIC16F684 Featured Image

Controlling PWM Fan with PIC16F684

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 ...
Digitally Controlled Power Supply 0-25 V Part 2 Featured Image

Digitally Controlled Power Supply 2

This is an update to a recent post on a subject of building a Digitally Controlled Power Supply. In part 1 a basic configuration was presented. In this version a numbers of modifications were made to software/hardware to produce a more advanced ...
Multiplexing-7-Segment-display-with-Raspberry-Pi-Featured-Image

Multiplexing 7-Segment Display with Raspberry Pi

When working with multiple 7-Segment displays a multiplexing scheme is required in order to simplify the design and save Raspberry Pi I/O pins. Such implementations shown in this design. As can be seen from a schematic diagram 2 7-Segment displays ...
Kinetic Watch Winder Featured Image

Kinetic Watch Winder

In this post I’ll show how to build a basic kinetic watch winder using PIC microcontroller and stepper motor. Kinetic watches do not require changing the battery as frequently as in quartz watch however despite their many advantages they have ...
Response Time Meter Featured Image

Response Time Meter

If you ever thought how fast you can react to external stimulus here is the circuit that can measure your response time. It measures the time it takes for you to press the push button in response to  turning the ...
PIC Development Board Featured Image

PIC16F Development Board

In this post I'll show a more general approach for circuits prototyping. Instead of building each individual design to validate its operation why not to design a basic PIC16F877A based Development Board. Current design have all the necessary features of ...
Arduino-Photoresistor-Relay-Control-with-PCF8591-Module-Featured-Image

Arduino Photoresistor Relay Control with PCF8591 Module

Relay controlled by light intensity can be implemented using Arduino UNO compatible board. In this case Keyestudio UNO R3 and AD/DA module with PCF8591 chip. Similar simpler design is available here. On this particular module a photoresistor and a potentiometer ...
Digital Power Supply Prototype Board

Power Supply 2.5 – 12 V

Power Supply is probably the most common electronics project you can build.This is a basic design for digital power supply. It was built around 3 main components. Digital potentiometer – MCP4251-502E/P, Low  Dropout Voltage Regulator – MIC29152 and PIC16F877A.The idea ...
Basic-Arduino-Frequency-Counter-Featured-Image

Basic Arduino Frequency Counter

Basic frequency counter capable of measuring 0-5V square wave up to 100kHz can be built using just 2 components: Arduino MEGA board and 2x16 LCD display. For PIC16F876 version click here. Frequency counter code is also very simple. It uses ...
Arduino-Electronic-Lock-Featured-Image

Arduino Electronic Lock

Here is another Arduino based design and this time I’ll show you how a 4-Digit Code Electronic Lock can be built with Arduino Mega or compatible boards. For similar design based on PIC16F877 click this link. The I/O I’ve used ...