Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    13,046

    Re: How to communicate with MLX90614 IR sensor

    I said in my previous post there is probably a more elegant way to write this code. I used a combination of shiftin and shiftout along with some bit setting and reduced the number of lines of code...
  2. Replies
    6
    Views
    13,046

    Re: How to communicate with MLX90614 IR sensor

    For my previous post I suggest replacing all the "pauseus 15" with:

    call wate

    And then add the subroutine;
    wate:
    pauseus 15
    return

    This should use less compiled code than having to...
  3. Replies
    6
    Views
    13,046

    Re: How to communicate with MLX90614 IR sensor

    After way too much time I got code that works with the MLX90614 temperature sensor. It may not be the most elegant but given the timing required by the SMBus this works.

    I wish this sensor would...
  4. Replies
    6
    Views
    13,046

    How to communicate with MLX90614 IR sensor

    The MLX90614 IR sensor communicates using SMBus which requires the Start bit be repeated without a stop bit in between. I saw one posting that looked like PBP that showed the I2CREAD as as working...
Results 1 to 4 of 4