Basic image processing using OpenCV

OpenCV or Open Computer Vision Library is one of the widely accepted opensource Library for image processing and computer vision applications. OpenCV supports Python, this feature makes OpenCV as the default choice for Deep learning application for computer vision. This blog post shows how basic image processing operations can be carried out using Python OpenCV […]

DC Motor control using TB6612FNG driver and Raspberry PI gpiozero lib.

In this article, we look at using TB6612FNG motor controller, and the gpiozero python library for  controlling DC motor. TB6612FNG motor driver has widely used for applications where better efficiency and performance is required. Below schematic shows the Raspberry PI zero GPIO connections to the motor controller. TB6612 motor controller can driver two motors simultaneously, […]