Projects

Microchip PIC14

Introducing the Science of Microchip PIC14

Engineers of my generation in the UK will remember the Science of Cambridge Mk14. Intended to be Sir Clive Sinclair’s first home computer kit for the general public, it served to train a generation of electronics engineers in how to program microprocessors. The Mk14 was based on, and virtually identical to, the ‘Introkit’ that was […]

Full System showing PIC32 touchscreen and interfaces at start up

Automatic Signal Transformer and Custom Filter Designer

This laboratory aims to implement a custom filter designer on the PIC32 microcontroller for the purpose of real time signal transformation. The project gets its premise out of the frequent requirement for arbitrary digital signal filters in a laboratory setting. For a video of our lab demo please see Project Demo A user is given the […]

How to Implement SPI Using PIC18F4550 Schematic

How to Implement SPI Using PIC18F4550

The Serial Peripheral Interface (SPI) is a high speed, synchronous, serial communication standard. This communication protocol is basically a Master – Slave implementation where the master device controls the clock based on which the slave devices operate. The master communicates with a slave or a number of slaves in a system through the SPI bus. […]

LCD Module

LCD Module Control over IR Link using PIC16F690

Recently I got my hands on a couple of HSDL-1100 based IR transceivers and a KS070B LCD display module. This was a nice opportunity to experiment with three things: (1) controlling an LCD module, (2) serial communication between two PIC microcontrollers, and (3) making this work over an IR link. Serial protocol supports addressing of […]

How To Use PIC Microcontroller For Voice Input And Output Schematic

How To Use PIC Microcontroller For Voice Input And Output

Microcontrollers are purely digital devices which work on logic0 and logic1 voltages; still they are widely used for analog signal processing. There are specialized signal processors chips available which are custom made for particular applications; however a general purpose microcontroller is more than enough for small kind of signal processing applications like audio signal input […]

HARDWARE SETUP 1

EMG Signal Controlled Game

The idea of this project is to design and implement two channels EMG signal controlled video game. The player controlls the motion of the ball to the left or to the right to avoid the descending obstacles. Electrods will be placed to the back of the player’s hands to measure the voltage difference of the […]

Alarm Clock

Alarm Clock Retrofit using PIC16F877

I had some beef with my (very) old alarm clock.  It had a radio which was nice to wake up to, but two problems: 1) I would be in bed and think “Wait, did I set the alarm?”  I would have to get up, turn on the light and look at the position of the […]

Generating PWM with PIC Microcontroller – MPLAB XC8

Generating PWM with PIC Microcontroller – MPLAB XC8

Pulse Width Modulation (PWM) is the one of the simple and most commonly used technique to produce analog voltages from digital signals. It has a wide variety of applications such as Digital to Analog Converter (DAC), DC Motor Speed Control, Sine Wave Inverters, Brightness control etc. PWM signals are ON – OFF signals (HIGH or […]

Digital Thermometer and Clock Project Version 1.0

Digital Thermometer and Clock Project (Version 1.0)

This device uses two digital sensors (DS1620 or DS1820), measures the ambient temperature with 0,1 °C (0,2 °F) resolution and displays it on LCD 2×16 (LM016 etc.) screen. It have a clock, which is based on DS1302 timekeeping chip. This chip stores current date and time. The main CPU used in this project is PIC16F877. […]

3-D Game on LED Cube with PIC32 Microcontroller

Introduction: Bringing games played on 2-dimensional screens into 3-dimensional space. When games are played on flat 2-dimensional screen, it greatly limits the player’s interaction with the game. It simply kills some of the exciting aspects and new possibilities within the game that we might be able to see in higher dimensions. In this project, we […]