Projects

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 »

Interfacing Ultrasonic Distance Sensor ASCII Output with PIC Microcontroller

Interfacing Ultrasonic Distance Sensor : ASCII Output with PIC Microcontroller

In some of our projects, we may want to measure the distance of an object from a point. Ultrasonic Distance Sensors are the best sensor which provides stable, accurate, precise, non-contact distance measurements from 2cm to 4m. Ultrasonic Sensors can be used to measure distance between moving or stationary objects. Being very accurate and stable, these devices

Interfacing Ultrasonic Distance Sensor : ASCII Output with PIC Microcontroller Read More »