Don't Panic! It's just an experiment following Gordon's ideas about what can be achieved with Espruino software together with his boards.
One client (me!) is requesting the html page and sensor data over my home wireless network. It was just to see what is possible, not a real solution.
In the real world just sending the sensor values (in JSON format for simplicity) from the Espruino Pico to a data 'hub' would be much, much more practical.
I was just worried about the overall speed, as something seems wrong.
As DrAzzy said, I was also wondering if it is a Espruino/ESP8266 bug or a feature regarding the very slow transfer rate. Which seems to me to be caused by a small Espruino internal buffer.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Don't Panic! It's just an experiment following Gordon's ideas about what can be achieved with Espruino software together with his boards.
One client (me!) is requesting the html page and sensor data over my home wireless network. It was just to see what is possible, not a real solution.
In the real world just sending the sensor values (in JSON format for simplicity) from the Espruino Pico to a data 'hub' would be much, much more practical.
I was just worried about the overall speed, as something seems wrong.
As DrAzzy said, I was also wondering if it is a Espruino/ESP8266 bug or a feature regarding the very slow transfer rate. Which seems to me to be caused by a small Espruino internal buffer.