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 denz

  1. denz

    pic16F877A use what language better? ( for diploma level)

    Re: pic16F877A use what language better? ( for diploma level i use mikroC to program a pic16f877a it is soo easy especially when dealing on adc, but it still depends on were you are comfortable at using the software just try other software to evaluate which you are comfortable with :)
  2. denz

    how to read the adc using mikroc?

    what code will i type to configure the adc to read it on decimal value?
  3. denz

    whats wrong with this code? correct me with this

    hi to all viewers in this forum,, could anyone check my code in mikroc if this is correct because i can't even read the ADC value of my PIC16F877A porta is set as input i used RA0 as my analog input... this code i am doing i hope will display the adc value to the 3 digit 7 segment display...
  4. denz

    c++ how to read ADC value and output it to the 7-segment?

    read adc what is a sample code to read the value of the ADC PIC16F877A to output it on the 7 esgment display? any1 has a code sample using this PIC16F877A at c++ langauge MikroC
  5. denz

    Information required about pic16f877a programmer

    what is the programmer used to program pic16f877a you may use a MAX232 for your design, we also used this method to interface our pc to our PIC16f877a... u can code it using mikroC
  6. denz

    Please explain me the LM35 circuit design

    lm35 circuits LM35 is a precision temperature sensor the circuit you posted sets the temperature in any level that will trigger the relay, the relay will be triggered if Q1 will saturate. VR1 a variable resistor sets the point of triggering the Q1 when the Vref will be equal to the output of...
  7. denz

    PIC16F877A adc to 3 digit 7 segment display help code pls...

    3 digit 7 segment i am using this for my analog oven i am assembling for my project...using a thermistor 10k, i am using the TRISB as output from 0b00000001 excluding PORT.B0 switching ports for transistor driving the 3 digit 7 segment is at TRISD 0b00011111. TRISA 0b1100000 as analog input and...
  8. denz

    PIC16F877A adc to 3 digit 7 segment display help code pls...

    3 digit seven segment pls help me code in c language using PIC16F877A reading a temperature upto 300 degrees celsius i dont know how to read the adc to be output into a 7 segment display a simple code will help. :(

Part and Inventory Search

Back
Top