Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    16
    Views
    26,348

    Re: Temperature does not go below 0

    Temperature goes above ZERO.Positive temperature is displayed correctly.When i keep thermistor in freezeo then temperature does't go below ZERO.
  2. Replies
    3
    Views
    7,482

    Re: internal eeprom problem

    Tkanks Henrik.I got my work done.
    I had one more problem.iam making Thermistor based thermostat. My problem is my temperature does not go below 0 degree. Please help me out.
  3. Replies
    3
    Views
    7,482

    internal eeprom problem

    Iam working with 16F876A.i want to store and read two different word in eeprom at different locations.
    For first word i used

    Write 0,numb.highbyte
    Write 1,numb.lowbyte

    What be for second...
  4. Replies
    16
    Views
    26,348

    Re: Temperature does not go below 0

    Not able to solve problem.tried many times.
  5. Replies
    16
    Views
    26,348

    Re: Temperature does not go below 0

    An example needed.iam using 10 bit adc and sensor is 10k thermistor.
  6. Replies
    16
    Views
    26,348

    Re: Temperature does not go below 0

    Thanks Scampy for clearing my doubts .what you explained is very easy to understand..thanks & regards
  7. Replies
    16
    Views
    26,348

    Re: Temperature does not go below 0

    i tried that code but again temp is not going below 0.No minus sign.7848
  8. Replies
    16
    Views
    26,348

    Temperature does not go below 0

    IAM MAKING TEMPERATURE CONTROLLER USING ntc THERMISTOR FROM -10 DEGREE TO 50 DEGREE.BUT MY TEMPERATURE IS NOT GOING BELOW 0. PLS CHECK MY CODE AND GUIDE ME.THANKS




    DG1 VAR BYTE
    DG2...
  9. Replies
    1
    Views
    2,223

    Oversampling techniques for adc

    I want to know about oversampling techniques for getting 12 bit adc result from 10 bit adc micro.pls guide.
  10. Replies
    12
    Views
    5,617

    Re: Comparator voltage reference module

    I will share my schematic tomorrow? Thanks Demon ( ji)
  11. Replies
    12
    Views
    5,617

    Re: Comparator voltage reference module

    My problem is solved by using a 220 uf capacitor in my thermocouple amplifier. Now another problem arose .I think my circuit hangs.After running fine for a hour display on seven segment goes off.When...
  12. Replies
    12
    Views
    5,617

    Re: Comparator voltage reference module

    Here is my code_----


    'DIGITAL TEMP CNTROLLER USING 16F876A'


    DG1 VAR BYTE
    DG2 VAR BYTE
    DG3 VAR BYTE
    DIGIT VAR BYTE
  13. Replies
    12
    Views
    5,617

    Re: Comparator voltage reference module

    Load is 4 kw heater.Somebody in here in Lucknow ( India) told me to use comparator voltage reference module.I don't know what to do .Confused.
  14. Replies
    12
    Views
    5,617

    Re: Comparator voltage reference module

    Actually in my temperature controller circuit ADC value fluctuates with wide range when a heavy load through a relay is connected.I am using 16f876a micro and Pin A0 as ADC input.
  15. Replies
    12
    Views
    5,617

    Comparator voltage reference module

    Pls tell me what is the use of comparator voltage reference module?
  16. Replies
    3
    Views
    2,723

    Re: AC220v contactor fluctuates temperature.

    Temperature display on seven segment display fluctuates. I used 0p07 and 324n for amplifying thermocouple voltage.
  17. Replies
    3
    Views
    2,723

    AC220v contactor fluctuates temperature.

    I am using 16f876A micro for a temperature controller using thermocoule.when heater contactor starts , temperature goes very high for couple of seconds( it fluctuates for second )
    .Any thing I can...
  18. Re: Problem in reading and writing internal eeprom

    Please give me an example.
  19. Problem in reading and writing internal eeprom

    Iam not able to read & write internal eeprom Of 16f876A.
    My code is...


    DG1 VAR BYTE
    DG2 VAR BYTE
    DG3 VAR BYTE
    DIGIT VAR BYTE
    DG VAR BYTE
    COUNTT VAR BYTE
  20. Replies
    9
    Views
    5,015

    Re: Problem with port A of 16f913

    Thanks sir.
  21. Replies
    9
    Views
    5,015

    Re: Problem with port A of 16f913

    I have added .but no result.pls guide me if I have done anything wrong with my program regarding if then... Statement.As I am using active low buttons.
  22. Replies
    9
    Views
    5,015

    Re: Problem with port A of 16f913

    I am driving three common cathode seven segment display.I want to put three buttons on PORT A.first button is for increase counts ,second is for decrease count and third is for save count.Buttons...
  23. Replies
    9
    Views
    5,015

    Re: Problem with port A of 16f913

    Actually iam new to microcontrollers.
  24. Replies
    9
    Views
    5,015

    Re: Problem with port A of 16f913

    Can you tell me whw to active analog features pls.
  25. Replies
    9
    Views
    5,015

    Problem with port A of 16f913

    Iam making an up down counter using 16f913.Iam not able to make portA pins as input A2,A4,A5

    Iam using active low buttons

    My code Is:



    DG1 VAR BYTE
    DG2 VAR BYTE
Results 1 to 25 of 25