banner

Blog

Nov 10, 2023

Review of MaTouch

Makerfabs MaTouch_ESP32-S3 4-inch Display Demo Kit is an ESP32-S3 development board with a 4-inch touchscreen display, a TVOC sensor, and a thermal camera. It can be used to make various projects such as electronic photo frames. air quality monitors, or patient screening devices

When we unpack the box, we will find the device as in the picture, consisting of the following items:

The mainboard of the MaTouch_ ESP32-S3 4-inch Display with the following specifications:

The Mabee MLX90640 thermal camera sensor with the following specifications:

The "Mabee TVOC and eCO2 SGP30 & Temperature and Humidity SHT31" module, which as its name implies, combines an SGP30 TVOC and eCO2 sensor (I2C address: 0x58) and an SHT31 temperature and humidity sensor (I2C address: 0x44), and operates at 3.3V.

The kit also comes with a speaker attached to the main board, a 3D printed frame/holder, a microSD card, a USB Type-C cable, and a screw set.

We can mount the ESP32-S3 4-inch Display board to the 3D-printed frame with the provided spacers, bolts, and nuts. We can also peel the film on the adhesive paper on the speaker to attach it to the back of the frame.

The ESP32-S3 4-inch display board can be programmed with either Arduino or PlatformIO, and we’ll use the demo code provided by Makerfabs on GitHub for this review. The display relies on parallel RGB565 and SPI interfaces, and it's supported by the ArduinoGFX library or the LovyanGFX library. We’ll use ArduinoGFX and configure the I/O pins as follows:

A quick test shows the platforms can render at 59FPS using the Arduino GFX library and a resolution of 480×480 pixels, which matches the claims in the specifications.

We also test the 5-point touch panel using the TAMC_GT911 library, installed through the Arduino library manager, to program the GT911 touch controller via I2C:

We can see the X/Y coordinates for five points in the serial console when touching five points on the display at the same time.

The MaTouch ESP32-S3 4-inch display board features a MAX98357A 3W mono power amplifier connected to the ESP32-S3 chip via I2S and driving the built-in speaker. We will play some MP3 files stored on a MicroSD card (while running a slide show) to check the playback quality which is acceptable.

The MaTouch_ESP32-S3 4-inch display board comes with 2 Mabee expansion ports with I2C and I/O pins 19,20, and the kit includes a "Mabee TVOC and eCO2 & Temperature and Humidity sensor module " with an SGP30 sensor measuring TVOC and eCO2, and an SHT31 measuring temperature and humidity. This allows us to build an air quality monitor to read the values from the sensors and show them on the display. The program includes the following libraries:

We can see the values from the sensors on the display.

The MaTouch_ESP32-S3 4-inch Display Demo Kit also includes a Mabee MLX90640 sensor module with a 32×24 resolution camera which can be used in a variety of applications that require non-contact temperature measurement, such as looking at heat dissipation of a board or make a body temperature screening point. The following library is used in the program:

The code will read the values from the MLX90640 thermal camera, display them as a heatmap on the screen, and show the maximum temperature measured in the image frame. The video below shows the test results of readings from the Mabee MLX90640 module sensor. Arnon – the reviewer – shot the video in Thai, but it shows a candle on the left and a glass of water on the right and we can see the heatmap and temperature measurements on the display.

The 4-inch screen is large enough to be used in a variety of applications and is suitable for graphical user interfaces built with the popular LVGL open-source graphics library which allows users to create nice-looking user interfaces. After installing the LVGL library, and we used the sample for the ESP32-S3 4-inch display board as shown in the video below. The video is also in Thai language, but it shows the LVGL widgets, tab switching, charts drawing, etc… There's a lag, which reminds me of the experience I had with a Windows PDA I owned many years ago, but this should be expected on low-end hardware and should still be fine for many HMI applications.

We can modify the user interface of the IAQ monitor with LVGL using SquareLine Studio.

We can then "transfer" the new user interface to the Matouch_ESP32-S3 4-inch display board and it looks much better than the text-based-only interface we tested above.

The MaTouch_ESP32-S3 4-inch Display Demo Kit with its display board and sensors is very easy to use notably thanks to the provided Arduino samples. The MaTouch_ESP32-S3 4-inch display board works great and the speaker set is loud and clear. Sensor integration is made easy thanks to the Mabee/Grove connectors that accept many modules available on the market. The ability to work with a 3.7V LiPo battery is also a plus.

But there are two points that could be improved

We would like to thank Makerfabs for sending us the MaTouch_ESP32-S3 4-inch Display Demo Kit for review. The full kit can be purchased on the company's store for $88.90 or you can buy the MaTouch_ESP32-S3 4-inch Display Board only for $38.90.

This review is a translation from the original article in Thai language published on CNX Software Thailand by Arnon Thongtem.

Jean-Luc started CNX Software in 2010 as a part-time endeavor, before quitting his job as a software engineering manager, and starting to write daily news, and reviews full time later in 2011.

Support CNX Software! Donate via cryptocurrencies or become a Patron on Patreon

Related posts:

SHARE