Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Recent content by gomathi

  1. G

    pic16f877-oscillator

    i am using a power supply of 5V and crystal of 4MHz connected between 13 & 14 th pin. on connecting the power the oscillator doees'nt function which i checked with oscilloscope. only 5V comes in both pin 13 and 14.the set up is made with breadboard and there is continuity that is confirmed by...
  2. G

    oscillator problem

    i think problem in program LIST P=16F877 #include <P16F877.INC> __CONFIG _CP_OFF & _WDT_ON & _BODEN_ON & _PWRTE_ON & _RC_OSC & _WRT_ENABLE_ON & _LVP_ON & _DEBUG_OFF & _CPD_OFF ORG 0x00 BSF STATUS, RP0 ;bank 1 CLRF TRISB ;make...
  3. G

    oscillator problem

    sir,thanks for ur reply i connected 0.1uf across vdd and gnd pin of PIC16f877 instead of 4mhz crystal and 22pf capacitor shall i use 4MHZresonator oscillator.
  4. G

    oscillator problem

    sir i wrote simple led display program for pic16f877 i download hex into pic ic using picall porogrammer. now i connect to 4MHZ oscillator on 13 and 14 pin of PIC . 22pf capacitor is grounded. problem is when shake the oscillator only i will get output. can u find out where...
  5. G

    adc using pic16f877

    i am new to this pic16f877 ic can u give me some solution for how to use the adc on pic16f877 if u give some example program that will more helpful to me. Thanking You
  6. G

    test program pic16f877

    i am searching a test program i.e i want output FF data into any port of pic 16f877. any configuration is there if it is there means can u send simple test program in assembly language. Thank u
  7. G

    pic16f877

    plz any one can help me how to read and write the EEPROM of PIC 16f877?

Latest threads

New Articles From Microcontroller Tips

Back
Top