Skip to content

Working on hosting a site using an Arduino clone (Wemos D1 R2) using its built in ESP8266. Can currently connect to the Wemos, go to 192.168.4.1 in your browser, and toggle the builtin led.

Notifications You must be signed in to change notification settings

kpaape/wemos_website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TO DO:
    Need to change all references to LED in all code to digital since this would apply to any digital signal.
    Add analog functionality.
    Add the ability to send sensor data to the client.


"index.html" is used to keep a raw copy of the website to be hosted on the ESP8266.

I make changes within "index.html" using VS Code for testing and readability. After making any changes to a section (header, footer, index, etc), copy and past into the "mypage.h" file that is included into the arduino code.

About

Working on hosting a site using an Arduino clone (Wemos D1 R2) using its built in ESP8266. Can currently connect to the Wemos, go to 192.168.4.1 in your browser, and toggle the builtin led.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published