Hello
I have just ordered an ESP8266 chip from the web.
Unfortunately all the examples given on the web are quite simple.
I am wondering if it is possible to do something more challenging and if the computing power of the ESP chip will allow it:
- Is it possible to make a server with a page displaying data in the form of graphs? I mean Simple graphs for about 4 variables. How to do this most efficiently on esp? PHP HTML? The graphs would have to be refreshed at least 2 times per skecond.
- I currently have a project that sends data to the computer via UART.
The speed of this communication is 921600 bps. Can the ESP chip operate at this UART speed? Will the computer be able to receive this data over WiFi?
I have just ordered an ESP8266 chip from the web.
Unfortunately all the examples given on the web are quite simple.
I am wondering if it is possible to do something more challenging and if the computing power of the ESP chip will allow it:
- Is it possible to make a server with a page displaying data in the form of graphs? I mean Simple graphs for about 4 variables. How to do this most efficiently on esp? PHP HTML? The graphs would have to be refreshed at least 2 times per skecond.
- I currently have a project that sends data to the computer via UART.
The speed of this communication is 921600 bps. Can the ESP chip operate at this UART speed? Will the computer be able to receive this data over WiFi?