DIY Remote Watering System with ESP32 and Voice Synthesis

DIY Remote Watering System with ESP32 and Voice Synthesis

Video Previously, I made a dual-axis servo gimbal with two servos, which can be adjusted remotely via a mobile phone. Now, I am adding two more functions to create a remote watering system. The voice synthesis chip allows it to speak. By sending text on a webpage, the voice synthesis chip receives the text and … Read more

My First Qt Program on a Linux Development Board

My First Qt Program on a Linux Development Board

Abstract: Learning Linux is not difficult; the challenge lies in not finding the right tutorials or having someone to guide you quickly. After buying a development board, it just sits there gathering dust. Watching videos is unengaging, and the documentation is hard to understand, making it really tough! So today, I will explain the basic … Read more

Home Assistant OS Network Configuration and Temperature Humidity Settings

Home Assistant OS Network Configuration and Temperature Humidity Settings

NO.1 HA Network Scheme Hardware Selection Raspberry Pi 5 (PVE) Gigabit Router (Redmi AX3000) The PVE relies on wired Ethernet Considering the network relay method, the router needs to support both wireless and wired relaying This requires at least two network ports, one WLAN port and one LAN port, with LAN assigned to PVE and … Read more

RK3588 Core Board Overview and Custom Solutions

RK3588 Core Board Overview and Custom Solutions

1. Product Overview 1.1 Applicable Scope The product adopts a core board plus baseboard configuration, with the core board primarily integrating four main components (main control, memory, storage, and power management). The core board is easily detachable for quick secondary development by customers, mainly applied in industrial control, commercial displays, smart home, automotive electronics, medical … Read more

Getting Started with Python Industrial IoT Platform

Getting Started with Python Industrial IoT Platform

Getting Started with Python Industrial IoT Platform Hello everyone! Today I want to share with you the basics of developing an industrial IoT platform using Python. An industrial IoT platform is an essential infrastructure that connects industrial devices, collects data, and analyzes data. With Python, we can quickly build a lightweight industrial IoT platform. Let’s … Read more

Building a Java IoT Platform: Smart Connections

Building a Java IoT Platform: Smart Connections

Building a Java IoT Platform: Smart Connections The Internet of Things (IoT) is incredibly hot these days! More and more devices need to be connected, from smart home appliances to industrial equipment. Today, we will build a simple IoT platform using Java, allowing you to easily manage the connection and control of smart devices. It’s … Read more

Installing and Running QT on VxWorks 6.8

Installing and Running QT on VxWorks 6.8

Click “Read the Original” for more VxWorks resources Free download of VxWorks technical materials, resources sourced from the internet, copyright belongs to the original authors! 1. Introduction This article details how to install and configure QT on the VxWorks 6.8 operating system, providing a thorough process with images and text, along with detailed steps for … Read more

ESP32 WiFi Penetration Testing Tool Tutorial

ESP32 WiFi Penetration Testing Tool Tutorial

DJI drones, Fluke multimeters, Xiaomi phones, Huawei watches, and more await you! 👆 The breadboard community DIY event is ongoing! (1) Introduction Recently, while learning about the ESP32, I came across a project on GitHub called the ESP32 Wi-Fi Penetration Tool. This tool reminded me of the WiFi killer I used to play with on … Read more

Wireless Control of ESP32CAM via Mobile App (UDP Communication)

Wireless Control of ESP32CAM via Mobile App (UDP Communication)

The mobile app acts as the master, while the ESP32CAM serves as the slave. The mobile app receives image data uploaded by the ESP32CAM and sends control commands to the ESP32CAM. 01 — ESP32CAM Program Design The development environment for the ESP32CAM program is Arduino, and the steps to be completed are as follows. 1. … Read more