Projects

PIC18F2550 Blink LED using XC8 Compiler

PIC18F2550 : Blink LED using XC8 Compiler

Welcome to another chapter of PIC18F programming Tutorial. In this chapter we are going to program a simple 28 pin PIC18F2550 microcontroller using mplabx IDE and XC8 Compiler. The concepts for programming a pic18f2550 microcontroller is still going to be almost same as previous tutorials on pic18f4550 microcontroller, however since pic18f2550 is a different microcontroller […]

RC Servo Switcher

RC Servo Switcher using pic microcontoller

Introduction Some fellow members of The Abbenay Hackspace (an open hacker space based in Stockholm, Sweden) are embarked on an ambitious project with the aim of being the first to build an autonomous sailing robot which is capable of circumnavigating the Earth. The project is currently in the early prototyping stages and this RC Servo […]

USB Interface Board Tutorial Using PIC18F4550 schematich

USB Interface Board Tutorial Using PIC18F4550

USB Interface Development Board Tutorial -1 STAGE/PART-1 MAKING OF THE MAIN CIRCUIT BOARD CONTROL YOUR DEVICES FROM COMPUTER USING USB PORT – pic18f4550 + MPLAB IDE INTRODUCTION ( USB PROJECT) : STEP 1 This project demonstrates a computer control interface using a USB Board. (USB INTERFACE PROJECT). This tutorial will show you a simple way […]

Infrared IR Sensor Interface with PIC18F4550 Microcontroller schematich

Infrared IR Sensor Interface with PIC18F4550 Microcontroller

IR Sensor Interface with PIC18F4550 In my previous project we have made a simple IR sensor Circuit. In this project, as promised before – we are going to demonstrate a PIC18F4550 microcontroller interface to IR sensor circuit. We are just going to glow few on the pic18f4550 as an example, however you can do some […]

Stepper Motor Speed Control with ADC PIC18F4550

Stepper Motor Speed Control with PIC18F4550

Stepper Motor Drivers USB Stepper Motor Driver Stepper Motor Driver PIC18F4550 –-Stepper Motor schematics Stepper Motor Speed Controller Stepper Motor driver PIC18F2550 IR Interterface to Stepper Motor Stepper Motor Speed controller using PIC18F4550 This tutorial is all about tuning the speed of a stepper motor using a potentiometer. The idea is to throttle up or […]

DDS Module

A DDS Module based on the AD9835 using PIC16F84

Table of contents Purpose Disclaimer Schematics PCB Pictures of the finished module Notes & comments SSTV Testgenerator Credits Purpose While working on a project I came across the DDS chips from Analog Devices. Especially the AD9835was very atractive to me because of its super simple handling and small size. Normaly you would use such a […]

How to interface MAXIM’s DS1868 digital potentiometer with a PIC microcontroller

How to interface MAXIM’s DS1868 digital potentiometer with a PIC microcontroller

Potentiometers find applications in many electrical devices. For example, a light dimmer uses a potentiometer to control the brightness of lamps. In amplifiers, they are used to control the output volume of the music, or change the bass level. In an adjustable power supply we see potentiometers to vary the output voltage and current. In […]

PIC16F84A Gas Detector using GH 312 sensor

PIC16F84A Gas Detector using GH-312 sensor

Introduction This is a gas detecting circuit capable of sensing many different types of gases.  The sensor used is the GH-312 and from the datasheet it is capable of sensing gases like smoke, liquefied gas, butane and propane, Methane, alcohol,hydrogen, etc. Schematic Parts List R1                   1K resistor R2                   1K resistor P1                    100K potentiometer C1                   10uF […]

Stepper Motor Driver using PIC18F4550 Microcontroller

Stepper Motor Driver using PIC18F4550 Microcontroller

Stepper Motor Tutorial In this tutorial we are going to drive a Single unipolar stepper motor using PIC18F4550 Microcontroller in various different stepping modes. The source code and Project files are free to download at the end of this page. – Stepper motor due its excellent features is very famous in between hobbyist for various […]

Serial Data Logger with PIC microcontroller

Serial Data Logger with PIC microcontroller

The data logger consists of a simple op-amp amplifier circuit that amplifies the signal and sends it to be digitized by a PIC16F688 microcontroller, serialized, and sent to the computer’s serial port via a MAX232 serial driver: I guess you are already wondering about some of the unusual arrangmenents in the analog part in the […]