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 durgap

  1. D

    interfaceing pic16f877, lcd & rtc ds1307

    Sir, I am not able to get even the first acknowlege (ACKSTAT=0) after a address send call StartI2C ; Set SSPCON2.SEN bcf I2C_Ctrl,0 ; Clear for Write Command movf I2C_Ctrl,W ; Send Slave Address to I2C Bus movlw 0xD0 ;address id of ds1307 call...
  2. D

    pic16f877, lcd and rtc ds1307

    Sir, Suppose there is a working pic say 16f877 + lcd 44780 + ds1307. Apart from accessing various data from rtc the pic is also displaying LCD with some other data. 1. What will happen if I remove the DS1307 ? Will the pic hang/ ignore the rtc chip. and continue to work. 2. If it hangs what is...
  3. D

    interfaceing pic16f877, lcd & rtc ds1307

    DS1307_init call StartI2C ; Set SSPCON2.SEN bcf I2C_Ctrl,0 ; set for write Command movf I2C_Ctrl,W ; Send Slave Address to i2C Bus call Send_Byte movlw 0x00 ; 00H address call Send_Byte movlw B'00000000' ; clk_halt bit disabled call Send_Byte movlw 0x02 ; 02H address 12/24 hrs...
  4. D

    PIC 16F877 programmer needed...!!

    build your own programmer 16f877a Hi, everybody. I have been programming with 16f84 and 7406/pnp switch (Mr.D Tait 's Dos) programmer for a quite long time. Now I am planning to use some other 16fxxx pic. As with 16f84 programmer the same RB6 and RB7 + MCLR is being used in other pic also, the...

Part and Inventory Search

Back
Top