- Download the zip and unzip it.
- Using the ESP8266 Sketch data upload, all the files in the data directory are uploaded to the esp flash
- The pages are served from the flash of the esp8266
- Fire a browser and point to esp address and the page loads automatically
Running instance:
Source Code
This experiment is to display a fast moving graph inside the browser window like google chrome and firefox etc. Graph uses SVG and written in Javascript/HTML. It just displays the content of a buffer array in the SVG window.
This data buffer could be filled from various sources like an esp8266 through websocket as we will investigate later...
It is a work in progress. Only a few parts work:
- SVG Graph window
- ESP server is able to render the page
- A websocket connection is also established
### What doesn't work (yet)
- Many things
- The buffer variable is filled by random data at present
- We need to fill it using more realistic source
- Setting parameters and storing them somewhere which can be retreived later
# Header 1
## Header 2
1. Numbered
2. List
**Bold** and _Italic_ and `Code` text
[Link](url) and 