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 dayanpad

  1. D

    Seven segment with Hi-Ttech C

    Hi Try with this code to understand what you want. it is counting from 0 to 999 and reset to 0 #include <htc.h> #define _XTAL_FREQ 4000000 // 4 MHz clock __CONFIG(0X3F39); long segment [10]= {0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f}; char digit[6] =...
  2. D

    Fun Videos and pictures related to Microcontroller

    Dear Sir/Madam Can I have the some fun Videos and pictures related to Microcontroller, to show students when they become sleepy mode in the class after lunch Your reply is highly appreciated
  3. D

    PIC16F72 8 and 19 Pin connected internally?

    It is like STATUS AND PCL SFR are in ALL BANKS AND IC pin management when DIP In PRODUCTION hope this help
  4. D

    procedure for manufacturing of pcb at home

    As Sajjadkhan explain use A4 sticker paper and remove sticker from the paper and check this paper glossy or mat. if surface is mat you can't get good result. use glossy surface paper ( you can't see this until you remove sticker from the paper) then insert this paper to your laser printer and...
  5. D

    PIC16F72 8 and 19 Pin connected internally?

    It is so difficult to say both pins are internally connected or not. But you can't use either pin to supply power for another cct. And you must connect both pin to ground you will see small resistance between pins when you check using ohm meter
  6. D

    50hz clock cycle from ac for timer 0 :p

    d@nny I used this and working well I think you will help this, this is very easy
  7. D

    PWM, step by step while configuring the SFR

    I add another step BSF TRISC,2 ;Configure pin as input BCF T2CON,TMR2ON ;turn off timer2 Set up Period and Duty Cycle MOVLW b’01111111’ ; MOvWF PR2 ;Load a Period Value MOVLW b’00011111’ MOVWF CCPR1L ;Load Duty Cycle Value I think now I am in correct track Am I...
  8. D

    Crystal in 16F877 how to know it works or not

    Dear fuyejun, I think you will help this #include <p16f877a.inc> __CONFIG _WDT_OFF & _HS_OSC First connect your 4MHz OSC to PIC using oscillator XT and apply proper delay that you can see blink led. Then change your oscillator 20MHz changing __CONFIG bit I shown above using same delay...
  9. D

    Program counter with13bit

    Dear/PA3040 What do you think about this reply? Your MCU is 16F877a, which is 8k Program memory. That means 8192Bytes As well as 8192 address locations in program memory. The program Counter should be capable to access this all address locations from 00 to end. Therefore 13bit wide is need to...
  10. D

    CCP1 Capture mode for pic 16f877a

    Dear WP That is grate help I got your point and I simulated using MPLAB SIM and I added watch and now I trapped and unclear how add Stimulus while it is simulating please kindly advice me Thanks in advance
  11. D

    CCP1 Capture mode for pic 16f877a

    Dear WP That is grate help I got your point and I simulated using MPLAB SIM and I added watch and now I trapped and unclear how add Stimulus while it is simulating please kindly advice me Thanks in advance
  12. D

    CCP1 Capture mode for pic 16f877a

    Dear wp as I know. we canot give Stmuli in mplab sim for RC2 can you Please try with PIC Simulator IDE then please advice me
  13. D

    CCP1 Capture mode for pic 16f877a

    I do not know how thank you can I have a good simulator
  14. D

    CCP1 Capture mode for pic 16f877a

    Dear wp, Thank you very much details reply I know how capture modual is working my concen is, when I load to it PIC Simulator IDE it does not work well, I mean after pullse detected by RC2, CCP1IF must be set, and contain of TMR1L and TMR1H should be captured by CCPR1H and CCPR1L let me know...
  15. D

    CCP1 Capture mode for pic 16f877a

    Dear All Can I have more reply on this

Part and Inventory Search

Back
Top