So I'm trying to connect 7 MAX30102 pulse-oxometers to a single circuit to get readouts on one serial monitor (don't ask why), but from what I see so far one cannot link up more than one MAX30102 to a single board so here's my question:
-
How do I connect multiple boards as slaves to a single arduino MEGA2560 without using I2C (taken up by pulse-oxometers on all boards)
-
(optional) Is there any way to connect MAX30102 without I2C?
-
Is the thing I'm trying to do even possible?
I absolutely refuse to use any wireless connections.