Interfacing(USB – RS232 – I2c -ISP) Projects

Interfacing of PIC16F84A with DS1307

Interfacing of PIC16F84A with DS1307 (RTC) code and Proteus simulation

This post provides the code for interfacing DS1307 RTC with PIC16F84A microcontroller. This DS1307 RTC has i2c based interface and PIC16F84A doesn’t have any built in i2c modules, so software i2c module is created in the code. This code is written in C language using MPLAB with HI-TECH C compiler. You can download this code from the ‘Downloads‘ section at the bottom

Interfacing of PIC16F84A with DS1307 (RTC) code and Proteus simulation Read More »

A Programmable Optical Slave Flash Trigger for Digital Cameras with Processor PIC 12F675 schematich

A Programmable Optical Slave Flash Trigger for Digital Cameras with Processor PIC 12F675

The synchronizer ensures a contact-free, optical synchronization of external photographic flashguns. The triggering of the external flash is derived from embedded flashes of a camera. It can be used for both digital and “analogous” cameras or for a remote synchronization of the actual flash units. Its use is optimal especially with digital cameras (DC), where

A Programmable Optical Slave Flash Trigger for Digital Cameras with Processor PIC 12F675 Read More »

Connect Flash Card with PIC18F4520

Connect Flash Card with PIC18F4520

The Compact Flash Library provides routines for accessing data on Compact Flash card (abbr. CF further in text). CF cards are widely used memory elements, commonly used with digital cameras. Great capacity and excellent access time of only a few microseconds make them very attractive for microcontroller applications. In CF card, data is divided into

Connect Flash Card with PIC18F4520 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 »