1

How can Rpi connect to and read the DIY PH-4502C pH Sensor?

tlfong01
  • 4,847
  • 3
  • 12
  • 24

1 Answers1

0

Question

How can Rpi read DIY PH-4502C pH Sensor?


Answer

  1. DIY PH-4502C pH Sensor has an analog output. So you can use a multimeter to read the analog values and use a voltage to pH values table to find the pH value. You can also use Rpi to interface an ADC eg, MCP3008, and convert the ADC results to pH values.

  2. I am summarizing some of my findings below.


1. Setting up summary


4502c module


measure


example reading


conversion table


References

(1) DIY PH-4502C pH Sensor Calibration and ADC using MCP3008, PCF8591, and ADS1115, Asked 2019apr18, Viewed 14k times


Appendices

Appendix A - Experiment Results


pH table


orange


tea


tlfong01
  • 4,847
  • 3
  • 12
  • 24