Skip to content

WORK IN PROGRESS! - Photocells are sensors that allow us to measure light. This repository will provide useful (to me anyhow) utility C and Python source code for using photocells with IoT micro controllers such as Arduino and Micropython.

License

Notifications You must be signed in to change notification settings

papahabla/photocell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Photocell

WORK IN PROGRESS!

Overview

Photocells are sensors that allow us to measure light. This repository will provide useful (to me anyhow) utility C and Python source code for using photocells with IoT micro controllers such as Arduino and Micropython.

Goals

  • Convert: Resistance -> Volts -> ADC n-bit integer -> Lux/K
  • Accumulate: Combine Lux measurments so that a meaningful amount of light for a given time period can be determined
    • How much light did a plant get?
    • How much UV exposure?
    • etc.

CdS Photocells

References

About

WORK IN PROGRESS! - Photocells are sensors that allow us to measure light. This repository will provide useful (to me anyhow) utility C and Python source code for using photocells with IoT micro controllers such as Arduino and Micropython.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published