Posted by
Tal Akerman
on July 08, 2024 ·
3 mins read
So, the usual mess is when I start a new project, and my work table is one big mess of things that I think I need, and my wife comes home and think that I joined some cult that praise wires.
Anyway, in this post I’ll lay out all the components and software functions and will try to work my way form there.
Note – none of the links or products are affiliated.
Note2 – if you are going to fully follow the build, make sure to use the exact parts so they will fit in the PCB and enclosure.
Our main components for the smart pH controller are:
An ESP32 microcontroller, or any of your favorite controller. The reason I chose it is because we’re going to work with an OLED screen that requires a bit of memory so Arduino for example will not cut it. Also, maybe in the future I will integrate it with HomeAssistant or build an app for it so Wi-Fi/Bluetooth support is always good to have.
Analog pH meter, a lab grade one because we’re going to submerge it in water 24/7, and we also want accurate readings. Make sure to look for a local supplier first so you can maybe save on shipping.
Digital Peristaltic pump, that will dose the pH down solution from a container to your water reservoir. Again, make sure to look for a local supplier first so you can maybe save on shipping.
ADC Module ADS1115 – the analog resolution and accuracy of the ESP32 is not sufficient to get the pH readings accurately so we need to use an external one.