This project demonstrates a simple way to create local web server running on a Particle Photon device. The web server can be used to serve a configuration web page where users can configure and control a device by just using a web browser.
The main library used to create a web server is from https://github.com/robdobsn/ParticleRdWebServer
I added an ability to protect the webpage via a password. Users can change the password via the web page. Password is saved permanently in EEPROM.
The LCD is used to print out the IP Address of the Photon device.
Comments
Please log in or sign up to comment.