In this post we are going to learn how to receive messages sent from the WebSerial UI, on the ESP32.
ESP32 Ticker: Light Sensor readings
How to periodically obtain measurements from an ambient light sensor, using the ESP32 and the Ticker library.
ESP32: Ambient Light Sensor
How to connect an Ambient Light Sensor and an ESP32.
Python MediaPipe: Face Landmarks estimation
How to use MediaPipe and Python to perform face landmarks estimation.
Python dlib: face landmarks detection
How to use dlib and Python to detect face landmarks in an image.
Node.js: HTTP/2 requests
How to do HTTP/2 requests, using Node.js. and the fetch-h2 package.
Express.js: Accessing request body
How to obtain the parsed body of a request, using express.js.