Projects

Connect I²C with PIC

Connect I²C with PIC

The I²C full master MSSP module is available with a number of PIC MCU models. mikroC PRO for PIC provides library which supports the master I²C mode.   Important : Some MCUs have multiple I²C modules. In order to use the desired I²C library routine, simply change the number 1 in the prototype with the

Connect I²C with PIC Read More »

One Chip Spinning RGB POV Display

The One Chip Spinning RGB POV Display with conversion software using PIC18f4680 microcontroller

The ‘One Chip Spinning RGB POV Display’ with conversion software. If you have been on the look out for a project that combines, RGB LED’s, a motor, a microcontroller and a ridiculous amount of hot melt glue, then you have certainly come to the right place. Allow me to introduce the ‘One Chip’ Spinning RGB

The One Chip Spinning RGB POV Display with conversion software using PIC18f4680 microcontroller Read More »

Development Board Implementation

PIC Evaluation/Development Board Implementation using pic-microcontroller

Abstract The objective of this project is to produce a PIC evaluation/development board to be used by future ECPE senior design project teams.  Many project implementations call for some sort of microcontroller unit in the final product, and this need can often be met by a simple PIC microcontroller.  However, the development of a PIC

PIC Evaluation/Development Board Implementation using pic-microcontroller Read More »

Connect USB HID with PIC18F4450 Code

Connect USB HID with PIC18F4450 Code

Universal Serial Bus (USB) provides a serial bus standard for connecting a wide variety of devices, including computers, cell phones, game consoles, PDA’s, etc. USB Library contains HID routines that support HID class devices, and also the generic routines that can be used with vendor specified drivers. USB HID Class The HID class consists primarily

Connect USB HID with PIC18F4450 Code Read More »