Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: JavPar; Keyword(s):

Search: Search took 0.00 seconds.

  1. Thread: ADCIN Problem

    by JavPar
    Replies
    33
    Views
    21,026

    Alektric, I removed the LCD from the project and...

    Alektric, I removed the LCD from the project and still the problem persists.
  2. Thread: ADCIN Problem

    by JavPar
    Replies
    33
    Views
    21,026

    Hey guys I really appreciate your help. Alain,...

    Hey guys I really appreciate your help. Alain, that schematic that you posted has made me think. I used my multimeter to test input voltage right at AN0 pin and the voltage is steady at 2.432 with...
  3. Thread: ADCIN Problem

    by JavPar
    Replies
    33
    Views
    21,026

    Attached my hex file. Javier.

    Attached my hex file.

    Javier.
  4. Thread: ADCIN Problem

    by JavPar
    Replies
    33
    Views
    21,026

    Hey Alain, Noticed I can't attach my hex file....

    Hey Alain,

    Noticed I can't attach my hex file. It is very long to copy paste here.

    Javier.
  5. Thread: ADCIN Problem

    by JavPar
    Replies
    33
    Views
    21,026

    I tried: ADCON0 = %00000011 as I am using...

    I tried:

    ADCON0 = %00000011

    as I am using AN0 pin for input now, no change.
  6. Thread: ADCIN Problem

    by JavPar
    Replies
    33
    Views
    21,026

    Test results: 1.) Didn't see any change when...

    Test results:

    1.) Didn't see any change when changed to 8 bits, so I'm back to using 10 bits.

    2.) I edited my code so only RA0 is being used for input analog.

    3.) When connect ADCIN pin to...
  7. Thread: ADCIN Problem

    by JavPar
    Replies
    33
    Views
    21,026

    Unfortunatelly, I only have the 4620. I can not...

    Unfortunatelly, I only have the 4620. I can not find pics locally. I am already looking to order more different pics from the states.
  8. Thread: ADCIN Problem

    by JavPar
    Replies
    33
    Views
    21,026

    Ok guys, 1.) Changed to 8 bits. 2.) Put...

    Ok guys,

    1.) Changed to 8 bits.

    2.) Put caps 1uF on each side of the pic on the Vdd and Vss.

    3.) No microwaves, no TVs, no fluorescent lights close to my project. I scanned my desk for any...
  9. Thread: ADCIN Problem

    by JavPar
    Replies
    33
    Views
    21,026

    Hi guys, arriving late from work. I loaded a...

    Hi guys, arriving late from work. I loaded a little schematic I hope is clear. On my project I have 4 LEDs. On this clean one I will use one. Will try 8 bits. I have used caps .1uF and 10uF connected...
  10. Thread: ADCIN Problem

    by JavPar
    Replies
    33
    Views
    21,026

    I have made a separate project just to clean it....

    I have made a separate project just to clean it. I am reading voltage from the project or voltage from a ac/dc wall power supply sending 3V. Also I have tried reading a angular rate sensor and last...
  11. Thread: ADCIN Problem

    by JavPar
    Replies
    33
    Views
    21,026

    I tried using a 5V power supply, but I still get...

    I tried using a 5V power supply, but I still get the erratic voltage readings.
  12. Thread: ADCIN Problem

    by JavPar
    Replies
    33
    Views
    21,026

    From the datasheet, I am using: ADCON1 =...

    From the datasheet, I am using:

    ADCON1 = %00001101

    which specifyes that I am using the project's voltage internally from VDD and VSS for voltage reference. I also tried using external voltage...
  13. Thread: ADCIN Problem

    by JavPar
    Replies
    33
    Views
    21,026

    Hey Adam, Thank you for your help. I am...

    Hey Adam,

    Thank you for your help. I am scratching my head over the reference voltage. From all the ADCIN samples I have seen, I haven't seen one that says anything about a reference voltage. Is...
  14. Thread: ADCIN Problem

    by JavPar
    Replies
    33
    Views
    21,026

    ADCIN Problem

    Hello everyone,

    I am using a PIC18F4620 to read voltages but I am having aproblem where if I read anything in between 0 or 5 volts, the voltages readings are erratic or oscillate. I have tried...
  15. Replies
    15
    Views
    10,241

    OK, problem solved. On my MicroCode Studio Plus...

    OK, problem solved. On my MicroCode Studio Plus it was showing the In Circuit Debug (ICD) toolbar. I was pressing ICD compile and program button instead of the normal compile and debug button. Now...
  16. Replies
    15
    Views
    10,241

    Changed the pauses to 1, but nothing. No change.

    Changed the pauses to 1, but nothing. No change.
  17. Replies
    15
    Views
    10,241

    Hey guys, tried both suggestions and still not...

    Hey guys, tried both suggestions and still not working. My code looks like this:

    DEFINE LOADER_USED 1 'Bootloader Used
    '@ __CONFIG _CONFIG1H, _OSC_HS_1H
    @ __CONFIG _CONFIG1H,...
  18. Replies
    15
    Views
    10,241

    I could think that it is why led on port a is not...

    I could think that it is why led on port a is not turning on, but what about led on port d.

    I have to leave to work now but I will defenetaly try your suggestion when I get back tonight.
  19. Replies
    15
    Views
    10,241

    I really appreciate you guys trying to help. The...

    I really appreciate you guys trying to help. The code that you see on my previous post makes the leds blinks, both porta.0 and portd.0. I do not know about other pics, but on the 18F4620 the port is...
  20. Replies
    15
    Views
    10,241

    Thank you for the links, but they do not help me....

    Thank you for the links, but they do not help me. Maybe I didn't explain myself clearly. I only use the simulator to write the code which I burn into the chip which works 100% in my real life...
  21. Replies
    15
    Views
    10,241

    PIC18F4620 Programming problem

    Hello everyone. I am having a problem with PBP where I am not able to program my PIC18F4620. I know everything is OK with my PIC and the circuit as I can use another program called PIC18 Simulator...
Results 1 to 21 of 21