Coding a Micro Python Web Server On a ESP8266 Wireless Board

preview_player
Показать описание

Today we coded a mini web server on a wireless ESP8266 Micro Controller using Micro Python
Рекомендации по теме
Комментарии
Автор

How much of the webserver is built-in / configurable? For example, in theory, could the ESP8266 's RTOS SDK (TCP/IP stack) be modified to serve a NuxtJs or ElectronJs webpages? I'd like to transmit sensor data, but display it as a plot... could that be done on the esp8266 (server-side) or only on the browser (client-side). I'd like to use something like highcharts, ZingCharts, ChartJs/D3Js etc.

bennguyen
Автор

how much space do the Board has for user files? 2-4mb?

Denys.Stoianov