Maixduino

MaixPy #16: Maixduino Face Recognition | AI MicroPython

A facial recognition system is a technology capable of matching a human face from a digital image or a video frame against a database of faces. Such a system is typically employed to authenticate users through ID verification services, and works by pinpointing and measuring facial features from a given image. Since their inception, facial recognition systems have seen wider uses in recent times on smartphones and in

MaixPy #16: Maixduino Face Recognition | AI MicroPython Read More »

MaixPy #13 : Maixduino Speech Recognition | Firmware Update Part 3

In this final tutorial, I will show how we can make the necessary steps to activate the speech recognition function on the Maixduino and upload the build to the board. What Will We Need PC with Win 10 with WSL Maxiduino Firmware Editor Configuration Here we gooooooooooooooooooooooooo… Activate Speech Recognizer Function Start the WSL Linux

MaixPy #13 : Maixduino Speech Recognition | Firmware Update Part 3 Read More »

MaixPy #9: Maixduino Object Detection | AI MicroPython

Object detection is a computer technology related to computer vision and image processing that deals with detecting instances of semantic objects of a certain class (such as humans, buildings, or cars) in digital images and videos [2]. The object detection generic algorithm is: Identify and locate objects within an image or video Bounding boxes are

MaixPy #9: Maixduino Object Detection | AI MicroPython Read More »

MaixPy #7: Maixduino OLED Display | I2C MicroPython

The I2C protocol describes the operation of a serial communication bus that uses just two wires. Invented by Philips in the early 90’s, this protocol is widely used to connect low-speed peripherals to motherboards, microcontrollers, and related devices. In this tutorial, I am going to establish the I2C communication between the Maixduino and the 0.95inch

MaixPy #7: Maixduino OLED Display | I2C MicroPython Read More »