Giter Site home page Giter Site logo

alexmohr / raspberrypi-mqtt-light-sensor Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 106 KB

Read a light dependent resistor with the digital inputs of a raspberry pi.

License: MIT License

Python 100.00%
raspberry-pi raspberry mqtt measurements light ldr ldr-sensors

raspberrypi-mqtt-light-sensor's People

Contributors

alexmohr avatar

Stargazers

 avatar

Watchers

 avatar  avatar

raspberrypi-mqtt-light-sensor's Issues

Add configuration file

A configuration file is necessary to change to GPIO pins and timeouts without editing code.

Change run condition

while len(times) < __SAMPLES or delta_t.total_seconds() < __MIN_TIME_SECONDS:
This should be changed because it forces the loop to run until all measurements have been taken and the time passed.
In low light conditions this leads to the problem that it takes very long to publish a new Matt message because the capacity can take up to a minute to charge which adds up quite fast.
The primary criteria for the loop above should be time. In bright situations the capacity is charged very fast this leads to the situation where the limit is throttling as intend. In low light situation we could skip the value rounding and always pass the measured value.
A solution would be to set __samples to 1.
Only drawback would be that we loose a bit of precision in low light because no average would be taken.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.