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 Rackie

  1. Rackie

    (analog to digital) adc_read

    I have this code in mikroC, it reads the 1k potentiometer, but when i use 5k potentiometer, it won't read. potentiometer_value = ADC_Read(2);// Get 10-bit results of AD conversion Is there any code to Get Get 16-bit results of AD conversion?
  2. Rackie

    Proteus ISIS - simulation

    -how can I trigger on the relay from the ULN2003A?
  3. Rackie

    Proteus ISIS - component/symbol

    - where can i find the symbol of circuit breaker device?
  4. Rackie

    interrupt handling using pic16f877a

    Guys, thanks again for your help and great advises. :-)
  5. Rackie

    interrupt handling using pic16f877a

    I have a question, why is it that RA4 won't turn to 1 when i turn the PortA into 1 or high?
  6. Rackie

    interrupt handling using pic16f877a

    how to connect the pull up resistor to the MCLR? Resistor in between the pin and the ground or a resistor in between the pin and the +5v? ---------- Post added at 15:33 ---------- Previous post was at 15:15 ---------- My program and simulation is now working. Thank you so much for your help...
  7. Rackie

    interrupt handling using pic16f877a

    I connect the button in between the +5v and the pin. What do you mean by "only a flag should be set in the interrupt"? ---------- Post added at 10:20 ---------- Previous post was at 10:19 ---------- I try not to put delay in the interrupt but still doesn't work. ---------- Post added at 10:49...
  8. Rackie

    interrupt handling using pic16f877a

    Hi Tahmid, I am using mickoC and proteus for simulation. Please tell me some advices regarding the problem of this code. This code is for our traffic light project and I've got a problem with the push button(which is the interrupt), it won't work. int j=5; int i=0; int count = 0; void...

Part and Inventory Search

Back
Top