Interfacing(USB – RS232 – I2c -ISP) Projects

mouse sensor board

TD-USB-01 interface with mouse sensor board using PIC18F2550

This is an example USB project showing how to interface an optical mouse sensor (the ADNS-2620) with a standard XP/Vista computer. The TD-USB-01 board with a PIC18F2550 communicates with: the PC: USB 2.0 through a mini-B connector. the mouse sensor board: SPI over 4-wire flatcable. Here are the technical specifications: PC Win XP/Vista interface application […]

TD-USB-01 interface with mouse sensor board using PIC18F2550 Read More »

LED Interfacing with PIC Microcontroller Embedded C program with circuit using pic microcontoller1

LED Interfacing with PIC Microcontroller: Embedded C program with circuit using pic microcontoller

How to interface LED with Microchip’s PIC microcontroller? How to connect LEDs to a PIC microcontroller? LED interfacing is the stepping stone for microcontroller development. This is a simple embedded program for PIC 16F877A to interface LEDs, suitable for beginners who wish to study basics of embedded microcontroller programming. The program is developed through Micro

LED Interfacing with PIC Microcontroller: Embedded C program with circuit using pic microcontoller Read More »

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 »

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 »