Projects

Connect ADC with PIC16F877

Connect ADC with PIC16F877

ADC (Analog to Digital Converter) module is available with a number of PIC MCU modules. ADC is an electronic circuit that converts continuous signals to discrete digital numbers. ADC Library provides you a comfortable work with the module. Library Routines ADC_Init ADC_Get_Sample ADC_Read ADC_Init Prototype void ADC_Init(); Returns Nothing. Description This routine initializes PIC’s internal […]

Connect ADC with PIC16F877 Read More »

Connect ADC with PIC16F877

Connect ADC with PIC16F877

ADC (Analog to Digital Converter) module is available with a number of PIC MCU modules. ADC is an electronic circuit that converts continuous signals to discrete digital numbers. ADC Library provides you a comfortable work with the module. Library Routines ADC_Init ADC_Get_Sample ADC_Read ADC_Init Prototype void ADC_Init(); Returns Nothing. Description This routine initializes PIC’s internal

Connect ADC with PIC16F877 Read More »

Connect CAN Protocol with PIC

The mikroC PRO for PIC provides a library (driver) for working with the CAN module. The CAN is a very robust protocol that has error detection and signalization, self–checking and fault confinement. Faulty CAN data and remote frames are re-transmitted automatically, similar to the Ethernet. Data transfer rates depends on the distance. For example, 1

Connect CAN Protocol with PIC Read More »

Connect CAN SPI with PIC Controller

Connect CAN-SPI with PIC Controller

The SPI module is available with a number of the PIC compliant MCUs. The mikroC PRO for PIC provides a library (driver) for working with mikroElektronika’s CANSPI Add-on boards (with MCP2515 or MCP2510) via SPI interface. The CAN is a very robust protocol that has error detection and signalization, self–checking and fault confinement. Faulty CAN

Connect CAN-SPI with PIC Controller Read More »

C 52EVB Robot Controller

C-52EVB Robot Controller

Use a C-52 EVB for simple robot experiments. Build a simple two wheels robot with L293D H-Bridge driver and IR sensors. Write a C program controls robot tracked with black tape. Fun with Ving-Peaw Competition 2543, course layout, day-by-day changed rule and scoring also included! Introduction One of my student has made a disgraceful robot

C-52EVB Robot Controller Read More »

Rainbow LED Chaser

Rainbow LED Chaser

I was bored this past sunday, and needed something to ease my racing brain … so I picked an easy project with lots of flash. The parts list: Eight Tri-Color or RGB leds … each led package contains three LEDs Three 74HC595 Shift Registers … serial load, latching. other varieties would probably work too. One

Rainbow LED Chaser Read More »