Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data discontinuity #3

Open
KHadef opened this issue Sep 23, 2016 · 1 comment
Open

Data discontinuity #3

KHadef opened this issue Sep 23, 2016 · 1 comment
Assignees
Labels
Grove_Digital_Light_Sensor Label for Grove_Digital_Light_Sensor UAY Unassigned yet

Comments

@KHadef
Copy link

KHadef commented Sep 23, 2016

First thank you for the library.

I am conducting a simple experiment. I have an LED that changes it's intensity slowly and continuously. I am using the visible mode and I want to plot a graph of lux value vs. the change in LED intensity.
I am having a trouble with lux readings, they are discrete, for example the reading stays at 0 for some time then suddenly jump to 14, and so on. What I want is a continuous change in lux.

Is the problem due to the sensor sensitivity or due to something in the library that could be changed?
Is it possible to modify the library in order to be able to read lux values in decimals or more continuous manner? Would you please do that for us if possible? Thank you.

@MatthewJeffson MatthewJeffson added UAY Unassigned yet Grove_Digital_Light_Sensor Label for Grove_Digital_Light_Sensor labels Oct 9, 2024
@Lesords Lesords assigned Lesords and ackPeng and unassigned Lesords Oct 14, 2024
@ackPeng
Copy link

ackPeng commented Oct 16, 2024

@KHadef This is indeed discrete, and this may be the current real data. Sensors often have these jump conditions. Perhaps some filtering algorithms can be used to eliminate this data. Do you have any questions about this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Grove_Digital_Light_Sensor Label for Grove_Digital_Light_Sensor UAY Unassigned yet
Projects
Status: Todo
Development

No branches or pull requests

4 participants