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 tamer1221

  1. T

    Need help with adc pic 16f877a

    adc in pic16f877a using mikroc that is the problem my input is 0.20 v
  2. T

    Need help with adc pic 16f877a

    adc pic16f877a im using mikroc to program unsigned temp ; void main() { temp=0; TRISB = 0x00; ADCON1 = 0x8E; TRISA = 0xFF; while(1) { PORTB = 0x00; temp = ADC_read(0); delay_ms(50); if(temp>40) { PORTB=0x00; DELAY_MS(50); PORTB=0xff...
  3. T

    40 khz from pic 16f877a with 4 mhz

    pwm using pic16f877a 4mhz sorry for delay bungee- and thank you yes i was ultrasonic and got stuck i converted to infrared , but if you can give your circuit diagram :)
  4. T

    PIC16F877a chip - IR interfacing: need help

    IR interfacing I want to signal condition a photodiode line sensor output to a digital input. Although I am using the PIC16F877a chip, I have designed, built and tested a bank of 8 IR Transmitter/ Photodiodes pairs. They all return 1.2 to 4.2 volts depending on a light or dark surface below...
  5. T

    40 khz from pic 16f877a with 4 mhz

    pic 40khz void main() { PORTC = 0; TRISC = 0; PR2 = 0b00011000 ; T2CON = 0b00000100 ; CCPR1L = 0b00001100 ; CCP1CON = 0b00011100 ; } the problem is Pwm port is 5v all the time, is there another way to obtain 40khz without pwm
  6. T

    Testing PIC16F877A with LED blnking program

    pic16f877a testing buy another os
  7. T

    pic 16f877 - a problem with all pic ports 5v even mclr

    Re: pic 16f877a problem i have programmed pic with mikroc blink led example and it worked fine once but now all pic ports 5v even mclr i bought another and still does the same thing :(( any help plz Added after 2 hours 19 minutes: any body answer plzzzzzzzzzzzzz!!!!!!!!!!!! i got project to do
  8. T

    Building up communication system

    hello any one no how can i build modulator and demodulator or good books that can help

Part and Inventory Search

Back
Top