Smart street light using PIR sensor, Led, LDR, and Bolt IoT and then creating a windows.exe file.
In this project, I'll be showing how to create a smart street light that will only switch on the street light when the intensity of light(Day/Night) is less than the specified value in the code and if the motion is detected using PIR sensor. Otherwise, the street light will in an off state.
After the successful build of our python program, I'll also show how to convert our program into windows executable(.exe) file. The advantage of this .exe file is that even if the user's system does not have python installed in it it will run the program as expected.
I hope you'll like it.
Comments
Please log in or sign up to comment.