Remote Control of PLC Devices through Industrial IoT Gateways

Remote Control of PLC Devices through Industrial IoT Gateways

About Qicheng Qicheng Automation Training was established in 2012, focusing on training programs in Siemens PLC programming, system integration, industrial robot programming, EPLAN electrical design, and visual technology services. In 2016, we invested in building a craftsman talent network to recommend high-paying jobs, where the more you work hard, the luckier you become. The application … Read more

Remote Control Your Home Appliances with Raspberry Pi and Web Interface

Remote Control Your Home Appliances with Raspberry Pi and Web Interface

To avoid missing my updates, remember to check the public account in the upper right corner and set it as a star, and send me a star. With the help of the open-source hardware Raspberry Pi, we can design and implement our own smart home system.Being able to remotely control home appliances such as air … Read more

ESP32-CAM Development with App Inventor: A Comprehensive Guide

ESP32-CAM Development with App Inventor: A Comprehensive Guide

( This content is related to IoT technology and is not related to Rhino modeling software.) This summary, while focused on the ESP32-CAM and remote video, is a template approach to IoT development, allowing for many projects through variations. It involves hardware programming and Android development. The content itself is derived from fragmented prior research … Read more

Remote Control Door Lock Using Arduino and Infrared Technology

Remote Control Door Lock Using Arduino and Infrared Technology

Video Tutorial Lesson 12: Remote Control Door Lock: Infrared Control 1. Course Introduction This lesson explains the implementation method of infrared remote control and uses infrared remote control to create a remote control door lock. 2. Required Components Arduino UNO board, SG90 servo, infrared remote control kit, LED light. 3. Key Knowledge Points Principle and … Read more

Higher Requirements for Smart Home Power Modules

Higher Requirements for Smart Home Power Modules

Electronic Enthusiasts reported (by Huang Shanming) that today, there are a variety of smart home products with increasingly rich functions, which also places higher demands on the power modules used in them. Compared to ordinary home power modules, smart home power modules not only provide stable power output but also offer a smarter and more … Read more

Remote Control Module Accessing Camera Feed

Remote Control Module Accessing Camera Feed

var __INLINE_SCRIPT__ = (function () { 'use strict'; function _arrayLikeToArray$1(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; } function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray$1(arr); } function _iterableToArray(iter) { if (typeof … Read more

Build an IoT Remote-Controlled Crawler Car with Raspberry Pi and Node.js

Build an IoT Remote-Controlled Crawler Car with Raspberry Pi and Node.js

This article is contributed by float, introducing a remote-controlled car robot project based on the Raspberry Pi platform, supporting image transmission and remote control. The software part of the project is open source, and it is recommended here for friends and Raspberry Pi enthusiasts. The inspiration for the project comes from the protagonist Wall-E in … Read more

Build a Long-Distance Remote-Controlled Tracked Vehicle with APC220 Module and Arduino

Build a Long-Distance Remote-Controlled Tracked Vehicle with APC220 Module and Arduino

【Click the above「blue text」 to follow DF Maker Community, let’s become tech enthusiasts together】 Using the APC220 wireless data transmission module (including antenna), create a remote-controlled tracked vehicle that can be controlled from a long distance. ▲ A complete demonstration video is at the end APC220 Wireless Data Transmission Module (Including Antenna) The APC220 module … Read more

Remote Control LED Lights with Arduino UNO R4 WiFi

Remote Control LED Lights with Arduino UNO R4 WiFi

Arduino UNO R4 WiFi (hereinafter referred to as UNO R4 WiFi) has updated its WiFi functionality, using the ESP32-S3 WiFi module for this upgrade. This module, launched by Espressif Systems, is a WiFi and Bluetooth module that enables remote control and monitoring of devices and data exchange with other devices. Next, let’s implement the updated … Read more