How to convert a webcam video capture to grey scale, using Python and OpenCV.
Python OpenCV: Getting video from camera
How to get video from a camera using Python and OpenCV.
ESP32 Arduino: Filtering arrays with cpplinq
How to filter an array of integers with cpplinq, using the ESP32 and the Arduino core.
ESP32 Arduino: Getting started with the cpplinq library
Tutorial on how to use the cpplinq on the ESP32.
ESP32 HTTPS server: Handling multiple routes
How to setup a HTTPS server on the ESP32, with multiple routes.
ESP32: HTTPS web server
How to setup a HTTPS web server on the ESP32, using the Arduino core and an additional library.
Micro:bit MicroPython: Controlling a DC motor
In this tutorial we will check how to control a DC motor using the micro:bit board and MicroPython. Introduction In this tutorial we will check how to control a DC motor using the micro:bit board and MicroPython. Since we can't use the micro:bit to directly power the DC motor, we will use a ULN2803A integrated …
Continue reading "Micro:bit MicroPython: Controlling a DC motor"
ESP32 Arduino: Controlling a DC motor remotely using HTTP
How to control a DC motor remotely with the ESP32, via HTTP.
ESP32 Arduino: Serving file as attachment
How to serve a file as a downloadable attachment, using the ESP32 and the Arduino core.
ESP32 Arduino: Controlling a DC motor
Controlling a DC motor with the ESP32, using the Arduino core and an ULN2803A integrated circuit.