Frequency Detector using PIC 12F683 Processor This project describes hardware and software I have developed which allows a small 8 bit PIC microprocessor to function as a single frequency detector or tone decoder. Such a circuit can be used to detect the presence of a certain frequency within an analog signal, such as an audio […]
Projects
TFTanks
Introduction TFTanks is a two player game in which small artillery tanks shoot projectile shells at each other across the TFT display screen. The game board consists of a randomly generated terrain landscape with sharp hills and valleys that players can destroy incrementally with their shells. The game is turn based, where players use sliders […]
PWM Fan Controller using PIC12F675 microcontroller
PWM Fan Controller You can see the PWM Fan Controller project here. The heart of the PWM Fan Controller is a PIC 12F675 microcontroller. This microcontroller is reading the analog output of a LM35 temperature sensor using a ADC (analog to digital converter) . The resulting digital value is converted to a temperature and a […]
Quick Key Adapter, 10 Button HID Keyboard using PIC18F14K50
Quick Key Adapter, 10 Button HID Keyboard This Instructable covers creating a USB connected Human Interface Device Keyboard that has 10 button inputs which are mapped to key combinations in the firmware. Key combinations can be quickly accessed without using the keyboard which may be inconvenient to use. Such as with a MAME or similar machine where the keyboard may be stored or inaccessible or certain […]
Augmenting a Microcontroller using PIC16F886
Augmenting a Microcontroller Microcontrollers (MCUs) are fantastic little ICs that give an extra element of versatility to your electronics, robotics or other project. But they’re really not much use on their own. To function, all MCUs need some sort of support components, and a board to live on — one example of course being the […]
Remote controlled led dice using PIC12F629 microcontroller
Remote controlled led dice I’ve always wanted to build an electronic led dice, but something different from what we see on the internet. Making it motion controlled… now that’s new! I make remote controlled led dice please share with every one and like my projects Tools 1. soldering iron with stand 2. veroboard cutting tools […]
Voice Controlled Dino Game
Introduction We have all been in a situation where we didn’t have access to the internet and to pass time we started playing the Google Dino game. However, the game tends to get a little monotonous with all the key presses and the biggest fear is that if we regain the internet connection, we might […]
ECG on your laptop using PIC16F876 microcontroller
ECG on your laptop! That’s right! This Instructable shows you how to build a device that enables you to do an electrocardiogram on yourself, your family or your friends! All you need is intermediate-level knowledge on electronics, access to Ye’ Ol’ Electronics Shoppe (or online shopping if preferred) and a laptop. The device is composed […]
All pic programmer using 16F87X microcontroller
All pic programmer DO YOU HAVE A PIC PROGRAMER? NO. DO YOU NED A PROGRAMMER? NO. DO YOU NED A PROGRAMMER?(WITH ANGRY VOICE) I MEANT YES THAN THIS PROGRAMMER IS MADE FOR YOU Step 1: MICROCONTROLERS First something about microcontrolers: 1.Intro to microcontrolers 2 How to use the icsp headers 3 How to chose a […]
PIC18F Based 6 Channel DMX Transmitter
PIC18F Based 6 Channel DMX Transmitter Based on AN1076 – “Using a PIC® Microcontroller for DMX512 Communication”. Modified and added to Microchip’s code to use 6 AdC Channels for 6 channels of DMX data and the ability to offset its starting address via a 9-position DIP switch.Designed to demonstrate a simple DMX transmitter and to test DMX […]