microcontroller

Execute Open Source Code in a PIC Microcontroller Using the MPLAB IDE

Execute Open-Source Code in a PIC Microcontroller Using the MPLAB IDE

The PIC32 single-board computer is a de facto standard tool for developing microcomputer applications within the hobbyist and educational communities. It provides an open-source hardware (OSH) environment based on a simple microcontroller board, as well as an open-source (OS) development environment for writing software for the board. Here’s an approach that enables PIC32 code to

Execute Open-Source Code in a PIC Microcontroller Using the MPLAB IDE Read More »

Simple Digital Current Meter DCM using PIC microcontroller Schematic code Proteus simulation

Simple Digital Current Meter (DCM) using PIC microcontroller (Schematic + code + Proteus simulation)

This post would provide a working example of how to make a simple Current Meter (DCM) using 16bit PIC microcontroller and a series shunt resistance. We have very precise ammeter current measurement with a 10bit ADC and with a tolerance of ±10mA. You may download code and Proteus Simulation from the download section at the

Simple Digital Current Meter (DCM) using PIC microcontroller (Schematic + code + Proteus simulation) Read More »

Extend PIC Microcontroller‘s RAM by without using EMI

Extend PIC Microcontroller‘s RAM by without using EMI

Introduction Virtually all PIC microcontrollers have some banking mechanism to extend addressing to additional memory space. But this external data memory is not directly addressable (except in some high versions of PIC18 devices, which include PIC18F8520, PIC18F6620, etc.). In this post we describe easy to implement external memory interface for PIC microcontrollers. Theoretically most of

Extend PIC Microcontroller‘s RAM by without using EMI Read More »

Re Doing my Design for a circuit to control an invention using a Microchip PIC microcontroller chips.

Re-Doing my Design for a circuit to control an invention using a Microchip PIC microcontroller chips.

In a previous article I described how I designed the circuitry to control functions of the asparagus harvester.  After bread boarding up a test circuit and doing some initial programming I decided a re-do was in order. I found I had a lot of unnecessary redundancy and I also decided to put the air regulation

Re-Doing my Design for a circuit to control an invention using a Microchip PIC microcontroller chips. Read More »

Microcontroller Clapper Switch

Microcontroller Clapper Switch

Introduction I always thought the clapper so cool. For those who are lazy like me, turn on or off the bedroom light without getting out of bed, simple clap your hands is amazing. Thinking about it I projected one for me. Several projects of clappers can be found on the Internet, and most of them

Microcontroller Clapper Switch Read More »

Using the MAX6955 LED Display Driver with a PIC Microcontroller to Scroll Messages

Using the MAX6955 LED Display Driver with a PIC Microcontroller to Scroll Messages

Abstract: A circuit and program listing for using the MAX6955 LED display driver with a PIC microcontroller and 14-segment displays. The MAX6955 is an LED display driver with an I2C™-compatible, serial interface capable of supporting Fast Mode speeds up to 400kHz. It is capable of driving sixteen 7-segment, eight 14-segment, eight 16-segment or 128 separate LEDs.

Using the MAX6955 LED Display Driver with a PIC Microcontroller to Scroll Messages Read More »