Hi, I just love your courses, simple direct to the point and with clear illustrations
Now I am looking for an exemple on how to use websockets to monitor sensors without locking the client-server connection.
Thanks for the tips
Fred
1 Answers
Hello Fred,
Have you tried these examples that use websockets (from Async library):
- https://rntlab.com/esp32-spiffs-spi-flash-file-system/
- https://rntlab.com/build-an-esp32-web-server-using-files-from-filesystem-spiffs/
That web server uses websockets. Let me know if you have more questions!