In this thesis we have created a system for indoor light management. The
main purpose of this system is to control the light inside our home, office
or any other indoor space. We’ve achieved this with the help of automatic
light sensor as well as manual control of the application. The entire system
is controlled by Raspberry Pi 3 model B, which functionsboth as a server for
the web based application, as well as the API for communication with other
modules. Both API and the application are written in Python 3 working with
frameworks Django and Django REST. For data storage we’ve used SQLite3
and the main control over hardware is done by Arduino UNO.
|