You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see, it always repeats 4 values like above 210, 186 etc.
Which results in flat lines on graph.
Another issue is if I try to change Sampling rate, it still gives same number of data samples.
Like from 14:14:28.411 to 14:14:28.482, it gives 22 samples, which makes it 22x10 = 220/Sec approx
Even though, I chose 1000 sampling rate.
Is there anything I am missing here?
The text was updated successfully, but these errors were encountered:
I have tried changing this line in header:
void setup(byte powerLevel = 0x1F, byte sampleAverage = 4, byte ledMode = 3, int sampleRate = 400, int pulseWidth = 411, int adcRange = 4096);
For different Sampling rate and Averaging
But, It always gives 4 samples with same value and same number of data samples in a second.
For instance, it always follows this pattern:
As you can see, it always repeats 4 values like above 210, 186 etc.
Which results in flat lines on graph.
Another issue is if I try to change Sampling rate, it still gives same number of data samples.
Like from 14:14:28.411 to 14:14:28.482, it gives 22 samples, which makes it 22x10 = 220/Sec approx
Even though, I chose 1000 sampling rate.
Is there anything I am missing here?
The text was updated successfully, but these errors were encountered: