//Arduino Uno doesn't have enough SRAM to store 100 samples of IR led data and red led data in 32-bit format //To solve this problem, 16-bit MSB of the sampled data will be truncated. Samples become ...
There was an error while loading. Please reload this page. Using an Arduino Uno and a MAX30105 sensor to gather data; SpO2 value calculated by running data through a ...
I decided to make a 'Pulse Oximeter' because, in this pandemic situation, we need this device a lot. It helps us to measure the BPM(Beats Per Minute) and the percentage of Spo2 of our Body. I used ...