Raspberry-Pi-and-74HC595-Shift-Register-Featured-Image

Raspberry Pi and 74HC595 Shift Register

Raspberry Pi I/O capabilities can be expanded by adding one or cascading a number of shift registers. In this design 74HC595 example is shown. 74HC595 is a very popular and relatively cheap IC. There are assembled modules based on this ...
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 ...
Arduino-PWM-Fan-Controller-Featured-Image

Arduino PWM Fan Controller

This implementation of Arduino based PWM Fan Controller is simple circuit that allows controlling fan speed by varying the duty cycle of the output signal. For PIC16F684 version click here. I’ve tested with Deepcool 120mm fan and it works OK, ...
RTC Real Time Clock PCF8573P Featured Image

PCF8573P I2C Real Time Clock

In this post I’m going to show you how to interface an I2C Real Time Clock – RTC with PIC microcontroller. Only a basic hardware configuration and a communication protocol are presented here. I’m planning to extend it to a ...
Basic PIC Frequency Counter Featured Image

Basic PIC Frequency Counter

Here is a Basic PIC Frequency Counter design. For Arduino version click here. It doesn't not attempt to compete with some advance designs and has a very limited frequency range, however it can be used as a starting point to ...
Stepper-Motor-Controller-with-Arduino-Featured-Image

Stepper Motor Controller with Arduino

Basic Stepper Motor Controller can be built with Arduino board and a few additional components like MOSFET switches and a potentiometer to control unipolar stepper motor speed and direction. The principle of operation is relatively simple. When a potentiometer is ...
Digital Stopwatch Featured Image

Digital Stopwatch

In this article I’ll demonstrate a digital stopwatch design based on PIC16F876A micro controller.For related circuit based on Arduino click here. Similar project showing a Digital Timer design can be found here. Current circuit can be used to count in ...
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 ...
LED-Blinking-STM32L011K4-Featured-Image

LED Blinking STM32L011K4

All my previous project were based on PIC microcontrollers or Arduino board, however recently I’ve been experimenting with STM32 MCU. For this simple project a NUCLEO board based on STM32L011K4 MCU was used. The STM32 Nucleo-32 board provides a simple ...
Raspberry-Pi-LED-Bar-Graph-Display-Featured-Image

Raspberry Pi LED Bar Graph Display

Raspberry Pi based LED bar graph display is a relatively simple circuit. It can be easily built using commonly available components. For Arduino version click here. 8 LEDs, 1k potentiometer, ADS1015 ADC module and Raspberry Pi board is all you ...