Webserver with HTML/CSS without SD card on ESP8266 NodeMCU #6452
Replies: 1 comment
-
Posted at 2022-02-16 by 影之刃 你能连接上热点吗? Posted at 2022-02-16 by @allObjects @abhigkar, sure you can do that. After you implemented the neopixel control software, how much space / variables do you have left? That kind of will define what you can do... I assume you have your ESP8266 on a local LAN as a station and not as an access point. In such configuration you can even pull in via - for example http://forum.espruino.com/conversations/267420/ , https://dojotoolkit.org/documentation/tutorials/1.10/hello_dojo/ - pull in nice frameworks, as I showed a while ago - http://forum.espruino.com/comments/12280075/ - and so did others, http://www.espruino.com/Interactive+Web+UI, etc. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2022-01-29 by Abhigkar
Hi folks,
I wonder if there is a simple way to create a web server with some HTML/CSS without having an SD card module.
I have a ESP8266 NodeMCU module with Espruino 2V03 flashed. I want to create a web interface to control my neopixel led decoration item from laptop/mobile (wifi only)
For that I want to crate some simple wen interface in html and display that in browser when access the esp8266 from the IP address.
Any pointers ??
//Abhinav
Beta Was this translation helpful? Give feedback.
All reactions