Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by ARAVINDHANK

  1. A

    problem in programming ARM-7 LPC 2129 to interface with LCD

    I need to know how to access P0.16 to P0.23. I have tried it in the following manner as suggested in the data sheet, but they doesnt work. "FIO0PIN2 =value;" or "IO0PIN=(IO0PIN && 0xFF00FFFF) || value;". please anybody help me.....
  2. A

    problem in programming ARM-7 LPC 2129 to interface with LCD

    The problem faced by me in LCD is cleared. Now I am using TFT.
  3. A

    programming ARM-7 LPC 2129 interface with a 4.3" TFT display

    I am having an lpc2129 kit and TFT display. Can anybody help me for doing the initialization in TFT and display some simple text.
  4. A

    problem in programming ARM-7 LPC 2129 to interface with LCD

    I am doing the codings in KEIL IDE. The data is moved correctly while I Debug it step-by-step. But the hardware LCD is not showing any response, only black dots are displayed. I have attached the code. Please someone help me.
  5. A

    Help needed for doing coding in TFT display and ARM microcontroller.

    I am having a 4.3" TFT display and an ARM LPC 2129 microcontroller. Can anybody help me with a small starting code to initialize and display something in the display...
  6. A

    problem related to RTC DS 1307 and EEPROM

    I am using DS 1307 clock to display the time on an LCD. Also the PIC counts the number of hours and store it in an EEPROM. The problem is that I need to get the last count even I switch off and ON the PIC on the LCD. How can I manage the addresses of EEPROM so that I can store the count in...
  7. A

    problem in RTC as it does not work when it is removed from power.

    I have written coding to calculate engine hours. The RTC must work even when the PIC is switched OFF and ON ie., the clock must not stop. But when switched OFF and ON, the timer starts running from initial value. Can you suggest any solution?
  8. A

    problem in RTC as it does not work when it is removed from power.

    What I mean is that the RTC must continue displaying the time when it is disconnected from 5V and connected to the LCD again with 5 V again. Otherwise how can I test that the clock is running even in battery mode. Is there any other way?
  9. A

    problem in RTC as it does not work when it is removed from power.

    I am using PIC18, an RTC DS1307 and an LCD. the timer is running in good condition only when it is powered, it does not works in battery mode. Can anybody solve this problem......?
  10. A

    problem wth ds1307 and LCD while counting the number of seconds.

    I want to display the counts of seconds for each 10 seconds. It works as: when second reaches 10, the count=1, but when the second reaches 14 the count becomes 2 and 3 at 20th second and so on. Can anybody solve this problem........? the code is : "div=I2CData[0]/10; //here I2CData[0] is...
  11. A

    pic18+ds1307+lcd: I am facing a problem in my program.

    This is the screen shot of the LCD.
  12. A

    pic18+ds1307+lcd: I am facing a problem in my program.

    The LCD is displaying time and date along with some symbols in between in a fluctuating manner. Please some one help me to solve the problem. #include <p18f4520.h> #include <delays.h> #include <i2c.h> #include <stdio.h> //#define _XTAL_FREQ 4000000 // 4 MHz clock //__CONFIG(0X3F39); #define...

Part and Inventory Search

Back
Top