Hello, I am trying to interface my LMP91200 to Arduino UNO R3. In what way should I connect my pins from the LMP91200 to Arduino UNO? Do I also need a special library for it?
Thanks
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello, I am trying to interface my LMP91200 to Arduino UNO R3. In what way should I connect my pins from the LMP91200 to Arduino UNO? Do I also need a special library for it?
Thanks
Hi Farhaein,
The LMP91200 is an analog-only amplifier. There is nothing for an MCU to control or configure, so there is no associated software library. The VOUT and VOCM pins should be connected to the MCU's ADC or analog-input.
thanks,
ren
Thanks.
I am using LMP91200 with Arduino UNO R3 for pH measurement.
However, I understand that for VOUT. I just have to analogRead the pin to receive the value. For VOCM, I am trying to create a differential ADC for VOCM signal to remove the VREF influence. How would I connect it?
You want to make a differential measurement at the VOUT and VOCM pins. I'm not sure which pairs of pins on your Arduino are capable of differential measurements, if any.
thanks,
ren
Do I just need to set a float integer for the analog pin then I just read the value? I read the analogPIN and it give me a value of around 325 on the serial port. What does the value represent? I am a newbie so I am not entirely sure. my apologies
I'm not familiar with the Arduino output. Based on the LMP91200 datasheet, you should get a differential ADC result between -415 and +415mV. This may vary with different PH probe vendors. Check the documentation for your probe and check out page 15-16 of the LMP91200 datasheet.
thanks,
ren