Search results

  1. Jack41

    A/D conversion - pic18f4550

    Hello I'm trying to make an A/D conversion and I am trying to adapt this code for a PIC18F4550 in MPLAB IDE, but I’m having troubles. I’m programming in C and trying to read the value of a sensor on AN0. How can I adapt this code for my needs? #include <xc.h> #include <stdio.h> #include...
  2. Jack41

    NTC 10k - PIC18F4550

    Hello! I'm using a 10k NTC like the image on a PIC18F4550 , with the circuit of another image. I researched a bit and found the code below, but it puts values for "A" , "B" and " C " I did not understand how I can get . a = 0,0011303 b = 0,0002339 c = 0,00000008863 sensor =ADRES; sensor...
Top