library

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 »

TinyWireMCP23008 MCP23008 library

TinyWireMCP23008 – MCP23008 library for ATtiny85 microcontroller using Pic

If you want to know more… If you want to know more about ATtiny85 microcontroller and how to upload sketches to it, you may have a look to ATtiny85 vs ATmega328. About TinyWireMCP23008 was tested (and works) with a 8 MHz ATtiny85 and I2C standard bus mode and I2C fast bus mode. TinyWireMCP23008 was not tested

TinyWireMCP23008 – MCP23008 library for ATtiny85 microcontroller using Pic Read More »