Got the pH sensor up and running with some stability on an UNO. Did not include temperature compensation which certainly needs to be done.
I now have a couple of ESP8266-12 development boards and have had some good luck. They seem every bit as stable as the UNO without the need for the separate W5100 ethernet. Have ported over to the Arduino IDE and running successfully. Now back to Blynk to see how to integrate the sensors.
I ordered an ESP-12 but I fried it and waiting for new ones now, LOL.
The temperature sensor (Dallas one-wire) works perfectly though, so that is not an issue. Been really busy lately with work (a co-worker was just let go …) and some other projects. I think it shouldn’t be that hard. The major issue will be building the device I think. I was thinking of using a regular drainage pipe of about 8" wide, put some weight on the bottom, like you see in boats, and then stick the sensors through it and use siliconmastic to get it water tight.
Because it’s onewire, you can use other sensors as well. There are even combined ones with humidity I think. The one from DX is waterproof, but I think you can buy just the chip. The beauty of the OneWire protocol is, as it says, there is only one wire. I think there are a couple other way to hook them up, but I found this the most convenient