Lab 1

Wifi-Controlled LED Stoplight (Raspberry Pi)

Online Link

This lab is available as part of my online portfolio at: https://www.lehi.dev

Objective

The purpose of this lab is learn how to create a wifi-controlled stoplight. These principles include:

Materials

References

The following resources were used in this lab:

Procedures

 

Diagrams were facilitated by open source programs such as: Google drive plugin draw.io Diagrams and Fritzing.

 

Thought Questions

 

Certification of Work

I certify that the solution presented in this lab represents my own work. In the case where I have borrowed code or ideas from another person, I have provided a link to the author’s work in the references, and included a citation in the comments of my code.

 

— Lehi Alcantara

Appendix

Appendix 1: System Flowchart

 

Appendix 2: System Interface – Web Page

 

 

State: startup

State: greenLightOn

State: greenLightOff

Appendix 3: Server Monitor Output

Appendix 4: Raspberry Pi Code

(Available at https://github.com/ylehilds/stoplight)