Unlocking Your IoT Smartwatch Journey with ESP32-C3-Mini and LVGL

ESP32-C3-Mini is a development board based on the ESP32-C3 chip, designed specifically for smartwatches and other wearable devices. It features a 240×240 resolution color touchscreen display and integrates multiple sensors, providing developers with a powerful and easy-to-use platform for building various creative projects. The open-source project introduced in this article aims to provide an LVGL … Read more

DIY Indoor Thermometer Using 3D Printed OLED Display

MAKER:Bnbe_club/ Translated by:Fun Endless It’s getting cold, and students who raise tropical flowers and pets need to pay more attention to indoor temperature.Here is a highly practical and easy-to-make thermometer that I recommend.It is built using a DS18B20 temperature sensor and an OLED module. The development board used here is the Piksey Pico, and the … Read more

Create a Popular Solar E-Ink Weather Station

Introduction As climate change becomes increasingly severe, people’s attention to weather conditions is also growing. Therefore, more and more people are trying to install weather displays at home to stay informed about local meteorological information. This solar-powered electronic paper weather display just meets this demand, with its ultra-small size perfectly fitting into window frames, extremely … Read more

TouchDesigner: A Visual Node-Based Multimedia Interaction Tool

TouchDesigner Visual Node-Based Multimedia Interaction Tool Software Introduction TouchDesigner is a powerful visual programming development platform primarily used for real-time interactive new media creation. It allows users to create visually stunning works by connecting nodes in a node-based visual programming environment without the need to write code. TouchDesigner can be applied in various scenarios, including … Read more

Understanding Bootloaders: The Unsung Heroes of Embedded Systems

Introduction Welcome to the technical analysis of bootloaders, a critical yet often overlooked component in the realm of microcontrollers. From the moment electronic devices power up, these specific programs play a vital role, coordinating the initial process of booting and loading the main program. Our exploration will begin with a detailed overview of how bootloaders … Read more

Exploring the PSoC 6 RTT Modular Development Kit for Practical Applications

This issue of Infineon’s hands-on class will be presented by engineer Jenson from Infineon, who will provide a comprehensive introduction to the PSoC™ 62 with CAPSENSE™ evaluation kit (hereinafter referred to as the PSoC 6 RTT development board) and its modular development kit. Let’s explore this flexible and versatile MCU kit with Jenson! The PSoC … Read more

DIY Your Own Smartwatch in the Wearable Era

Click on the above “blue text” to follow us! Limited time download: Follow us on “Microcontroller”, reply “Tutorial” to get the microcontroller e-book, reply“Simulation” to get Proteus simulation materials. Continuously updated… When it comes to wearable devices, the first thing that usually comes to mind is the smartwatch. Buying a stylish smartwatch is certainly nice, … Read more

OMNI-ROBOT: A Versatile Omnidirectional Mobile Robot Controlled by ESP8266

OMNI-ROBOT is an amazing omnidirectional mobile robot that can break the movement limitations of traditional robots, achieving free movement in eight directions. With its clever design and convenient WiFi control, OMNI-ROBOT provides an excellent learning and practical platform for robotics enthusiasts and developers. This article will delve into the design philosophy, hardware composition, software implementation, … Read more

DIY Robot Arm with Controller: A Comprehensive Guide

Project Introduction This project is a master-slave robotic arm with a manual controller, controlled using an Arduino UNO, potentiometers, and several servo motors. Through this project, you can learn how to program with Arduino and create a robotic arm that can be flexibly controlled.The materials and components required for this project are very simple, making … Read more