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 sachinkallely

  1. S

    Timer for two Air conditioners

    Oh My mistake. Thank you. Actually the output is not an LED. It goes to a relay. I just put an LED for testing purposes. - - - Updated - - - Still not working :sad:
  2. S

    Timer for two Air conditioners

    Thanks horace1. But even without the LED attached, the ports do not blink
  3. S

    Timer for two Air conditioners

    I am doing a timer for two Ac s. PIC used is PIC16F676 environment used is Mikro C AC hase 5 phases: 1) both AC ON for specified time 2) one ac on other off for spacified time 3) step 1 repeat 4) step 2 repeat but ACs are alternated 5) loop repeats In proteas the ports do not turn on. they...
  4. S

    [PIC] PIC16f676 ADC problem (Mikroc)

    The error is as follows
  5. S

    [PIC] PIC16f676 ADC problem (Mikroc)

    Hi i am using pic16f676 for a cyclic timer. I am coding in MikroC. Attaching the code below. Proteas simulation is giving out errors.Help me out please unsigned long int x,k; void main() { ADCON1=0x80; TRISA=0xFF; TRISC=0x00; do { x = ADC_Read(0); k=(x/4); if(0<k && k<128)...
  6. S

    Questions about SAP1(Simple as Possible Computer)

    What is SAP 1 architecture check this link.

Part and Inventory Search

Back
Top