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 jaya krishna

  1. J

    Help me make a wireless control light dimmer

    hi every one , i need some guide for my project, i plan to do wireless control light dimmer and bright, i request to any one tell how to do this..i plan to use pic controller and ccs or pic18(mplab) compiler .give some related material and some sample program for this project.with circuit...
  2. J

    timer 0 explain below program

    thank u friend for ur reply ,i get the concept i think, i declare data in global variable data=0;condition is true it passes to the if condition led is low and then data is assign as 1.global variable data is assign as 1.again value is reset .if condition is it passes through else part.led...
  3. J

    timer 0 explain below program

    hi every one ,how to calculate the timer value 76 it show in below program its 1second and also how the clock _isr() loop will excute.there is [if(--int_count==0)]how it decremented the value of 76. i need clear explain of this program.#if defined(__PCH__) #include <18F452.h> #fuses...
  4. J

    incorrect external eeprom data is displayed...help the error..

    any body help for my problem....eeprom cannot write and read the exact value.... #include <16F877a.H> #fuses XT,NOWDT,NOPROTECT,BROWNOUT,PUT,NOLVP #use delay (clock=4000000) //#use rs232(baud=9600, xmit=PIN_C6, rcv=PIN_C7, ERRORS) #use i2c(MASTER, FAST, SCL=PIN_C3, SDA=PIN_C4, FORCE_HW)...
  5. J

    eeprom value display on lcd

    i want to print hello world in the eeprom memory..but it display on lcd is "0,0,0,0," instead of hello world " any one help me.... #include <16F877a.H> #fuses XT,NOWDT,NOPROTECT,BROWNOUT,PUT,NOLVP #use delay (clock=4000000) #use rs232(baud=9600, xmit=PIN_C6, rcv=PIN_C7, ERRORS) #use...
  6. J

    eeprom store data should be display on lcd...pls tel my mistake..?

    hi every one, i doing eeprom program, some data is write in eeprom and also same data is read and display on lcd...my code is run correctly but in schematic lcd show nothing... pls where i done my mistake in my code... #include <16F877a.H> #fuses XT,NOWDT,NOPROTECT,BROWNOUT,PUT,NOLVP #use...
  7. J

    how interface the external eeprom by using i2c

    hi arun,thanks for sample code....and my code run correctly first i write the data in eeprom and read the data in eeprom then i want to display the read data invirtual terminal...i attach the code and schematic pls tell where i mistake..... #include <18f4520.h> #fuses HS,NOLVP,NOWDT,NOPROTECT...
  8. J

    how interface the external eeprom by using i2c

    hi ARUN thanks..... can u have excute example for extenal eeprom by using i2c with proteus shematic .....it very help for me.....i try my program in proteus in not excute ,,,pls if u have post it,,,,,,...:|
  9. J

    how interface the external eeprom by using i2c

    hi arun,thanks for reply still i have doubt in i2c... can u clarify for me.... in below program first it start the i2c and write the address of external eeprom till this i m clear.... 1.next two line address high byte and address low byte can u explain these two address (suppose address...
  10. J

    how interface the external eeprom by using i2c

    hi arun, ya thanks for reply, my doubt is how to find the 0xd0...in this 0x0d is used in real time clock i post the code below and also one more code that its used in extenal eeprom they used 0xA0.... #ifndef EEPROM_SDA #define EEPROM_SDA PIN_B1 #define EEPROM_SCL PIN_B0 #endif #use...
  11. J

    how interface the external eeprom by using i2c

    how to interface eeprom with pic controller 16/18f...by using i2c....i read the pdf file for i2c ... i dont know how to initial the i2c....how master send the correct address to slave...how to find that address.. i understand i2c what means ,start condition=sda is high to low with scl is high...
  12. J

    input voltage sample to high pass filter

    hi every one.....i suppose to give input voltage sample in high pass filter what will be the output..and i need to write program in ccs compiler or C.....any one help me......
  13. J

    input i given through switch..o/p diisplay on lcd..

    thanks friend i miss to add the 0x30..... i get output...
  14. J

    input i given through switch..o/p diisplay on lcd..

    hi every one, i give input through switch if its high means display 1 on lcd if its low means display 0 on lcd.... i done the program it execute correctly....but in Proteus the lcd display show nothing....but i connect in led it work correctly...i think i do some mistake in my program pls any...
  15. J

    i2c function and how it works....?

    pic18f452/pic16f877A give some sample program for i2c based on pic18f452 i need how i2c read and write the data ie transmit ans receive

Part and Inventory Search

Back
Top