1
0
Fork 0
A Python based project which measures the light levels of an environment and forwards those measurements on to a server. This project is one of several which forms the software-side of the 'Return to Ritherdon' project.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

14 lines
706 B

3 years ago
# Return to Riterdon: Light Meter
Light Meter is a Python 3 based project for taking light readings (in
the welding booths in Ritherdon) and sending them to the 'Midpoint'
project for storage. Light Meter is one of three projects which
combine to make the 'Personal Flash in Real-Time' artwork -- which is
one of several artworks created as part of the 'Return to Ritherdon'
project. For more information on this repository and 'Return to
Ritherdon', please use the links below:
- [Return to Ritherdon Overview](https://git.abbether.net/return-to-ritherdon/rtr-docs)
- [Light Meter Documentation](https://git.abbether.net/return-to-ritherdon/rtr-docs/src/branch/master/light-meter/rtr-light-meter.md)