Page 1 of 1

Simultaneous reading of sensors

Posted: Fri May 05, 2023 8:21 am
by ce97
Hi,is it possible to acquire data from multiple sensors at the same time? Let me explain better, I have to acquire HR data from a PPG MAX30102 and the time between querying and receiving the data is about 2.5 ms, after which I should interrogate two other sensors and in total I would like to acquire at 240 Hz but I fear that reading sensors in sequence this is not possible. Is there a way to read data from sensors simultaneously and not one after the other? I am using an stm32 Nucleo-64 with Arduino IDE. Moreover there is a way to set the output frequency of a port to 240 Hz like in stmCUBE?

Re: Simultaneous reading of sensors

Posted: Fri May 05, 2023 10:46 pm
by dannyf
Absolutely - two mcus reading two sensors.