Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    5,938

    Re: IR Temperature Sensor

    Thanks for the reply. I am using the Melexis MLX90614 sensor and the PIC16F886 micro. I see in your sample code that you don't swap the low and high bytes in the result to get the 16 bit result in...
  2. Replies
    8
    Views
    5,938

    Re: IR Temperature Sensor

    Thank you for reformatting my code. It is much easier to read, but probably still too difficult for someone else to diagnose my code.

    My IR sensor uses an SMBus interface. Since the SMBus...
  3. Replies
    8
    Views
    5,938

    IR Temperature Sensor

    I developed the following code in PBP3. I am having trouble getting it to work. I would like to see the temperature data that gets stored in the AmbTemp and ObjTemp memory by the I2C command. The...
  4. Replies
    2
    Views
    5,560

    Can't get ADC to loop

    Thanks Darrel;

    I changed the variable from B2 to B0 and now the program works fine.

    Thanks again, TravisM
  5. Replies
    2
    Views
    5,560

    Can't get ADC to loop

    'The following program is written in PICBasic for the PIC16F690.
    'The microcontroller monitors the analog voltage on AN0. The equivalent binary output
    'is placed in bytes B0 and B1. The problem is...
  6. Replies
    0
    Views
    3,318

    16F690 doesn't recognize input command

    'The following simple program was developed in an effort to isolate the problem I
    'am having using the 16F677 or 690 for a project I am working on.

    'The program seems to ignore the PEEK...
Results 1 to 6 of 6