Pioreactor / Pioreactor/pioreactor
Luminostat
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 149
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
Here's an idea to implement a luminostat. White LEDs leak into the IR range, so our IR PDs can detect them. We can use this signal to change the LED % to keep a near-constant signal from our PDs.
Given target luminosity L, and initial intensity P
every N minutes:
1. Turn on white LEDs to percent P
2. use ADCReader to measure the exposed PDs signal, l
3. Increase or decrease P s.t. l=L
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the ADCReader entry point and the existing white-LED and exposed-photodiode control code. Use the proposed target luminosity L, initial intensity P, and N-minute loop as the behavioral requirements. Done means the white LED intensity adjusts based on the measured photodiode signal to maintain the target.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, raspberry-pi
- Domain
- embedded-iot
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100