• Interfacing problems of EEPROM using I2C1 port of LPC2378
    I am interfacing AT24C1024 (2 Nos.) EEPROM using I2C1 (channel 1) port of LPC2378 but i am not able to read / write into it. However i have successfully implemented same EEPROM with I2C0 (channel 0...
  • HC-SRF04 Interfaceing LPC1768
    Hello ! HC-SRF04 interfaceing LPC1768 with Timer2 //**************************************** #include "lpc17xx.h" #include "type.h" #include <stdio.h> #define LCD_LPC1768 #define LCD_PORT_1...
  • SD card interface with LPC1768
    I am trying to interface an SD card with LPC1768 using SPI protocol.I am using File system middleware provided in ARM MDK which uses CMSIS SPI DRIVER API as the lowest layer to communicate with the hardware...
  • interfacing hcsr04 ultrasonic sensor with lpc1768
    hi I was working with interfacing of hc sr04 ultrasonic sensor with lpc1768 so as to display the distance from an obstacle to the sensor on an LCD display in centimeters .. there were no errors in...
  • Interface of OV9655 camera module with LPC1768
    Hi, I am trying to interface an OV9655 camera module with LPC1768 board. I have configured the read and write of the registers in OV9655 module using I2C protocol. But is it possible to capture...