Hello,
I am new to the world of Arduino (with some experience and guidance from a couple of years ago that has not been developed further since), and need some general advice on how to approach the following project.
I am running some experiments in a small greenhouse where I need to monitor the soil moisture of 56 pots over the span of 6 weeks. The way I have divided the monitoring system is using 8 Arduino Uno Rev3 boards, each being connected to 7 soil moisture sensors (Adafruit STEMMA Soil Sensor - I2C Capacitive Moisture Sensor). Based on readings I have done on the adafruit website and forums, my understanding is that I would need a multiplexer (TCA9548A I2C Multiplexer) in order to create individual addresses for each sensor. Up to this point, it seems pretty straightforward. I am attaching the sketch of the assembly.
My question is whether I need any resistors and if I need to add the Adafruit LTC4311 I2C Extender / Active Terminator - STEMMA QT / Qwiic to the circuit. The individual wires between the sensors and the breadboard won't be longer than 2ft each.
Any feedback would be greatly appreciated!