Example sketches for the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By andrew melvin
#37484 I've looked into it a bit more, tested on a fresh device. And it is still working. There is however, another problem and that is that for 2 of the files github.io is now reporting their size as being -1.. which means the download fails as it matches expected size to downloaded size as a check....

I'll look into it some more
User avatar
By iwalker
#37539 Thanks Andrew

Sorry should have read Your instructions more carefully. Very interesting project thanks for sharing.
Have also seen some cool stuff done with twitter bootstrap - any thoughts on which framework is better for hosting directly from the ESP8266.

Also if anybody has any links for building websites on devices like these aimed specifically at interacting with hardware that would be great.

Tx
Ian
User avatar
By andrew melvin
#51271 I've posted version 2.0.0-rc1 of ESPManager.

It is much improved over the first one, more stable and many more features :)
1) Underlying memory structure changed so it is released when not in use.
2) Moved to async web server.
3) Full autonomous updating from a single URL, including SPIFFS files.
4) Full events support in web browser. Feedback on OTA progress, or update. https://youtu.be/84zCukeG6iE
5) AppCache support, to speed up loading, much more snappy page loading.
6) Updated reboot and lost WiFi logic.
7) Much more.... see changelog

see the full change log https://github.com/sticilface/ESPmanager/blob/master/ChangeLog.md

Feedback Welcome.