Thanks dear friend
I have no problem using this sensor and I have used it many times.
My current problem is that I have to manage 100 of these sensors.
How do I make connections?
How do I get the information?
How do I know which sensor the received information belongs to?
This is a breakout board for the very handy 16-Channel Analog/Digital Multiplexer/Demultiplexer CD74HC4067. have low “on” resistance and low “off” leakage, and to prevent crosstalk, perform “break-before-make” switching.
Arduino library for the CD74HC4067 - High Speed CMOS 16-Channel Analog Multiplexer/Demultiplexer. - mikedotalmond/Arduino-Mux-CD74HC4067
github.com
2. Create clusters of sensors with your favourite microcontroller.
A cluster consists of e.g. 10 sensors then you need 10 microcontrollers.
Each cluster has its own microcontroller that fetches the sensor values or processes them directly.
Whether wireless or wired depends on the local conditions.