Hello, I was wondering how to wire multiple sensors.
A single sensor (pulsesensor.com) uses a 5 V supply, with this kind of setup :
I want to extent this setup to 4 of the same sensors, I'm very new to electronics so If anybody could help how to wire this, that could be very helpful.
Just connect Vcc(red) and Ground(black) of all sensors to the arduino 5V and Ground Respectively. For connection multiple pins, a breadboard can be used
Like this? So it's a parallel setup. Sensors act like tunable resistors right? If you put 4 sensors and thus same resistance in parallel, then the current flow through each sensor is 4 times smaller, doesn't that make the analog input signal 4 times smaller then when you use only 1 sensor?
hmm How are they not in parallel? But the voltage drops are the same for each sensor, the only thing that changes by adding a sensor is the total supply in current
to be in parallel they would all have to be connected to the same input pin which is not what you want to do.
like I said they are just drawing power from the same source.
your drawing is of simple resistors you are forgetting the third wire.
the sensors are voltage dividers .
the arduino analog pins read voltage not current.
so from the power supply viewpoint yes they are in parallel
but from the input pins viewpoint it just see's the voltage difference of each individual sensor.