pic

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 »

Introducing PIC Microcontroller projects

Introducing PIC Microcontroller projects

PIC Microcontroller Development Tools History PIC microcontroller Development Board (Completed on 2006-10-28) The ultimate PIC Microcontroller development board. After years of programming PIC microcontroller, I have finally design my super development board to program PIC microcontroller firmware. The automatic programming mode select and the 40 bits LED light bar display have ease my programming process

Introducing PIC Microcontroller projects Read More »

Seven Segment Display Thermometer with PIC Microcontroller schematich

Seven Segment Display Thermometer with PIC Microcontroller

The seven segment display is one of the most popular numeric displays used in many microcontroller applications because it’s cheap, robust and reliable. The seven segments actually consists of 8 LED (Light Emitting Diode) and it’s come with various sizes suitable for various numeric display application such as digital clock, counter, thermometer, humidity, etc. On

Seven Segment Display Thermometer with PIC Microcontroller Read More »

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 »

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 »

UART Communication using PIC Code

UART Communication using PIC Code

The UART hardware module is available with a number of PIC compliant MCUs. The mikroC PRO for PIC UART Library provides comfortable work with the Asynchronous (full duplex) mode. You can easily communicate with other devices via RS-232 protocol (for example with PC, see the figure at the end of the topic – RS-232 HW

UART Communication using PIC Code Read More »