library

Electronic Widgets

Make your own Custom Electronic Widgets, like my Arduino LED Day/Night Widget

This is just a brief run down on how easy it has become to make your own circuits complete with your own PCB’s.  Have you ever wanted to make something custom that suits your needs? Of course you have!! For me it really started when I built my first day/night light. I used a light

Make your own Custom Electronic Widgets, like my Arduino LED Day/Night Widget Read More »

GPS to SD Card Data Logger

GPS to SD-Card Data Logger using PIC16F819 microcontroller

Description This project combines a GPS receiver module, a MicrochipPIC microcontroller and a Secure Digital memory card to make a GPS data logger. With a large capacity and reasonably long battery life it is a very useful device for logging GPS position for example for mapping with OpenStreetMap. In this picture the complete GPS data logger can

GPS to SD-Card Data Logger using PIC16F819 microcontroller Read More »

Simple Generating Pulse Width Modulation

[Simple] Generating Pulse Width Modulation using PIC Microcontroller – Mikro C & Proteus Simulation

How to generate Pulse Width Modulation (PWM) using PIC microcontroller? This is going to be a continuation of our microcontroller online tutorial series. This article covers the detailed explanation and simulation of PWM generation using PIC16F877A microcontroller.What is a Pulse Width Modulator? A PWM has series of pulses with variable pulse width. We have used Mikro C pro for pic microcontroller programming because it has inbuilt library functions to

[Simple] Generating Pulse Width Modulation using PIC Microcontroller – Mikro C & Proteus Simulation Read More »

Connect Matrix Keypad schematic

Connect Matrix Keypad with PIC Controller Code

The mikroC PRO for PIC provides a library for working with 4×4 keypad. The library routines can also be used with 4×1, 4×2, or 4×3 keypad. For connections explanation see schematic at the bottom of this page. External dependencies of Keypad Library The following variable must be defined in all projects using Keypad Library: Description

Connect Matrix Keypad with PIC Controller Code Read More »