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 #12 : Maixduino Speech Recognition | Firmware Update Part 2

In this tutorial I am going to continue with the installation of the software necessary for the MaixDuino firmware change on the linux terminal. We will, hopefully, be successful in the end. What Will We Need PC with Win 10 with WSL installed A lot of patience Maixduino WSL Linux Steps Install dependencies Start the

MaixPy #12 : Maixduino Speech Recognition | Firmware Update Part 2 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 #8: Maixduino 1602 LCD | I2C MicroPython

In this experiment, an LCD based on the Hitachi HD44780 controller was used. In this type of screen, there are liquid crystals inside that when they are passed through by a current, the crystal becomes opaque, blocking the light (backlight) that tries to pass. Therefore, the various combinations of specific crystals on and off  make it

MaixPy #8: Maixduino 1602 LCD | I2C 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 ยป